aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | simplewallet: guard against I/O exceptionsmoneromooo-monero2017-09-251-3/+12
| * | daemon: initialize decode_as_json in RPC requestmoneromooo-monero2017-09-251-0/+1
* | | Merge pull request #2443Riccardo Spagni2017-09-251-1/+1
|\ \ \
| * | | wallet_rpc_server: fix index for newly added address book entrymoneromooo-monero2017-09-131-1/+1
* | | | Merge pull request #2442Riccardo Spagni2017-09-2514-30/+26
|\ \ \ \
| * | | | build: auto update version info without manually deleting version.hstoffu2017-09-2114-30/+26
* | | | | Merge pull request #2440Riccardo Spagni2017-09-255-6/+140
|\ \ \ \ \
| * | | | | blockchain: reject unsorted ins and outs from v7moneromooo-monero2017-09-182-1/+47
| * | | | | core: sort ins and outs key key image and public key, respectivelymoneromooo-monero2017-09-132-6/+32
| * | | | | common: add apply_permutation file and functionmoneromooo-monero2017-09-132-0/+62
| | |/ / / | |/| | |
* | | | | Merge pull request #2428Riccardo Spagni2017-09-251-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | p2p: disable gray list housekeeping when an exclusive node is givenmoneromooo-monero2017-09-101-0/+2
| |/ / /
* | | | Merge pull request #2398Riccardo Spagni2017-09-251-4/+0
|\ \ \ \
| * | | | dns_utils: remove a few obsolete thingsmoneromooo-monero2017-09-041-4/+0
| |/ / /
* | | | Merge pull request #2386Riccardo Spagni2017-09-252-19/+29
|\ \ \ \
| * | | | wallet2: guard against daemon sending txes in the wrong ordermoneromooo-monero2017-09-111-12/+10
| * | | | rpc: order transactions in the order they were requestedmoneromooo-monero2017-09-111-7/+19
| |/ / /
* | | | Merge pull request #2379Riccardo Spagni2017-09-254-53/+101
|\ \ \ \
| * | | | Do not create file when RPC user/pass is given and use file lockingLee Clagett2017-08-304-53/+101
* | | | | Merge pull request #2377Riccardo Spagni2017-09-253-2/+146
|\ \ \ \ \
| * | | | | wallet2: correctly handle in/out payments for view-only walletstoffu2017-09-213-2/+146
| | |_|/ / | |/| | |
* | | | | Merge pull request #2357Riccardo Spagni2017-09-251-1/+1
|\ \ \ \ \