| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to 0.11.0.1v0.11.0.1 | moneromooo-monero | 2017-10-22 | 1 | -1/+1 |
| | | |||||
| * | added fix for #2699 | ston1th | 2017-10-22 | 1 | -0/+6 |
| | | | | | | | added logging info for WRITEMAP WRITEMAP loggin info - better version | ||||
| * | simplewallet: add get/set for refresh-from-height | moneromooo-monero | 2017-10-22 | 2 | -1/+21 |
| | | |||||
| * | wallet2: Missing underflow check on low heights | landergate | 2017-10-22 | 1 | -1/+1 |
| | | | | | Lack of it results in `m_refresh_from_block_height` being < 0 (18446744...) on low heights, which blocks `process_new_blockchain_entry` and never process coins on heights less than blocks_per_month. Follow-up to #2258 | ||||
| * | core: fix failure to sync when a tx is already in the pool | moneromooo-monero | 2017-10-22 | 3 | -9/+28 |
| | | |||||
| * | Source updates are in a source subdirectory | moneromooo-monero | 2017-10-22 | 2 | -3/+6 |
| | | | | | rather than in the same directory as the prebuilt versions | ||||
| * | blockchain: fix crash checking pre-validated txids | moneromooo-monero | 2017-10-22 | 1 | -2/+2 |
| | | |||||
| * | db_lmdb: fix use of uninitialized key in for_blocks_range | moneromooo-monero | 2017-10-22 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #2448 | Riccardo Spagni | 2017-09-25 | 1 | -0/+2 |
| |\ | | | | | | | 8133a642 p2p: init hashes after deserializing a network address (moneromooo-monero) | ||||
| | * | p2p: init hashes after deserializing a network address | moneromooo-monero | 2017-09-14 | 1 | -0/+2 |
| |/ | | | | Fixes multiple connections to the same address | ||||
| * | Merge pull request #2437 | Riccardo Spagni | 2017-09-12 | 1 | -2/+18 |
| |\ | | | | | | | 3deef401 core: guard against exceptions in tx verification worker threads (moneromooo-monero) | ||||
| | * | core: guard against exceptions in tx verification worker threads | moneromooo-monero | 2017-09-12 | 1 | -2/+18 |
| | | | |||||
| * | | Merge pull request #2433 | Riccardo Spagni | 2017-09-12 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | 67bdf65c rpc: get_txpool_backlog is now unrestricted (moneromooo-monero) | ||||
| | * | | rpc: get_txpool_backlog is now unrestricted | moneromooo-monero | 2017-09-11 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #2423 | Riccardo Spagni | 2017-09-12 | 1 | -0/+4 |
| |\ \ | |/ |/| | | | bbb07f88 ITS#8728 fix MDB_VL32 freeing overflow page (Howard Chu) | ||||
| | * | ITS#8728 fix MDB_VL32 freeing overflow page | Howard Chu | 2017-09-09 | 1 | -0/+4 |
| |/ | | | | Fix #2420 | ||||
| * | Merge pull request #2406v0.11.0.0 | Riccardo Spagni | 2017-09-06 | 1 | -1/+1 |
| |\ | | | | | | | 64ab224c update checkpoint hashes (Riccardo Spagni) | ||||
| | * | update checkpoint hashes | Riccardo Spagni | 2017-09-06 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #2403 | Riccardo Spagni | 2017-09-06 | 2 | -0/+2 |
| |\| | | | | | | | | | 12b86e44 update hardcoded checkpoints (Riccardo Spagni) 21d0a40c update checkpoints.dat (Riccardo Spagni) | ||||
| | * | update hardcoded checkpoints | Riccardo Spagni | 2017-09-06 | 1 | -0/+2 |
| | | | |||||
| | * | update checkpoints.dat | Riccardo Spagni | 2017-09-06 | 1 | -0/+0 |
| |/ | |||||
| * | Merge pull request #2397 | Riccardo Spagni | 2017-09-04 | 1 | -1/+1 |
| |\ | | | | | | | c6375a14 tx_pool: catch exceptions in LockedTXN dtor (moneromooo-monero) | ||||
| | * | tx_pool: catch exceptions in LockedTXN dtor | moneromooo-monero | 2017-09-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | This might prevent some calls to terminate when the LockedTXN dtor is called as part of stack unwinding caused by another exception in the first place. | ||||
| * | | Merge pull request #2393 | Riccardo Spagni | 2017-09-04 | 7 | -1/+20 |
| |\ \ | | | | | | | | | | 585e6b35 Add a --fluffy-blocks option to relay blocks as fluffy blocks (moneromooo-monero) | ||||
| | * | | Add a --fluffy-blocks option to relay blocks as fluffy blocks | moneromooo-monero | 2017-09-03 | 7 | -1/+20 |
| | |/ | | | | | | | Defaults to off, but fluffy blocks are forced enabled on testnet | ||||
| * | | Merge pull request #2391 | Riccardo Spagni | 2017-09-04 | 1 | -2/+3 |
| |\ \ | |/ |/| | | | d685d5d9 Use latest height for fork date estimate (Howard Chu) | ||||
| | * | Use latest height for fork date estimate | Howard Chu | 2017-09-02 | 1 | -2/+3 |
| |/ | |||||
| * | Merge pull request #2385 | Riccardo Spagni | 2017-09-02 | 3 | -26/+27 |
| |\ | | | | | | | | | | | 2289ead5 blockchain_import: warn for chunks over 500000, not 100000 (moneromooo-monero) 2f9a5528 blockchain_import: properly cleanup core/db on exit (moneromooo-monero) 8d6967be blockchain_import: do not error out on truncated files (moneromooo-monero) | ||||
| | * | blockchain_import: warn for chunks over 500000, not 100000 | moneromooo-monero | 2017-09-01 | 3 | -4/+5 |
| | | | | | | | | | We have a lot of 350000 byte blocks now. | ||||
| | * | blockchain_import: properly cleanup core/db on exit | moneromooo-monero | 2017-09-01 | 1 | -19/+9 |
| | | | |||||
| | * | blockchain_import: do not error out on truncated files | moneromooo-monero | 2017-09-01 | 1 | -3/+13 |
| | | | | | | | | | This will happen often when downloading from a live file | ||||
| * | | Merge pull request #2383 | Riccardo Spagni | 2017-09-02 | 1 | -5/+7 |
| |\ \ | | | | | | | | | | c65062ad Fix miniupnpc CVE-2017-8798 (MaxXor) | ||||
| | * | | Fix miniupnpc CVE-2017-8798 | MaxXor | 2017-09-01 | 1 | -5/+7 |
| | |/ | |||||
| * | | Merge pull request #2375 | Riccardo Spagni | 2017-09-02 | 1 | -0/+3 |
| |\ \ | | | | | | | | | | ff1cdf30 tx_pool: wrap tx meta updates in a LockedTXN (moneromooo-monero) | ||||
| | * | | tx_pool: wrap tx meta updates in a LockedTXN | moneromooo-monero | 2017-08-29 | 1 | -0/+3 |
| | |/ | |||||
| * | | Merge pull request #2373 | Riccardo Spagni | 2017-09-02 | 6 | -21/+89 |
| |\ \ | | | | | | | | | | | | | | | | a3662bae cryptonote_protocol: error handling on cleanup_handle_incoming_blocks (moneromooo-monero) cf4aa653 Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocks (moneromooo-monero) 0ffad5a3 core: guard against exceptions in handle_incoming_{block,tx} (moneromooo-monero) | ||||
| | * | | cryptonote_protocol: error handling on cleanup_handle_incoming_blocks | moneromooo-monero | 2017-08-29 | 1 | -6/+34 |
| | | | | |||||
| | * | | Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocks | moneromooo-monero | 2017-08-29 | 5 | -15/+47 |
| | | | | |||||
| | * | | core: guard against exceptions in handle_incoming_{block,tx} | moneromooo-monero | 2017-08-29 | 1 | -0/+8 |
| | |/ | | | | | | | | | When one happens, cleanup must be called or the incoming tx lock will stay locked | ||||
| * | | Merge pull request #2365 | Riccardo Spagni | 2017-09-02 | 1 | -0/+1 |
| |\ \ | | | | | | | | | | bf724327 cryptonote_protocol: remove old spans when received as old blocks (moneromooo-monero) | ||||
| | * | | cryptonote_protocol: remove old spans when received as old blocks | moneromooo-monero | 2017-08-28 | 1 | -0/+1 |
| | |/ | | | | | | | fixes getting those in a loop | ||||
| * | | Merge pull request #2363 | Riccardo Spagni | 2017-09-02 | 4 | -26/+106 |
| |\ \ | | | | | | | | | | 31b1c6c1 simplewallet: new "fee" command to display fee information (moneromooo-monero) | ||||
| | * | | simplewallet: new "fee" command to display fee information | moneromooo-monero | 2017-08-29 | 4 | -26/+106 |
| | |/ | | | | | | | including expected transaction backlog at different priorities | ||||
| * | | Merge pull request #2358 | Riccardo Spagni | 2017-09-02 | 2 | -5/+11 |
| |\ \ | |/ |/| | | | 0c6c3eb3 Silence stupid fallthru warning in gcc 7 (Howard Chu) | ||||
| | * | Silence stupid fallthru warning in gcc 7 | Howard Chu | 2017-08-21 | 2 | -5/+11 |
| | | | |||||
| * | | Merge pull request #2343 | Riccardo Spagni | 2017-08-26 | 4 | -140/+93 |
| |\ \ | | | | | | | | | | | | | c656dd0e Fix refresh counter display (Howard Chu) c088d38a Simplify readline support (Howard Chu) | ||||
| | * | | Fix refresh counter display | Howard Chu | 2017-08-22 | 1 | -0/+8 |
| | | | | | | | | | | | | | Suspend readline when refreshing | ||||
| | * | | Simplify readline support | Howard Chu | 2017-08-22 | 3 | -140/+85 |
| | |/ | | | | | | | And don't use std::mutex | ||||
| * | | Merge pull request #2319 | Riccardo Spagni | 2017-08-26 | 11 | -2/+61 |
| |\ \ | | | | | | | | | | | | | c22d22e2 Cleanup test impact of adding safesyncmode() method (Howard Chu) 9a859844 Toggle SAFE syncmode on and off automatically (Howard Chu) | ||||
| | * | | Cleanup test impact of adding safesyncmode() method | Howard Chu | 2017-08-22 | 5 | -2/+16 |
| | | | | |||||
