| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ringct: remove duplicate rv.mixRing = mixRing; in genRctSimple | stoffu | 2019-01-08 | 1 | -1/+0 |
| * | MMS (Multisig Messaging System): Initial version | rbrunner7 | 2018-12-12 | 12 | -127/+3877 |
| * | Merge pull request #4927 | Riccardo Spagni | 2018-12-12 | 1 | -1/+2 |
| |\ | |||||
| | * | Bulletproof: Initialize members in default construtor. | Tadeas Moravec | 2018-12-01 | 1 | -1/+2 |
| * | | Merge pull request #4925 | Riccardo Spagni | 2018-12-12 | 1 | -10/+10 |
| |\ \ | |||||
| | * | | daemon: print monero version at startup when calling a detached daemon | moneromooo-monero | 2018-11-30 | 1 | -10/+10 |
| | |/ | |||||
| * | | Merge pull request #4924 | Riccardo Spagni | 2018-12-12 | 1 | -7/+10 |
| |\ \ | |||||
| | * | | cryptonote: add a set_null for transaction_prefix | moneromooo-monero | 2018-11-30 | 1 | -7/+10 |
| | |/ | |||||
| * | | Merge pull request #4923 | Riccardo Spagni | 2018-12-12 | 2 | -2/+1 |
| |\ \ | |||||
| | * | | daemon: stop miner before we bring the whole thing down | moneromooo-monero | 2018-11-30 | 2 | -2/+1 |
| | |/ | |||||
| * | | Merge pull request #4921 | Riccardo Spagni | 2018-12-12 | 1 | -7/+24 |
| |\ \ | |||||
| | * | | ringct: fix dummy bulletproofs on ledger in fake mode | moneromooo-monero | 2018-11-30 | 1 | -7/+24 |
| | |/ | |||||
| * | | Merge pull request #4920 | Riccardo Spagni | 2018-12-12 | 1 | -5/+4 |
| |\ \ | |||||
| | * | | core: fix adding new pre-hoh block when a tx is already in the pool | moneromooo-monero | 2018-11-26 | 1 | -5/+4 |
| | |/ | |||||
| * | | Merge pull request #4909 | Riccardo Spagni | 2018-12-12 | 2 | -35/+86 |
| |\ \ | |||||
| | * | | blockchain: avoid unnecessary DB lookups when syncing | moneromooo-monero | 2018-11-27 | 2 | -35/+86 |
| | |/ | |||||
| * | | Merge pull request #4908 | Riccardo Spagni | 2018-12-12 | 1 | -2/+19 |
| |\ \ | |||||
| | * | | rpc: speed up the common get_output_distribution case while syncing | moneromooo-monero | 2018-11-27 | 1 | -2/+19 |
| | |/ | |||||
| * | | Merge pull request #4903 | Riccardo Spagni | 2018-12-12 | 10 | -0/+138 |
| |\ \ | |||||
| | * | | add command pop_blocks | Jason Wong | 2018-11-28 | 10 | -0/+138 |
| | |/ | |||||
| * | | Merge pull request #4901 | Riccardo Spagni | 2018-12-12 | 5 | -4/+413 |
| |\ \ | |||||
| | * | | blockchain_prune_known_spent_data: blackball file is now optional | moneromooo-monero | 2018-11-27 | 1 | -7/+44 |
| | * | | Outputs where all amounts are known spent can now be pruned | moneromooo-monero | 2018-11-27 | 5 | -4/+376 |
| | |/ | |||||
| * | | Merge pull request #4899 | Riccardo Spagni | 2018-12-12 | 1 | -1/+95 |
| |\ \ | |||||
| | * | | blockchain_blackball: spot when all outputs of an amount are spent | moneromooo-monero | 2018-11-24 | 1 | -1/+95 |
| * | | | Merge pull request #4897 | Riccardo Spagni | 2018-12-12 | 1 | -8/+21 |
| |\ \ \ | |||||
| | * | | | simplewallet: enable donation on testnet/stagenet for easier testing | stoffu | 2018-11-24 | 1 | -8/+21 |
| | |/ / | |||||
| * | | | Merge pull request #4839 | Riccardo Spagni | 2018-12-12 | 16 | -72/+652 |
| |\ \ \ | |||||
| | * | | | device/trezor: device/trezor: correct device initialization, status check | Dusan Klinec | 2018-12-04 | 5 | -22/+139 |
| | * | | | device/trezor: python2 compatibility - bundle dependencies | Dusan Klinec | 2018-12-04 | 5 | -8/+248 |
| | * | | | device/trezor: ask for KI sync on first refresh | Dusan Klinec | 2018-12-04 | 4 | -18/+58 |
| | * | | | device: enable to use multiple independent device wallets | Dusan Klinec | 2018-12-04 | 6 | -2/+73 |
| | * | | | device/trezor: passphrase entry on host | Dusan Klinec | 2018-11-29 | 8 | -22/+134 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #4787 | Riccardo Spagni | 2018-12-12 | 4 | -1/+50 |
| |\ \ \ | |||||
| | * | | | protocol: option to pad transaction relay to the next kB | moneromooo-monero | 2018-11-06 | 4 | -1/+50 |
| * | | | | Merge pull request #4879 | Riccardo Spagni | 2018-12-04 | 1 | -24/+29 |
| |\ \ \ \ | |||||
| | * | | | | rpc: mask values that are nobody else's business in restricted RPC | moneromooo-monero | 2018-12-04 | 1 | -24/+29 |
| * | | | | | Merge pull request #4906 | Riccardo Spagni | 2018-12-04 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | protocol: fix use after free when dropping a connection | moneromooo-monero | 2018-11-26 | 1 | -2/+2 |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | Merge pull request #4894 | Riccardo Spagni | 2018-12-04 | 23 | -132/+34 |
| |\ \ \ \ \ | |||||
| | * | | | | | wallet_rpc_server: do not use RPC data if the call failed | moneromooo-monero | 2018-11-23 | 1 | -1/+2 |
| | * | | | | | windows_service: fix memory leak | moneromooo-monero | 2018-11-23 | 1 | -1/+2 |
| | * | | | | | cryptonote: fix get_unit for non default settings | moneromooo-monero | 2018-11-23 | 1 | -2/+2 |
| | * | | | | | remove some unused code | moneromooo-monero | 2018-11-23 | 9 | -106/+6 |
| | * | | | | | a few minor (but easy) performance tweaks | moneromooo-monero | 2018-11-23 | 11 | -21/+21 |
| | * | | | | | tests: slow_memmem now returns size_t | moneromooo-monero | 2018-11-23 | 1 | -1/+1 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #4892 | Riccardo Spagni | 2018-12-04 | 1 | -173/+173 |
| |\ \ \ \ \ | |||||
| | * | | | | | rctOps: add braces to suppress warnings | stoffu | 2018-11-23 | 1 | -173/+173 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #4888 | Riccardo Spagni | 2018-12-04 | 1 | -2/+3 |
| |\ \ \ \ \ | |||||
| | * | | | | | cn_deserialize: allow parsing partially valid tx extra | moneromooo-monero | 2018-11-22 | 1 | -2/+3 |
| | |/ / / / | |||||
