| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wallet2: speedup refresh | moneromooo-monero | 2018-06-26 | 2 | -59/+258 |
| * | blockchain: simplify/speedup handle_get_objects | moneromooo-monero | 2018-06-26 | 1 | -13/+8 |
| * | wallet2: avoid re-parsing blocks when refreshing in a loop | moneromooo-monero | 2018-06-26 | 2 | -8/+5 |
| * | wallet2: avoid duplicate parsing of tx extra | moneromooo-monero | 2018-06-26 | 1 | -9/+12 |
| * | wallet2: remove useless device locking | moneromooo-monero | 2018-06-26 | 1 | -2/+1 |
| * | wallet2: parse blocks in the RPC thread, not the processing thread | moneromooo-monero | 2018-06-26 | 2 | -34/+51 |
| * | wallet2: simplify/speedup process_blocks | moneromooo-monero | 2018-06-26 | 1 | -66/+17 |
| * | wallet: don't process miner tx if we're refreshing with no-coinbase | moneromooo-monero | 2018-06-26 | 1 | -1/+3 |
| * | rpc: rework to avoid repeated calculations in get_blocks.bin | moneromooo-monero | 2018-06-26 | 6 | -40/+36 |
| * | replace std::list with std::vector on some hot paths | moneromooo-monero | 2018-06-26 | 18 | -204/+228 |
| * | rpc: sanity check on number of txes in a block | moneromooo-monero | 2018-06-26 | 1 | -0/+6 |
| * | rpc: add option to skip coinbase info in get_blocks.bin | moneromooo-monero | 2018-06-26 | 3 | -4/+10 |
| * | wallet2: use std::move on containers where appropriate | moneromooo-monero | 2018-06-26 | 1 | -4/+4 |
| * | Merge pull request #3939 | luigi1111 | 2018-06-20 | 1 | -0/+4 |
| |\ | |||||
| | * | wallet: do not log by default if we're not asked to log to console | moneromooo-monero | 2018-06-06 | 1 | -0/+4 |
| * | | Merge pull request #3938 | luigi1111 | 2018-06-20 | 2 | -4/+2 |
| |\ \ | |||||
| | * | | ringct: remove an unnecessary scalarmultBase in zeroCommit | moneromooo-monero | 2018-06-06 | 2 | -4/+2 |
| | |/ | |||||
| * | | Merge pull request #3932 | luigi1111 | 2018-06-20 | 2 | -1/+35 |
| |\ \ | |||||
| | * | | util: consider Tor/I2P addresses to be non local | moneromooo-monero | 2018-06-05 | 1 | -0/+7 |
| | * | | simplewallet: add optional trusted/untrusted argument to set_daemon | moneromooo-monero | 2018-06-05 | 1 | -1/+28 |
| | |/ | |||||
| * | | Merge pull request #3924 | luigi1111 | 2018-06-20 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Fixes #3645: error on freebsd lambda return values forced to std::string | S | 2018-06-04 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #3919 | luigi1111 | 2018-06-20 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | blockchain: pop forked blocks only when DB is not read-only | stoffu | 2018-06-04 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #3904 | luigi1111 | 2018-06-20 | 1 | -6/+13 |
| |\ \ | |||||
| | * | | blockchain: return error when requesting non existent output | moneromooo-monero | 2018-06-01 | 1 | -6/+13 |
| | |/ | |||||
| * | | Merge pull request #3903 | luigi1111 | 2018-06-20 | 2 | -12/+35 |
| |\ \ | |||||
| | * | | tx_pool: hold off parsing a tx blob till we actually need it | moneromooo-monero | 2018-06-02 | 2 | -12/+35 |
| | |/ | |||||
| * | | Merge pull request #3897 | luigi1111 | 2018-06-20 | 3 | -2/+10 |
| |\ \ | |||||
| | * | | mlog: --max-log-files to set the max number of rotated log files | stoffu | 2018-06-13 | 3 | -2/+10 |
| | |/ | |||||
| * | | Merge pull request #3896 | luigi1111 | 2018-06-20 | 1 | -4/+4 |
| |\ \ | |||||
| | * | | simplewallet.sign_transfer: rename export to export_raw, add help message | stoffu | 2018-06-01 | 1 | -4/+4 |
| | |/ | |||||
| * | | Merge pull request #3888 | luigi1111 | 2018-06-20 | 1 | -0/+3 |
| |\ \ | |||||
| | * | | daemon: fix readline interfering with std::cerr usage | moneromooo-monero | 2018-05-31 | 1 | -0/+3 |
| * | | | Merge pull request #3757 | luigi1111 | 2018-06-20 | 2 | -2/+22 |
| |\ \ \ | |||||
| | * | | | handle optional miner params better | cryptochangements34 | 2018-05-06 | 2 | -2/+22 |
| * | | | | Merge pull request #3878 | luigi1111 | 2018-06-19 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | disable file size sanity check when loading the wallet cache | moneromooo-monero | 2018-05-28 | 1 | -1/+1 |
| * | | | | | Merge pull request #3861 | luigi1111 | 2018-06-19 | 2 | -0/+16 |
| |\ \ \ \ \ | |||||
| | * | | | | | p2p: warn when no incoming connections are seen for a while | moneromooo-monero | 2018-05-26 | 2 | -0/+16 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #3851 | luigi1111 | 2018-06-19 | 3 | -2/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | fix build with GCC 8.1.0 | moneromooo-monero | 2018-05-26 | 3 | -2/+4 |
| * | | | | | | Merge pull request #3844 | luigi1111 | 2018-06-19 | 2 | -0/+14 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix PCSC compilation under windows | cslashm | 2018-05-23 | 2 | -0/+14 |
| | | |/ / / / | |/| | | | | |||||
| * | | | | | | Merge pull request #3829 | luigi1111 | 2018-06-19 | 1 | -20/+34 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | use deterministic viewkey if not supplied | cryptochangements34 | 2018-06-05 | 1 | -20/+34 |
| | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | | Merge pull request #3828 | luigi1111 | 2018-06-19 | 1 | -0/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | core: lock incoming tx lock when checking the txpool and chain | moneromooo-monero | 2018-05-18 | 1 | -0/+1 |
| * | | | | | | | Merge pull request #3821 | luigi1111 | 2018-06-19 | 1 | -0/+5 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | object_sizes: add a few useful types | moneromooo-monero | 2018-05-17 | 1 | -0/+5 |
| | |/ / / / / / | |||||
