aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2364Riccardo Spagni2017-09-021-0/+1
|\
| * cryptonote_protocol: remove old spans when received as old blocksmoneromooo-monero2017-08-281-0/+1
* | Merge pull request #2362Riccardo Spagni2017-09-024-26/+106
|\ \
| * | simplewallet: new "fee" command to display fee informationmoneromooo-monero2017-08-294-26/+106
| |/
* | Merge pull request #2342Riccardo Spagni2017-09-021-0/+3
|\ \
| * | wallet2: account for huge testnet reorgs for estimating heightmoneromooo-monero2017-08-251-0/+3
* | | Merge pull request #2329Riccardo Spagni2017-09-021-0/+2
|\ \ \
| * | | p2p: init hashes after deserializing a network addressmoneromooo-monero2017-08-231-0/+2
* | | | Merge pull request #2316Riccardo Spagni2017-09-021-0/+1
|\ \ \ \
| * | | | Silence stupid fallthru warning in gcc 7Howard Chu2017-08-211-0/+1
| |/ / /
* | | | Merge pull request #2310Riccardo Spagni2017-09-021-1/+1
|\ \ \ \
| * | | | clarification of parameters for print_coinbase_tx_sumMatthew Campassi2017-08-181-1/+1
| |/ / /
* | | | Merge pull request #2309Riccardo Spagni2017-09-023-20/+111
|\ \ \ \ | |_|_|/ |/| | |
| * | | WalletAPI: only allow trusted daemon when importing key imagesJaquee2017-08-211-0/+5
| * | | WalletAPI: copy wallet data when creating a view only walletJaquee2017-08-211-0/+27
| * | | wallet2: export/import wallet data functionsJaquee2017-08-212-1/+55
| * | | import_key_images - allow importing without being connected to daemonJaquee2017-08-182-19/+24
| |/ /
* | | Merge pull request #2349Riccardo Spagni2017-08-273-3/+23
|\ \ \
| * | | txpool: update db tx metadata when it changesmoneromooo2017-08-251-1/+15
| * | | txpool: add tx size median to the pool statsmoneromooo2017-08-253-2/+8
| | |/ | |/|
* | | Merge pull request #2347Riccardo Spagni2017-08-272-6/+14
|\ \ \
| * | | blockchain: cap memory size of retrieved blocksmoneromooo-monero2017-08-261-2/+7
| * | | rpc: decrease memory usage a bit in getblocks.binmoneromooo-monero2017-08-261-4/+7
| |/ /
* | | Merge pull request #2320Riccardo Spagni2017-08-261-0/+8
|\ \ \
| * | | Fix refresh counter displayHoward Chu2017-08-221-0/+8
| | |/ | |/|
* | | Merge pull request #2314Riccardo Spagni2017-08-268-2/+58
|\ \ \
| * | | Cleanup test impact of adding safesyncmode() methodHoward Chu2017-08-223-2/+14
| * | | Toggle SAFE syncmode on and off automaticallyHoward Chu2017-08-207-2/+46
* | | | Merge pull request #2313Riccardo Spagni2017-08-2611-191/+92
|\ \ \ \
| * | | | Cleanup test impact of moving blockchain_db_types()Howard Chu2017-08-221-0/+1
| * | | | More DB support cleanupHoward Chu2017-08-206-72/+42
| |/ / /
| * / / DB cleanupHoward Chu2017-08-197-119/+49
| |/ /
* | | Merge pull request #2353Riccardo Spagni2017-08-261-2/+3
|\ \ \
| * | | daemon: fix backlog estimating at max block sizemoneromooo-monero2017-08-261-2/+3
| | |/ | |/|
* | | wallet: new option to check/confirm txpool backlog when sendingmoneromooo-monero2017-08-264-3/+123
* | | rpc: add a new RPC to get current txpool backlog (sizes and fees)moneromooo-monero2017-08-267-0/+80
|/ /
* | Merge pull request #2311Riccardo Spagni2017-08-259-78/+153
|\ \
| * | cryptonote_protocol: warn if we see a higher top version we expectmoneromooo-monero2017-08-231-0/+2
| * | cryptonote_protocol: less strict check on top version on connectmoneromooo-monero2017-08-231-1/+1
| * | cryptonote_protocol: update target height when syncing toomoneromooo-monero2017-08-231-0/+4
| * | cryptonote_protocol: simplify and remove unnecessary castsmoneromooo-monero2017-08-231-5/+6
| * | cryptonote_protocol: print peer top height along with its versionmoneromooo-monero2017-08-231-1/+1
| * | crypto: use malloc instead of allocamoneromooo-monero2017-08-231-10/+9
| * | thread_group: set thread size to THREAD_STACK_SIZEmoneromooo-monero2017-08-231-1/+4
| * | print peer id in 0 padded hex for consistencymoneromooo-monero2017-08-233-22/+17
| * | cryptonote_protocol: misc fixes to the new sync algorithmmoneromooo-monero2017-08-215-38/+109
| |/
* | Merge pull request #2330Riccardo Spagni2017-08-251-1/+1
|\ \
| * | tx_pool: fix crash in statsHoward Chu2017-08-231-1/+1
| |/
* | Merge pull request #2328Riccardo Spagni2017-08-251-2/+24
|\ \
| * | daemon: print estimated tx backlog in print_pool_statsmoneromooo-monero2017-08-231-2/+24
| |/