aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2384Riccardo Spagni2017-09-023-26/+27
|\
| * blockchain_import: warn for chunks over 500000, not 100000moneromooo-monero2017-09-013-4/+5
| * blockchain_import: properly cleanup core/db on exitmoneromooo-monero2017-09-011-19/+9
| * blockchain_import: do not error out on truncated filesmoneromooo-monero2017-09-011-3/+13
* | Merge pull request #2374Riccardo Spagni2017-09-021-0/+3
|\ \
| * | tx_pool: wrap tx meta updates in a LockedTXNmoneromooo-monero2017-08-291-0/+3
| |/
* | Merge pull request #2372Riccardo Spagni2017-09-026-21/+89
|\ \
| * | cryptonote_protocol: error handling on cleanup_handle_incoming_blocksmoneromooo-monero2017-08-291-6/+34
| * | Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocksmoneromooo-monero2017-08-295-15/+47
| * | core: guard against exceptions in handle_incoming_{block,tx}moneromooo-monero2017-08-291-0/+8
| |/
* | Merge pull request #2370Riccardo Spagni2017-09-027-28/+40
|\ \
| * | Revert "Cleanup test impact of moving blockchain_db_types()"Howard Chu2017-08-291-1/+0
| * | move db specific options to BlockchainDBmoneromooo-monero2017-08-296-27/+40
| |/
* | 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
|\ \