| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | README.md: bump minimum cmake version to 3.2.0 | iDunk5400 | 2018-02-14 | 1 | -1/+1 |
| * | Merge pull request #3138 | Riccardo Spagni | 2018-02-14 | 2 | -13/+12 |
| |\ | |||||
| | * | wallets: reorg 61 more days on testnet | moneromooo-monero | 2018-01-31 | 1 | -2/+3 |
| | * | blockchain: move bulletproofs to v8 | moneromooo-monero | 2018-01-31 | 2 | -11/+9 |
| * | | Merge pull request #2959 | Riccardo Spagni | 2018-02-14 | 1 | -56/+47 |
| |\ \ | |||||
| | * | | bulletproofs: more robust challenge computation | moneromooo-monero | 2018-01-31 | 1 | -56/+47 |
| | |/ | |||||
| * | | Merge pull request #2939 | Riccardo Spagni | 2018-02-14 | 3 | -14/+72 |
| |\ \ | |/ |/| | |||||
| | * | ringct: pseudoOuts moved to prunable in the simple bulletproof case | moneromooo-monero | 2018-01-31 | 3 | -14/+72 |
| |/ | |||||
| * | Merge pull request #3198 | Riccardo Spagni | 2018-01-28 | 1 | -0/+2 |
| |\ | |||||
| | * | Tests: Fix building of two fuzz tests on Windows | iDunk5400 | 2018-01-28 | 1 | -0/+2 |
| * | | Merge pull request #3186 | Riccardo Spagni | 2018-01-28 | 1 | -1/+1 |
| |\ \ | |/ |/| | |||||
| | * | cryptonote_protocol: fix std::move usage on different types | moneromooo-monero | 2018-01-26 | 1 | -1/+1 |
| * | | Merge pull request #3188 | Riccardo Spagni | 2018-01-27 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | Bugfix : Missing i18n import in simplewallet | Neozaru | 2018-01-26 | 1 | -0/+1 |
| | |/ | |||||
| * | | Merge pull request #3185 | Riccardo Spagni | 2018-01-27 | 1 | -8/+8 |
| |\ \ | |||||
| | * | | performance_tests: fix build after merging two conflicting patches | moneromooo-monero | 2018-01-26 | 1 | -8/+8 |
| | |/ | |||||
| * | | Merge pull request #3123 | Riccardo Spagni | 2018-01-27 | 7 | -31/+164 |
| |\ \ | |||||
| | * | | wallet: automatically use low priority if safe (no backlog & recent blocks no... | stoffu | 2018-01-28 | 7 | -18/+136 |
| | * | | simplewallet: bug fix for backlog estimate | stoffu | 2018-01-28 | 1 | -4/+1 |
| | * | | wallet2: split estimate_backlog to allow for raw fee levels | moneromooo-monero | 2018-01-28 | 2 | -9/+27 |
| |/ / | |||||
| * | | Merge pull request #3116 | Riccardo Spagni | 2018-01-27 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | wallet2::import_blockchain fix import loop | Jaquee | 2018-01-14 | 1 | -1/+1 |
| * | | | Merge pull request #2969 | Riccardo Spagni | 2018-01-27 | 3 | -12/+15 |
| |\ \ \ | |||||
| | * | | | Remove is_pod trait, and replace with is_standard_layout requirement | Lee Clagett | 2018-01-18 | 3 | -12/+15 |
| | |/ / | |||||
| * | | | Merge pull request #3151 | Riccardo Spagni | 2018-01-27 | 1 | -5/+5 |
| |\ \ \ | |||||
| | * | | | unit_tests: do not ASSERT_TRUE(decodeRct(...)) | moneromooo-monero | 2018-01-18 | 1 | -5/+5 |
| | |/ / | |||||
| * | | | Merge pull request #3145 | Riccardo Spagni | 2018-01-27 | 1 | -6/+6 |
| |\ \ \ | |||||
| | * | | | p2p: don't lookup seed IPs if using an exclusive peer | moneromooo-monero | 2018-01-17 | 1 | -5/+5 |
| | * | | | p2p: don't connect to seeds if using an exclusive peer | moneromooo-monero | 2018-01-17 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Merge pull request #3144 | Riccardo Spagni | 2018-01-27 | 4 | -2/+21 |
| |\ \ \ | |||||
| | * | | | rpc: expose recent median block size in getinfo | moneromooo-monero | 2018-01-17 | 4 | -2/+21 |
| | |/ / | |||||
| * | | | Merge pull request #3143 | Riccardo Spagni | 2018-01-27 | 1 | -0/+6 |
| |\ \ \ | |||||
| | * | | | cryptonote_core: add --disable-dns-checkpoints flag | moneromooo-monero | 2018-01-17 | 1 | -0/+6 |
| | |/ / | |||||
| * | | | Merge pull request #3142 | Riccardo Spagni | 2018-01-27 | 1 | -7/+0 |
| |\ \ \ | |||||
| | * | | | Wallet API: remove unused enum Priority from UnsignedTransaction | stoffu | 2018-01-26 | 1 | -7/+0 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #3141 | Riccardo Spagni | 2018-01-27 | 3 | -55/+43 |
| |\ \ \ | |||||
| | * | | | wallet2: remove {set|get}_default_decimal_point and use the same funcs under ... | stoffu | 2018-01-26 | 3 | -14/+2 |
| | * | | | wallet2: make scan_output const and omit keys arg | stoffu | 2018-01-26 | 2 | -6/+6 |
| | * | | | wallet2: make member functions const when possible | stoffu | 2018-01-26 | 2 | -35/+35 |
| | |/ / | |||||
| * | | | Merge pull request #3136 | Riccardo Spagni | 2018-01-27 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | rpc: default do_not_relay to false in sendrawtransaction | moneromooo-monero | 2018-01-16 | 1 | -1/+1 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #3121 | Riccardo Spagni | 2018-01-27 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | cmake: set API header install path to what Qt wallet expects | redfish | 2018-01-14 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Merge pull request #3120 | Riccardo Spagni | 2018-01-27 | 2 | -9/+80 |
| |\ \ \ | |||||
| | * | | | perf_timer: add faster x86_64 timers, and pause/resume | moneromooo-monero | 2018-01-15 | 2 | -7/+77 |
| | * | | | perf_timer: use std::unique_ptr instead of new/delete | moneromooo-monero | 2018-01-15 | 1 | -2/+3 |
| | |/ / | |||||
| * | | | Merge pull request #3119 | Riccardo Spagni | 2018-01-27 | 3 | -0/+157 |
| |\ \ \ | |||||
| | * | | | crypto: add a ge_p3_identity constant | moneromooo-monero | 2018-01-15 | 2 | -0/+2 |
| | * | | | crypto: add scalar mult functions returning ge_p3 instead of ge_p2 | moneromooo-monero | 2018-01-15 | 2 | -0/+155 |
| | |/ / | |||||
| * | | | Merge pull request #3118 | Riccardo Spagni | 2018-01-27 | 4 | -0/+49 |
| |\ \ \ | |||||
