| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge pull request #3255 | Riccardo Spagni | 2018-02-20 | 1 | -11/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Closes #2886: really ignore battery checking | Timothy D. Prime | 2018-02-12 | 1 | -11/+5 | |
| * | | | | | | | Merge pull request #3247 | Riccardo Spagni | 2018-02-20 | 4 | -19/+55 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | wallet2: remove unused m_subaddresses_inv | moneromooo-monero | 2018-02-16 | 2 | -6/+2 | |
| | * | | | | | | | wallet2: speed up subaddress generation (by about a third) | moneromooo-monero | 2018-02-16 | 4 | -15/+55 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3246 | Riccardo Spagni | 2018-02-20 | 1 | -5/+15 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | wallet2: don't store invalid key image when watch-only | stoffu | 2018-02-12 | 1 | -1/+1 | |
| | * | | | | | | | wallet2: don't throw when spent amount is inconsistent | stoffu | 2018-02-10 | 1 | -4/+14 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #3235 | Riccardo Spagni | 2018-02-20 | 2 | -3/+5 | |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| | * | | | | | | Add default value to max_height, otherwise it's 0 | Michał Sałaban | 2018-02-05 | 2 | -3/+5 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #3276 | Riccardo Spagni | 2018-02-17 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | crypto: add missing include (WIN32) | iDunk5400 | 2018-02-16 | 1 | -0/+1 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #3249 | Riccardo Spagni | 2018-02-17 | 4 | -6/+24 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | handle ^D and ^C while password prompting | Jethro Grassie | 2018-02-10 | 4 | -6/+24 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3170 | Riccardo Spagni | 2018-02-17 | 14 | -103/+112 | |
| |\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| | * | | | | | options: add testnet option dependencies | whythat | 2018-02-16 | 5 | -19/+45 | |
| | * | | | | | common: implement dynamic option dependencies mechanism | whythat | 2018-02-16 | 1 | -14/+11 | |
| | * | | | | | options: remove testnet-* options | whythat | 2018-02-16 | 13 | -87/+33 | |
| | * | | | | | common: implement dependent option descriptor | whythat | 2018-02-16 | 1 | -5/+45 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #3191 | Riccardo Spagni | 2018-02-17 | 1 | -2/+10 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | core: add --no-fluffy-blocks, and enable fluffy blocks by default | moneromooo-monero | 2018-02-16 | 1 | -2/+10 | |
| | |/ / / / | ||||||
| * / / / / | txpool: Don't bail out when blob_size == tx_size_limit | Leon Klingele | 2018-02-16 | 1 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #3196 | Riccardo Spagni | 2018-02-16 | 1 | -1/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | p2p: fix testnet/mainnet port mixup | moneromooo-monero | 2018-01-28 | 1 | -1/+2 | |
| * | | | | | Merge pull request #3199 | Riccardo Spagni | 2018-02-16 | 1 | -12/+22 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | cn_deserialize: check for raw tx_extra | moneromooo-monero | 2018-01-28 | 1 | -12/+22 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3226 | Riccardo Spagni | 2018-02-16 | 14 | -18/+56 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | keccak: fix mdlen bounds sanity checking | moneromooo-monero | 2018-02-07 | 1 | -1/+2 | |
| | * | | | | | pass large parameters by const ref, not value | moneromooo-monero | 2018-02-02 | 2 | -2/+2 | |
| | * | | | | | blockchain: sanity check number of precomputed hash of hash blocks | moneromooo-monero | 2018-02-02 | 1 | -1/+6 | |
| | * | | | | | ringct: fix infinite loop in unused h2b function | moneromooo-monero | 2018-02-02 | 1 | -0/+1 | |
| | * | | | | | simplewallet: double check a new multisig wallet is multisig | moneromooo-monero | 2018-02-02 | 1 | -1/+5 | |
| | * | | | | | threadpool: catch exceptions in dtor, to avoid terminate | moneromooo-monero | 2018-02-02 | 2 | -1/+20 | |
| | * | | | | | blockchain_export: fix buffer overflow in exporter | moneromooo-monero | 2018-02-02 | 1 | -1/+1 | |
| | * | | | | | perf_timer: rewrite to make it clear there is no division by zero | moneromooo-monero | 2018-02-02 | 1 | -4/+3 | |
| | * | | | | | keccak: fix sanity check bounds test | moneromooo-monero | 2018-02-02 | 1 | -1/+1 | |
| | * | | | | | blockchain_db: initialize m_open in base class ctor | moneromooo-monero | 2018-02-02 | 3 | -3/+7 | |
| | * | | | | | miner: restore std::cout precision after modification | moneromooo-monero | 2018-02-02 | 1 | -1/+2 | |
| | * | | | | | db_lmdb: check hard fork info drop succeeded | moneromooo-monero | 2018-02-02 | 1 | -2/+6 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #3248 | Riccardo Spagni | 2018-02-16 | 1 | -0/+4 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | blockchain: don't try to use hash check array after it's freed | moneromooo-monero | 2018-02-10 | 1 | -0/+4 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3232 | Riccardo Spagni | 2018-02-16 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | connection_context: initialize m_last_request_time to current time | moneromooo-monero | 2018-02-04 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3231 | Riccardo Spagni | 2018-02-16 | 2 | -2/+10 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Don't create readtxn until after txn_safe gate check | Howard Chu | 2018-01-31 | 2 | -2/+10 | |
| * | | | | | | Merge pull request #3229 | Riccardo Spagni | 2018-02-16 | 1 | -0/+9 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | cryptonote_protocol: guard against all threads in standby | moneromooo-monero | 2018-02-02 | 1 | -0/+9 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3225 | Riccardo Spagni | 2018-02-16 | 2 | -10/+20 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | dns: change default DNS to a worldwide selection | moneromooo-monero | 2018-02-08 | 2 | -10/+20 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #3221 | Riccardo Spagni | 2018-02-16 | 1 | -0/+2 | |
| |\ \ \ \ \ \ | ||||||
