| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | blockchain: fix flushing txes from the txpool | moneromooo-monero | 2019-12-14 | 1 | -1/+1 |
| * | Merge pull request #6057 | luigi1111 | 2019-12-12 | 2 | -3/+23 |
| |\ | |||||
| | * | wallet2: make keys unlocker reentrant | moneromooo-monero | 2019-10-29 | 2 | -3/+23 |
| * | | Merge pull request #6055 | luigi1111 | 2019-12-12 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | blockchain: fix comment wrongly refering to SHA-3 rather than Keccak | moneromooo-monero | 2019-10-29 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #6054 | luigi1111 | 2019-12-12 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | daemon: handle printing higher hash rates | moneromooo-monero | 2019-10-29 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #6052 | luigi1111 | 2019-12-12 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | tx_pool: fix error message assuming incorrectly | moneromooo-monero | 2019-10-29 | 1 | -2/+2 |
| | |/ | |||||
| * | | Merge pull request #6049 | luigi1111 | 2019-12-12 | 1 | -34/+27 |
| |\ \ | |||||
| | * | | Updated paper references | Sarang Noether | 2019-10-28 | 1 | -24/+22 |
| | * | | Minor prover simplification | Sarang Noether | 2019-10-28 | 1 | -10/+5 |
| | |/ | |||||
| * | | Merge pull request #6027 | luigi1111 | 2019-12-12 | 1 | -26/+0 |
| |\ \ | |||||
| | * | | simplewallet: remove remaining payment id dead code | moneromooo-monero | 2019-10-25 | 1 | -26/+0 |
| * | | | Merge pull request #6018 | luigi1111 | 2019-12-12 | 6 | -3/+139 |
| |\ \ \ | |||||
| | * | | | rpc: Only show version string if it matches expected pattern | Nathan Dorfman | 2019-11-12 | 4 | -1/+102 |
| | * | | | daemon: Use rpc for "version" command | Nathan Dorfman | 2019-11-12 | 3 | -3/+38 |
| * | | | | Adding support for hidden (anonymity) txpool | Lee Clagett | 2019-11-02 | 24 | -279/+631 |
| * | | | | make d2h et al. constant-time | Jethro Grassie | 2019-11-19 | 1 | -30/+8 |
| * | | | | Fix #6147 DB corruption from child process overwrite | Howard Chu | 2019-11-17 | 1 | -1/+6 |
| * | | | | Merge pull request #6135 | luigi1111 | 2019-11-16 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | wallet: set non-empty error string on connection failure | xiphon | 2019-11-14 | 1 | -1/+1 |
| * | | | | wallet2: fix pool txes not being flushed when mined | moneromooo-monero | 2019-11-04 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge pull request #6074 | Riccardo Spagni | 2019-11-03 | 7 | -38/+110 |
| |\ \ \ | |||||
| | * | | | simplewallet: plug a timing leak | moneromooo-monero | 2019-11-02 | 2 | -10/+31 |
| | * | | | wallet: reuse cached height when set after refresh | moneromooo-monero | 2019-11-01 | 2 | -0/+11 |
| | * | | | wallet2: fix is_synced checking target height, not height | moneromooo-monero | 2019-11-01 | 1 | -1/+1 |
| | * | | | wallet: fix another facet of "did I get some monero" information leak | moneromooo-monero | 2019-11-01 | 4 | -15/+50 |
| | * | | | wallet2: do not send an unnecessary last getblocks.bin call on refresh | moneromooo-monero | 2019-11-01 | 2 | -7/+17 |
| | * | | | wallet2: do not repeatedly ask for pool txes sent to us | moneromooo-monero | 2019-11-01 | 1 | -5/+0 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #6079 | Riccardo Spagni | 2019-11-02 | 4 | -3/+4 |
| |\ \ \ | |||||
| | * | | | 0.15.0.0 release engineering | Riccardo Spagni | 2019-11-02 | 4 | -3/+4 |
| | |/ / | |||||
| * | | | Merge pull request #6047 | Riccardo Spagni | 2019-11-02 | 5 | -12/+18 |
| |\ \ \ | |||||
| | * | | | cryptonote: untangle dependency from miner to blockchain | moneromooo-monero | 2019-10-31 | 5 | -12/+18 |
| | |/ / | |||||
| * / / | daemon: always use bootstrap daemon (if set) in '--no-sync' mode | xiphon | 2019-10-28 | 2 | -3/+6 |
| |/ / | |||||
| * | | Merge pull request #6044 | luigi1111 | 2019-10-27 | 1 | -2/+11 |
| |\ \ | |||||
| | * | | blockchain: fix unwanted error when probing the pool for a tx | moneromooo-monero | 2019-10-27 | 1 | -2/+11 |
| * | | | wallet: do not warn if the rpc cost was free | moneromooo-monero | 2019-10-27 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #6017 | luigi1111 | 2019-10-25 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | rpc: Include tag in get_info version string | Nathan Dorfman | 2019-10-24 | 1 | -1/+1 |
| * | | | rpc: fix PRIx64 build error on some systems | moneromooo-monero | 2019-10-26 | 1 | -1/+1 |
| * | | | Merge pull request #6024 | luigi1111 | 2019-10-25 | 1 | -0/+4 |
| |\ \ \ | |||||
| | * | | | device: bounds checking in Ledger send_secret/receive_secret | xiphon | 2019-10-25 | 1 | -0/+4 |
| * | | | | Merge pull request #5958 | luigi1111 | 2019-10-25 | 3 | -108/+217 |
| |\| | | | |||||
| | * | | | Fix debug feature | cslashm | 2019-10-03 | 1 | -0/+2 |
| | * | | | Revert PR #5835 (export view key) | cslashm | 2019-10-03 | 1 | -1/+1 |
| | * | | | Add display address | cslashm | 2019-10-03 | 2 | -1/+24 |
| | * | | | Add hmac over encrypted value during transaction | cslashm | 2019-10-03 | 3 | -106/+190 |
| * | | | | Merge pull request #6028 | luigi1111 | 2019-10-25 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | tx_pool: fix divide by 0 in log | moneromooo-monero | 2019-10-25 | 1 | -1/+1 |
| | | |_|/ | |/| | | |||||
