aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2491Riccardo Spagni2017-10-021-7/+20
|\
| * wallet2: fix exception on split txesmoneromooo-monero2017-09-201-1/+3
| * wallet2: print unused indices on a single linemoneromooo-monero2017-09-201-6/+17
* | Merge pull request #2470Riccardo Spagni2017-10-026-52/+218
|\ \
| * | rpc: add new RPCs to get and set limitsMaxXor2017-09-196-53/+219
* | | wallet2: fix hash chain trimming when the inner chain becomes emptymoneromooo-monero2017-10-022-2/+30
* | | Merge pull request #2533Riccardo Spagni2017-09-261-0/+2
|\ \ \
| * | | core: undo output sortingmoneromooo-monero2017-09-261-0/+2
* | | | Merge pull request #2527Riccardo Spagni2017-09-251-1/+2
|\ \ \ \
| * | | | core: fix creation of v1 txesmoneromooo-monero2017-09-251-1/+2
| |/ / /
* | | | Merge pull request #2526Riccardo Spagni2017-09-251-0/+60
|\ \ \ \
| * | | | checkpoints: add missing CMakeLists.txtmoneromooo-monero2017-09-251-0/+60
| |/ / /
* | | | wallet2: do not keep block hashes below last checkpointmoneromooo-monero2017-09-252-20/+100
* | | | checkpoints: add a token checkpoint on testnet (the genesis block)moneromooo-monero2017-09-253-3/+10
* | | | serialization: add deque serializationmoneromooo-monero2017-09-252-2/+34
* | | | fix typo in basic and core CMakeLists.txtmoneromooo-monero2017-09-252-2/+2
* | | | move checkpoints in a separate librarymoneromooo-monero2017-09-2522-58/+63
|/ / /
* | | Merge pull request #2466Riccardo Spagni2017-09-251-1/+1
|\ \ \
| * | | daemon: make this build with boost 1.61moneromooo-monero2017-09-181-1/+1
* | | | Merge pull request #2525Riccardo Spagni2017-09-252-0/+3
|\ \ \ \
| * | | | version: fix link to new version stringsmoneromooo-monero2017-09-252-0/+3
* | | | | wallet2: simplify tx processing a bitmoneromooo-monero2017-09-252-74/+68
* | | | | wallet2: factor some of the tx scanning codemoneromooo-monero2017-09-252-48/+21
|/ / / /
* | | | Merge pull request #2460Riccardo Spagni2017-09-251-2/+3
|\ \ \ \
| * | | | cryptonote_protocol: fix needless chain hashes downloadsmoneromooo-monero2017-09-171-2/+3
| |/ / /
* | | | Merge pull request #2458Riccardo Spagni2017-09-254-16/+2
|\ \ \ \
| * | | | protocol: remove hop count on block propagationmoneromooo-monero2017-09-174-16/+2
| |/ / /
* | | | Merge pull request #2457Riccardo Spagni2017-09-257-66/+134
|\ \ \ \
| * | | | Use actual batch size for resize estimatesHoward Chu2017-09-177-66/+134
| |/ / /
* | | | Merge pull request #2456Riccardo Spagni2017-09-253-2/+10
|\ \ \ \
| * | | | daemon, wallet: add --max-log-file-size optionselsta2017-09-173-2/+10
| |/ / /
* | | | Merge pull request #2452Riccardo Spagni2017-09-253-16/+32
|\ \ \ \
| * | | | tx_pool: set the "invalid input" bit when check_tx_inputs failsmoneromooo-monero2017-09-161-0/+1
| * | | | simplewallet: print tx rejection reason where it was missingmoneromooo-monero2017-09-161-0/+3
| * | | | core_rpc_server: print tx rejection reason at L0 toomoneromooo-monero2017-09-161-16/+28
| |/ / /
* | | | Merge pull request #2424Riccardo Spagni2017-09-2514-65/+60
|\ \ \ \
| * | | | tx_pool: pre-init tvc.m_verifivation_failed before processingmoneromooo-monero2017-09-251-3/+3
| * | | | wallet2: catch failure to parse addressmoneromooo-monero2017-09-251-1/+5
| * | | | net_peerlist: remove dead codemoneromooo-monero2017-09-251-20/+1
| * | | | tx_pool: guard against failure getting tx hashmoneromooo-monero2017-09-251-1/+2
| * | | | wallet_rpc_server: catch failure to create directorymoneromooo-monero2017-09-251-1/+10
| * | | | wallet_rpc_server: init m_vm to NULL in ctormoneromooo-monero2017-09-251-1/+1
| * | | | wallet_args: remove redundant default value for --log-filemoneromooo-monero2017-09-251-1/+1
| * | | | wallet2: catch failure to save keys filemoneromooo-monero2017-09-251-2/+3
| * | | | wallet2_api: check whether dynamic_cast returns NULLmoneromooo-monero2017-09-251-0/+2
| * | | | core: check return value from parse_hexstr_to_binbuffmoneromooo-monero2017-09-251-2/+3
| * | | | wallet2_api: remove an unused, uninitialized, fieldmoneromooo-monero2017-09-251-1/+0
| * | | | wallet2_api: init error code to "no error" in the ctormoneromooo-monero2017-09-251-1/+1
| * | | | get_blockchain_top now returns voidmoneromooo-monero2017-09-253-27/+6
| * | | | wallet_rpc_server: guard against exceptionsmoneromooo-monero2017-09-251-1/+9