| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge pull request #3006 | Riccardo Spagni | 2017-12-25 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Revert "return subaddress in get_bulk_payments" | moneromooo-monero | 2017-12-25 | 1 | -1/+0 | |
| * | | | | | | | | Merge pull request #2895 | Riccardo Spagni | 2017-12-25 | 6 | -63/+95 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | wallet2: switch to chacha20 instead of chacha8 | moneromooo-monero | 2017-12-25 | 1 | -19/+36 | |
| | * | | | | | | | | Add a chacha20 variant to go with chacha8 | moneromooo-monero | 2017-12-25 | 6 | -44/+59 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2938 | Riccardo Spagni | 2017-12-25 | 1 | -1/+13 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | wallet2: reinstate the single preferred output selection | moneromooo-monero | 2017-12-16 | 1 | -1/+13 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2931 | Riccardo Spagni | 2017-12-25 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | wallet2: error out in get_seed if the language is invalid | moneromooo-monero | 2017-12-15 | 1 | -1/+5 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2929 | Riccardo Spagni | 2017-12-25 | 2 | -12/+84 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | resumption support for updates using range requests | moneromooo-monero | 2017-12-15 | 2 | -12/+84 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2928 | Riccardo Spagni | 2017-12-25 | 1 | -2/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | p2p: stop net server before closing starting connections | moneromooo-monero | 2017-12-15 | 1 | -2/+5 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2926 | Riccardo Spagni | 2017-12-25 | 7 | -5/+369 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Account tagging | stoffu | 2017-12-18 | 7 | -5/+369 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2922 | Riccardo Spagni | 2017-12-25 | 2 | -3/+4 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | updates: use https for updates | moneromooo-monero | 2017-12-14 | 1 | -1/+1 | |
| | * | | | | | | | download: SSL suport | moneromooo-monero | 2017-12-14 | 1 | -2/+3 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2920 | Riccardo Spagni | 2017-12-25 | 28 | -172/+166 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | cryptonote_core: remove unused functions with off by one bugs | moneromooo-monero | 2017-12-18 | 4 | -105/+0 | |
| | * | | | | | | | blockchain: don't leave dangling pointers in this | moneromooo-monero | 2017-12-18 | 1 | -0/+2 | |
| | * | | | | | | | cryptonote_core: fix db leak on error | moneromooo-monero | 2017-12-18 | 2 | -2/+3 | |
| | * | | | | | | | use const refs in for loops for non tiny types | moneromooo-monero | 2017-12-18 | 5 | -5/+5 | |
| | * | | | | | | | check accessing an element past the end of a container | moneromooo-monero | 2017-12-18 | 8 | -12/+46 | |
| | * | | | | | | | check return value for generate_key_derivation and derive_public_key | moneromooo-monero | 2017-12-18 | 2 | -11/+22 | |
| | * | | | | | | | catch const exceptions | moneromooo-monero | 2017-12-18 | 3 | -6/+6 | |
| | * | | | | | | | add empty container sanity checks when using front() and back() | moneromooo-monero | 2017-12-18 | 8 | -5/+31 | |
| | * | | | | | | | rpc: guard against json parsing a non object | moneromooo-monero | 2017-12-18 | 1 | -1/+1 | |
| | * | | | | | | | checkpoints: trap failure to load JSON checkpoints | moneromooo-monero | 2017-12-18 | 1 | -1/+5 | |
| | * | | | | | | | checkpoints: pass std::string by const ref, not const value | moneromooo-monero | 2017-12-18 | 2 | -4/+4 | |
| | * | | | | | | | fix a few leaks by throwing objects, not newed pointers to objects | moneromooo-monero | 2017-12-18 | 2 | -6/+6 | |
| | * | | | | | | | p2p: use size_t for arbitrary counters instead of uint8_t | moneromooo-monero | 2017-12-18 | 1 | -2/+2 | |
| | * | | | | | | | cryptonote_protocol: sanity check chain hashes from peer | moneromooo-monero | 2017-12-18 | 1 | -0/+6 | |
| | * | | | | | | | cryptonote_protocol: print peer versions when unexpected | moneromooo-monero | 2017-12-18 | 1 | -6/+10 | |
| | * | | | | | | | rpc: do not try to use an invalid txid in relay_tx | moneromooo-monero | 2017-12-18 | 1 | -6/+17 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2918 | Riccardo Spagni | 2017-12-25 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | simplewallet: fix default unspent_outputs output with subaddresses | moneromooo-monero | 2017-12-13 | 1 | -1/+1 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2916 | Riccardo Spagni | 2017-12-25 | 2 | -4/+22 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | wallet-rpc: added receiving address to res of get(_bulk)_payments; selective ... | stoffu | 2017-12-18 | 2 | -4/+22 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2902 | Riccardo Spagni | 2017-12-25 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | node_rpc_proxy: remove unused local and time call | moneromooo-monero | 2017-12-09 | 1 | -1/+0 | |
| * | | | | | | | | Merge pull request #2899 | Riccardo Spagni | 2017-12-25 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | return subaddress in get_bulk_payments | Dmitriy Plekhanov | 2017-12-08 | 1 | -0/+1 | |
| * | | | | | | | | | Merge pull request #2891 | Riccardo Spagni | 2017-12-25 | 1 | -8/+8 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | wallet2: don't write a .new file when not needed | moneromooo-monero | 2017-12-07 | 1 | -8/+8 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2890 | Riccardo Spagni | 2017-12-25 | 2 | -8/+8 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | version: add -master to master version | moneromooo-monero | 2017-12-07 | 1 | -1/+1 | |
| | * | | | | | | | | | util: allow non numeric version parts | moneromooo-monero | 2017-12-07 | 1 | -7/+7 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2888 | Riccardo Spagni | 2017-12-25 | 2 | -3/+7 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| | * | | | | | | | | wallet2: detect spends in txes without a valid public tx key | moneromooo-monero | 2017-12-06 | 1 | -1/+1 | |
