| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | Merge pull request #3683 | Riccardo Spagni | 2018-04-28 | 3 | -1/+13 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Only log an error if fork version is higher AND is not known. | Thaer Khawaja | 2018-04-22 | 3 | -1/+13 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #3685 | Riccardo Spagni | 2018-04-28 | 7 | -10/+19 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | speedup get_output_histogram for all amounts when min_count > 0 | moneromooo-monero | 2018-04-23 | 6 | -10/+16 | |
| | * | | | | | | | | wallet2: add missing parameters to get_output_histogram | moneromooo-monero | 2018-04-23 | 1 | -0/+3 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #3650 | Riccardo Spagni | 2018-04-28 | 1 | -1/+6 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | import_multisig_info: fix sanity check crash in detach_blockchain | Mikhail Mitkevichl | 2018-04-21 | 1 | -1/+6 | |
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3670 | Riccardo Spagni | 2018-04-21 | 1 | -10/+3 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Build: update CMake and p2p for in-tree miniupnp | anonimal | 2018-04-21 | 1 | -10/+3 | |
| | * | | | | | | | CMake: update new location of in-tree miniupnpc | anonimal | 2018-04-19 | 1 | -3/+3 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #3579 | Riccardo Spagni | 2018-04-21 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | simplewallet: fix help message of sign_transfer | stoffu | 2018-04-07 | 1 | -2/+2 | |
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3576 | Riccardo Spagni | 2018-04-21 | 3 | -39/+35 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | WalletManagerImpl: reuse existing connection to daemon instead of reconnectiv... | stoffu | 2018-04-07 | 3 | -39/+35 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #3636 | Riccardo Spagni | 2018-04-21 | 1 | -23/+22 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | daemon: read config file before reading any other args | stoffu | 2018-04-14 | 1 | -23/+22 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3633 | Riccardo Spagni | 2018-04-21 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ | ||||||
