summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* update checkpoint hashesRiccardo Spagni2017-09-061-1/+1
* update hardcoded checkpointsRiccardo Spagni2017-09-061-0/+2
* update checkpoints.datRiccardo Spagni2017-09-061-0/+0
* Merge pull request #2397Riccardo Spagni2017-09-041-1/+1
|\
| * tx_pool: catch exceptions in LockedTXN dtormoneromooo-monero2017-09-041-1/+1
* | Merge pull request #2393Riccardo Spagni2017-09-045-1/+18
|\ \
| * | Add a --fluffy-blocks option to relay blocks as fluffy blocksmoneromooo-monero2017-09-035-1/+18
| |/
* / Use latest height for fork date estimateHoward Chu2017-09-021-2/+3
|/
* Merge pull request #2385Riccardo 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 #2375Riccardo Spagni2017-09-021-0/+3
|\ \
| * | tx_pool: wrap tx meta updates in a LockedTXNmoneromooo-monero2017-08-291-0/+3
| |/
* | Merge pull request #2373Riccardo 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 #2365Riccardo Spagni2017-09-021-0/+1
|\ \
| * | cryptonote_protocol: remove old spans when received as old blocksmoneromooo-monero2017-08-281-0/+1
| |/
* | Merge pull request #2363Riccardo Spagni2017-09-024-26/+106
|\ \
| * | simplewallet: new "fee" command to display fee informationmoneromooo-monero2017-08-294-26/+106
| |/
* | Merge pull request #2358Riccardo Spagni2017-09-021-0/+1
|\ \ | |/ |/|
| * Silence stupid fallthru warning in gcc 7Howard Chu2017-08-211-0/+1
* | Merge pull request #2343Riccardo Spagni2017-08-261-0/+8
|\ \
| * | Fix refresh counter displayHoward Chu2017-08-221-0/+8
| |/
* | Merge pull request #2319Riccardo 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 #2318Riccardo 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 #2356Riccardo 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 #2354Riccardo Spagni2017-08-261-2/+3
|\ \ \
| * | | daemon: fix backlog estimating at max block sizemoneromooo-monero2017-08-261-2/+3
| |/ /
* | | 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 #2339Riccardo 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
| |/