aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-0437-191/+4029
* Merge pull request #3256Riccardo Spagni2018-02-201-2/+2
|\
| * wallet2: fix auto_low_priority field name typo on loadmoneromooo-monero2018-02-131-2/+2
* | Merge pull request #3295Riccardo Spagni2018-02-201-12/+12
|\ \
| * | db_lmdb: fix return code mixup in for_all_*moneromooo-monero2018-02-191-12/+12
* | | Merge pull request #3294Riccardo Spagni2018-02-201-1/+1
|\ \ \
| * | | simplewallet: typo in generate-from-multisig-keysstoffu2018-02-191-1/+1
| |/ /
* | | Merge pull request #3293Riccardo Spagni2018-02-201-1/+1
|\ \ \
| * | | cryptonote_core: change wording of fork warning messagemoneromooo-monero2018-02-181-1/+1
| |/ /
* | | Merge pull request #3290Riccardo Spagni2018-02-201-0/+1
|\ \ \
| * | | p2p: restore m_testnet assignment lost during rebasewhythat2018-02-181-0/+1
* | | | Merge pull request #3288Riccardo Spagni2018-02-201-0/+1
|\ \ \ \
| * | | | p2p: need libcryptonote_core due to arg_testnet_on being usedstoffu2018-02-181-0/+1
| | |/ / | |/| |
* | | | Merge pull request #3263Riccardo Spagni2018-02-201-1/+1
|\ \ \ \
| * | | | simplewallet: reword donate command message for claritySerhack2018-02-141-1/+1
* | | | | Merge pull request #3260Riccardo Spagni2018-02-201-1/+0
|\ \ \ \ \
| * | | | | Remove `voting_version` parameter documentation.Jean Pierre Dudey2018-02-131-1/+0
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3257Riccardo Spagni2018-02-201-8/+0
|\ \ \ \ \
| * | | | | simplewallet: do nothing in on_skip_transaction (wallet2 already logs warnings)stoffu2018-02-151-8/+0
| |/ / / /
* | | | | Merge pull request #3255Riccardo Spagni2018-02-201-11/+5
|\ \ \ \ \
| * | | | | Closes #2886: really ignore battery checkingTimothy D. Prime2018-02-121-11/+5
* | | | | | Merge pull request #3247Riccardo Spagni2018-02-204-19/+55
|\ \ \ \ \ \
| * | | | | | wallet2: remove unused m_subaddresses_invmoneromooo-monero2018-02-162-6/+2
| * | | | | | wallet2: speed up subaddress generation (by about a third)moneromooo-monero2018-02-164-15/+55
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3246Riccardo Spagni2018-02-201-5/+15
|\ \ \ \ \ \
| * | | | | | wallet2: don't store invalid key image when watch-onlystoffu2018-02-121-1/+1
| * | | | | | wallet2: don't throw when spent amount is inconsistentstoffu2018-02-101-4/+14
| |/ / / / /
* | | | | | Merge pull request #3235Riccardo Spagni2018-02-202-3/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add default value to max_height, otherwise it's 0Michał Sałaban2018-02-052-3/+5
| |/ / / /
* | | | | 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