| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | exit if specified wallet file doesn't exist | cryptochangements34 | 2018-03-24 | 1 | -0/+11 | |
| | |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #3876 | luigi1111 | 2018-05-30 | 3 | -6/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | protocol: do not switch to unsafe sync mode for just a few blocks | moneromooo-monero | 2018-05-28 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | core: fix automatic safe db sync mode switching | moneromooo-monero | 2018-05-28 | 2 | -5/+7 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #3731 | luigi1111 | 2018-05-30 | 2 | -6/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Use median timestamp if current time renders a block invalid. | Thaer Khawaja | 2018-05-13 | 2 | -6/+15 | |
| | | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #3251 | luigi1111 | 2018-05-29 | 15 | -90/+457 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | db_lmdb: save pruned and prunable tx data separately | moneromooo-monero | 2018-05-23 | 15 | -90/+457 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #3477 | luigi1111 | 2018-05-29 | 2 | -25/+34 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | simplewallet: add --untrusted-daemon option | moneromooo-monero | 2018-03-22 | 2 | -25/+34 | |
| | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #3470 | luigi1111 | 2018-05-29 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | don't show error twice when starting simplewallet | cryptochangements34 | 2018-03-21 | 1 | -1/+1 | |
| | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #3446 | luigi1111 | 2018-05-29 | 1 | -4/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | tx_pool: remove old comment from fill_block_template() | stoffu | 2018-05-28 | 1 | -4/+0 | |
| | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #3420 | luigi1111 | 2018-05-29 | 2 | -3/+22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | blockchain: cache difficulty for next block | moneromooo-monero | 2018-03-19 | 2 | -3/+22 | |
| | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #3405 | luigi1111 | 2018-05-29 | 2 | -31/+41 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | wallet2: Update function parameter documentation | Leon Klingele | 2018-03-14 | 2 | -31/+41 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | update checkpoints | Riccardo Spagni | 2018-05-23 | 2 | -1/+1 | |
| * | | | | | | | | | | | | | | update checkpoints for point release | Riccardo Spagni | 2018-05-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | bump version for point release | Riccardo Spagni | 2018-05-23 | 1 | -1/+1 | |
| | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #3800 | Riccardo Spagni | 2018-05-21 | 2 | -12/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | crypto: more places needing fixing for GCC 8.1 | moneroexamples | 2018-05-13 | 1 | -10/+10 | |
| | * | | | | | | | | | | | | chacha: fix build with GCC 8.1 | moneromooo-monero | 2018-05-13 | 1 | -2/+2 | |
| | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #3787 | Riccardo Spagni | 2018-05-21 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | blockchain: invalidate misc caches when popping blocks | moneromooo-monero | 2018-05-09 | 1 | -0/+6 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #3832 | Riccardo Spagni | 2018-05-21 | 3 | -11/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Fix output shuffling for multisig | stoffu | 2018-05-20 | 3 | -11/+13 | |
| | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #3837 | Riccardo Spagni | 2018-05-21 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | simplewallet: use correct unit for fee command | stoffu | 2018-05-20 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #3745 | Riccardo Spagni | 2018-05-21 | 2 | -3/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Wallet API: allow log path to be non-default & console output to be configurable | stoffu | 2018-05-04 | 2 | -3/+4 | |
| | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | speed up get_output_distribution (and precalc common case) | moneromooo-monero | 2018-05-21 | 9 | -23/+182 | |
| * | | | | | | | | | | | | Merge pull request #3830 | Riccardo Spagni | 2018-05-21 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | daemon: request unpruned transactions for print_tx | moneromooo-monero | 2018-05-19 | 1 | -0/+1 | |
| | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #3749 | Riccardo Spagni | 2018-05-21 | 1 | -0/+47 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | blockchain: pop top if block version disagrees with the ideal fork version | stoffu | 2018-05-06 | 1 | -0/+47 | |
| | |/ / / / / / / / / / | ||||||
| * | / / / / / / / / / | wallet2: consider 6 outputs or less to be unmixable from v7 | moneromooo-monero | 2018-05-10 | 1 | -2/+2 | |
| | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #3775 | Riccardo Spagni | 2018-05-08 | 2 | -33/+37 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| | * | | | | | | | | | cryptonote: make sure outPk setup always happens | moneromooo-monero | 2018-05-07 | 2 | -33/+37 | |
| | |/ / / / / / / / | ||||||
| * / / / / / / / / | ringct: do not show verification errors with default settings | moneromooo-monero | 2018-05-04 | 1 | -4/+6 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #3719 | Riccardo Spagni | 2018-04-29 | 1 | -8/+11 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| | * | | | | | | | cryptonote_protocol_handler.inl: remove span read just now that failed to pas... | stoffu | 2018-04-28 | 1 | -0/+3 | |
| | * | | | | | | | cryptonote_protocol_handler.inl: fix return type mismatches (int vs bool) | stoffu | 2018-04-28 | 1 | -8/+8 | |
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3709 | Riccardo Spagni | 2018-04-28 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Adding required library (dependency of boost::this_thread::sleep_for) | Gene Peters | 2018-04-25 | 1 | -0/+1 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #3705 | Riccardo Spagni | 2018-04-28 | 4 | -15/+9 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix broken interactive daemon 'limit' commands plus RPC calls | rbrunner7 | 2018-04-25 | 4 | -15/+9 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #3695 | Riccardo Spagni | 2018-04-28 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | slow-hash: fix memory leak for Windows /karbowanec#41 | aivve | 2018-04-24 | 1 | -1/+1 | |
