aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #2460Riccardo Spagni2017-09-251-2/+3
|\ \ \ \ \ \ \
| * | | | | | | cryptonote_protocol: fix needless chain hashes downloadsmoneromooo-monero2017-09-171-2/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2458Riccardo Spagni2017-09-254-16/+2
|\ \ \ \ \ \ \
| * | | | | | | protocol: remove hop count on block propagationmoneromooo-monero2017-09-174-16/+2
| |/ / / / / /
* | | | | | | Merge pull request #2457Riccardo Spagni2017-09-258-67/+135
|\ \ \ \ \ \ \
| * | | | | | | Use actual batch size for resize estimatesHoward Chu2017-09-178-67/+135
| |/ / / / / /
* | | | | | | Merge pull request #2454Riccardo Spagni2017-09-251-8/+1
|\ \ \ \ \ \ \
| * | | | | | | Readline is now supported directlyHoward Chu2017-09-161-8/+1
| |/ / / / / /
* | | | | | | Merge pull request #2456Riccardo Spagni2017-09-255-5/+14
|\ \ \ \ \ \ \
| * | | | | | | daemon, wallet: add --max-log-file-size optionselsta2017-09-175-5/+14
* | | | | | | | Merge pull request #2452Riccardo Spagni2017-09-253-16/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | tx_pool: set the "invalid input" bit when check_tx_inputs failsmoneromooo-monero2017-09-161-0/+1
| * | | | | | | | simplewallet: print tx rejection reason where it was missingmoneromooo-monero2017-09-161-0/+3
| * | | | | | | | core_rpc_server: print tx rejection reason at L0 toomoneromooo-monero2017-09-161-16/+28
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2424Riccardo Spagni2017-09-2520-73/+70
|\ \ \ \ \ \ \ \
| * | | | | | | | tx_pool: pre-init tvc.m_verifivation_failed before processingmoneromooo-monero2017-09-251-3/+3
| * | | | | | | | core_tests: catch (impossible in practice) tx extra api failuremoneromooo-monero2017-09-251-2/+4
| * | | | | | | | wallet2: catch failure to parse addressmoneromooo-monero2017-09-251-1/+5
| * | | | | | | | net_peerlist: remove dead codemoneromooo-monero2017-09-251-20/+1
| * | | | | | | | tx_pool: guard against failure getting tx hashmoneromooo-monero2017-09-251-1/+2
| * | | | | | | | wallet_rpc_server: catch failure to create directorymoneromooo-monero2017-09-251-1/+10
| * | | | | | | | wallet_rpc_server: init m_vm to NULL in ctormoneromooo-monero2017-09-251-1/+1
| * | | | | | | | wallet_args: remove redundant default value for --log-filemoneromooo-monero2017-09-251-1/+1
| * | | | | | | | wallet2: catch failure to save keys filemoneromooo-monero2017-09-251-2/+3
| * | | | | | | | 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
| * | | | | | | | libwallet_api_tests: initialize newblock_triggered on resetmoneromooo-monero2017-09-251-1/+1
| * | | | | | | | wallet2_api: init error code to "no error" in the ctormoneromooo-monero2017-09-251-1/+1
| * | | | | | | | get_blockchain_top now returns voidmoneromooo-monero2017-09-256-31/+9
| * | | | | | | | 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
| * | | | | | | | http_base: init size_t in http_request_info ctormoneromooo-monero2017-09-251-1/+2
* | | | | | | | | Merge pull request #2443Riccardo Spagni2017-09-251-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | wallet_rpc_server: fix index for newly added address book entrymoneromooo-monero2017-09-131-1/+1
* | | | | | | | | | Merge pull request #2442Riccardo Spagni2017-09-2520-46/+63
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | build: auto update version info without manually deleting version.hstoffu2017-09-2120-46/+63
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2440Riccardo Spagni2017-09-257-6/+215
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | blockchain: reject unsorted ins and outs from v7moneromooo-monero2017-09-183-1/+76
| * | | | | | | | | | core: sort ins and outs key key image and public key, respectivelymoneromooo-monero2017-09-132-6/+32
| * | | | | | | | | | common: add apply_permutation file and functionmoneromooo-monero2017-09-134-0/+108
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2435Riccardo Spagni2017-09-252-143/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Repo: remove in-tree VRP, link to single-policy VRPanonimal2017-09-112-143/+5
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #2428Riccardo Spagni2017-09-251-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | p2p: disable gray list housekeeping when an exclusive node is givenmoneromooo-monero2017-09-101-0/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #2425Riccardo Spagni2017-09-251-2/+3
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | utils: systemd: dir for pidfile with permissionsredfish2017-09-101-2/+3
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2418Riccardo Spagni2017-09-251-13/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmake: make warning about headers not fatalredfish2017-09-241-1/+1