aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wallet2_api: check whether dynamic_cast returns NULLmoneromooo-monero2017-09-251-0/+2
* core: check return value from parse_hexstr_to_binbuffmoneromooo-monero2017-09-251-2/+3
* wallet2_api: remove an unused, uninitialized, fieldmoneromooo-monero2017-09-251-1/+0
* wallet2_api: init error code to "no error" in the ctormoneromooo-monero2017-09-251-1/+1
* get_blockchain_top now returns voidmoneromooo-monero2017-09-253-27/+6
* wallet_rpc_server: guard against exceptionsmoneromooo-monero2017-09-251-1/+9
* simplewallet: guard against I/O exceptionsmoneromooo-monero2017-09-251-3/+12
* daemon: initialize decode_as_json in RPC requestmoneromooo-monero2017-09-251-0/+1
* Merge pull request #2398Riccardo Spagni2017-09-251-4/+0
|\
| * dns_utils: remove a few obsolete thingsmoneromooo-monero2017-09-041-4/+0
* | Merge pull request #2386Riccardo Spagni2017-09-252-19/+29
|\ \
| * | wallet2: guard against daemon sending txes in the wrong ordermoneromooo-monero2017-09-111-12/+10
| * | rpc: order transactions in the order they were requestedmoneromooo-monero2017-09-111-7/+19
| |/
* | Merge pull request #2379Riccardo Spagni2017-09-254-53/+101
|\ \
| * | Do not create file when RPC user/pass is given and use file lockingLee Clagett2017-08-304-53/+101
* | | Merge pull request #2377Riccardo Spagni2017-09-253-2/+146
|\ \ \
| * | | wallet2: correctly handle in/out payments for view-only walletstoffu2017-09-213-2/+146
* | | | Merge pull request #2357Riccardo Spagni2017-09-251-1/+1
|\ \ \ \
| * | | | Fix getblocktemplate RPC returning wrong reserved_offsetGuillaume LE VAILLANT2017-08-261-1/+1
| | |/ / | |/| |
* | | | Merge pull request #2289Riccardo Spagni2017-09-255-14/+16
|\ \ \ \
| * | | | store is optional during close and defaults to true; except during descructionm2049r2017-09-235-14/+16
* | | | | Merge pull request #2257Riccardo Spagni2017-09-256-5/+63
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | wallet: add encrypted seed functionalitymoneromooo-monero2017-09-126-5/+63
| | |_|/ | |/| |
* | | | Merge pull request #2496Riccardo Spagni2017-09-211-3/+23
|\ \ \ \
| * | | | tx_pool: drop invalid txes from the pool on startupmoneromooo-monero2017-09-201-3/+23
* | | | | Merge pull request #2492Riccardo Spagni2017-09-211-2/+2
|\ \ \ \ \
| * | | | | blockchain: fix crash checking pre-validated txidsmoneromooo-monero2017-09-201-2/+2
| |/ / / /
* | | | | Merge pull request #2477Riccardo Spagni2017-09-211-2/+2
|\ \ \ \ \
| * | | | | db_lmdb: fix use of uninitialized key in for_blocks_rangemoneromooo-monero2017-09-191-2/+2
| |/ / / /
* | | | | Merge pull request #2479Riccardo Spagni2017-09-211-1/+3
|\ \ \ \ \
| * | | | | Fixes static_assert on arm and ppc buildsLee Clagett2017-09-191-1/+3
| |/ / / /
* | | | | Merge pull request #2324Riccardo Spagni2017-09-211-1/+1
|\ \ \ \ \
| * | | | | daemon: indicate whether the spent key image is mined or unconfirmedstoffu2017-09-211-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2302Riccardo Spagni2017-09-211-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | p2p: add a couple early outs when the stop signal is receivedmoneromooo-monero2017-08-161-0/+5
* | | | | Merge pull request #2441Riccardo Spagni2017-09-201-1/+1
|\ \ \ \ \
| * | | | | Update wallet2.cpp for misspellingMatthew Campassi2017-09-121-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #2429Riccardo Spagni2017-09-201-15/+15
|\ \ \ \ \
| * | | | | wallet: fix --help and --version erroring outmoneromooo-monero2017-09-101-15/+15
| |/ / / /
* | | | | Merge pull request #2414Riccardo Spagni2017-09-201-1/+1
|\ \ \ \ \
| * | | | | updated clarification bc_dyn_stats Matthew Campassi2017-09-081-1/+1
| * | | | | clarification bc_dyn_statsMatthew Campassi2017-09-081-1/+1
| |/ / / /
* | | | | Merge pull request #2412Riccardo Spagni2017-09-202-9/+9
|\ \ \ \ \
| * | | | | Silence more stupid gcc warningsHoward Chu2017-09-082-9/+9
| |/ / / /
* | | | | Merge pull request #2410Riccardo Spagni2017-09-201-13/+0
|\ \ \ \ \
| * | | | | Fix AC power supply detection on LinuxGuillaume LE VAILLANT2017-09-081-13/+0
| |/ / / /
* | | | | Merge pull request #2381Riccardo Spagni2017-09-202-0/+11
|\ \ \ \ \
| * | | | | monero-wallet-cli: New command 'wallet_info' improvedrbrunner72017-08-311-5/+4
| * | | | | monero-wallet-cli: New command 'wallet_info'rbrunner72017-08-312-0/+12
* | | | | | Merge pull request #2376Riccardo Spagni2017-09-202-48/+102
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |