aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix #3297 use the password_prompter helperHoward Chu2018-02-201-9/+3
* Merge pull request #3276Riccardo Spagni2018-02-171-0/+1
|\
| * crypto: add missing include (WIN32)iDunk54002018-02-161-0/+1
* | Merge pull request #3249Riccardo Spagni2018-02-174-6/+24
|\ \
| * | handle ^D and ^C while password promptingJethro Grassie2018-02-104-6/+24
* | | Merge pull request #3170Riccardo Spagni2018-02-1714-103/+112
|\ \ \
| * | | options: add testnet option dependencieswhythat2018-02-165-19/+45
| * | | common: implement dynamic option dependencies mechanismwhythat2018-02-161-14/+11
| * | | options: remove testnet-* optionswhythat2018-02-1613-87/+33
| * | | common: implement dependent option descriptorwhythat2018-02-161-5/+45
| | |/ | |/|
* | | Merge pull request #3191Riccardo Spagni2018-02-171-2/+10
|\ \ \
| * | | core: add --no-fluffy-blocks, and enable fluffy blocks by defaultmoneromooo-monero2018-02-161-2/+10
| |/ /
* / / txpool: Don't bail out when blob_size == tx_size_limitLeon Klingele2018-02-161-2/+2
|/ /
* | Merge pull request #3196Riccardo Spagni2018-02-161-1/+2
|\ \
| * | p2p: fix testnet/mainnet port mixupmoneromooo-monero2018-01-281-1/+2
* | | Merge pull request #3199Riccardo Spagni2018-02-161-12/+22
|\ \ \
| * | | cn_deserialize: check for raw tx_extramoneromooo-monero2018-01-281-12/+22
| |/ /
* | | Merge pull request #3226Riccardo Spagni2018-02-1614-18/+56
|\ \ \
| * | | keccak: fix mdlen bounds sanity checkingmoneromooo-monero2018-02-071-1/+2
| * | | pass large parameters by const ref, not valuemoneromooo-monero2018-02-022-2/+2
| * | | blockchain: sanity check number of precomputed hash of hash blocksmoneromooo-monero2018-02-021-1/+6
| * | | ringct: fix infinite loop in unused h2b functionmoneromooo-monero2018-02-021-0/+1
| * | | simplewallet: double check a new multisig wallet is multisigmoneromooo-monero2018-02-021-1/+5
| * | | threadpool: catch exceptions in dtor, to avoid terminatemoneromooo-monero2018-02-022-1/+20
| * | | blockchain_export: fix buffer overflow in exportermoneromooo-monero2018-02-021-1/+1
| * | | perf_timer: rewrite to make it clear there is no division by zeromoneromooo-monero2018-02-021-4/+3
| * | | keccak: fix sanity check bounds testmoneromooo-monero2018-02-021-1/+1
| * | | blockchain_db: initialize m_open in base class ctormoneromooo-monero2018-02-023-3/+7
| * | | miner: restore std::cout precision after modificationmoneromooo-monero2018-02-021-1/+2
| * | | db_lmdb: check hard fork info drop succeededmoneromooo-monero2018-02-021-2/+6
| | |/ | |/|
* | | Merge pull request #3248Riccardo Spagni2018-02-161-0/+4
|\ \ \
| * | | blockchain: don't try to use hash check array after it's freedmoneromooo-monero2018-02-101-0/+4
| |/ /
* | | Merge pull request #3232Riccardo Spagni2018-02-161-1/+1
|\ \ \
| * | | connection_context: initialize m_last_request_time to current timemoneromooo-monero2018-02-041-1/+1
| |/ /
* | | Merge pull request #3231Riccardo Spagni2018-02-162-2/+10
|\ \ \
| * | | Don't create readtxn until after txn_safe gate checkHoward Chu2018-01-312-2/+10
* | | | Merge pull request #3229Riccardo Spagni2018-02-161-0/+9
|\ \ \ \
| * | | | cryptonote_protocol: guard against all threads in standbymoneromooo-monero2018-02-021-0/+9
| | |/ / | |/| |
* | | | Merge pull request #3225Riccardo Spagni2018-02-162-10/+20
|\ \ \ \
| * | | | dns: change default DNS to a worldwide selectionmoneromooo-monero2018-02-082-10/+20
| |/ / /
* | | | Merge pull request #3221Riccardo Spagni2018-02-161-0/+2
|\ \ \ \
| * | | | p2p: do not try to connect to peers in offline modemoneromooo-monero2018-02-011-0/+2
| |/ / /
* | | | Merge pull request #3217Riccardo Spagni2018-02-161-2/+0
|\ \ \ \
| * | | | wipeable_string: call memwipe directlymoneromooo-monero2018-01-311-2/+0
| |/ / /
* | | | Merge pull request #3214Riccardo Spagni2018-02-163-1/+3
|\ \ \ \
| * | | | wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrownstoffu2018-02-083-1/+3
| |/ / /
* | | | Merge pull request #3210Riccardo Spagni2018-02-161-1/+8
|\ \ \ \
| * | | | txpool: Properly bail out when outputs_amount == inputs_amountLeon Klingele2018-02-011-1/+8
| |/ / /
* | | | Merge pull request #3207Riccardo Spagni2018-02-163-8/+17
|\ \ \ \
| * | | | wallet-rpc: take subaddress account as arg for get_transfer_by_txidstoffu2018-01-312-4/+13