aboutsummaryrefslogtreecommitdiff
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-022-5/+11
|\ \ \ \ \ \
| * | | | | | Silence stupid fallthru warning in gcc 7Howard Chu2017-08-212-5/+11
| |/ / / / /
* | | | | | 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-264-140/+93
|\ \ \ \ \
| * | | | | Fix refresh counter displayHoward Chu2017-08-221-0/+8
| * | | | | Simplify readline supportHoward Chu2017-08-223-140/+85
| | |/ / / | |/| | |
* | | | | Merge pull request #2314Riccardo Spagni2017-08-2611-2/+61
|\ \ \ \ \
| * | | | | Cleanup test impact of adding safesyncmode() methodHoward Chu2017-08-225-2/+16
| * | | | | Toggle SAFE syncmode on and off automaticallyHoward Chu2017-08-208-2/+47
* | | | | | Merge pull request #2313Riccardo Spagni2017-08-2614-192/+105
|\ \ \ \ \ \
| * | | | | | Cleanup test impact of moving blockchain_db_types()Howard Chu2017-08-223-0/+13
| * | | | | | More DB support cleanupHoward Chu2017-08-206-72/+42
| |/ / / / /
| * / / / / DB cleanupHoward Chu2017-08-198-120/+50
| |/ / / /
* | | | | Merge pull request #2353Riccardo Spagni2017-08-261-2/+3
|\ \ \ \ \
| * | | | | daemon: fix backlog estimating at max block sizemoneromooo-monero2017-08-261-2/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #2355Riccardo Spagni2017-08-2611-3/+203
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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-2511-78/+166
|\ \ \ \
| * | | | 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-234-22/+29
| * | | | contrib: add sync_info to rlwrap command setmoneromooo-monero2017-08-221-0/+1
| * | | | cryptonote_protocol: misc fixes to the new sync algorithmmoneromooo-monero2017-08-215-38/+109
| |/ / /
* | | | Merge pull request #2330Riccardo Spagni2017-08-251-1/+1
|\ \ \ \