summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4485v0.13.0.2-RC2Riccardo Spagni2018-10-021-5/+15
| | | | 5ec929fb daemon: do not display uptime when not known (moneromooo-monero)
* Merge pull request #4490Riccardo Spagni2018-10-021-1/+1
| | | | bccd88dd wallet2: clear found out for every tx key (doy-lee)
* Merge pull request #4484Riccardo Spagni2018-10-022-9/+17
| | | | 2c74b1a1 wallet_rpc_server: include all transfer records for a txid (moneromooo-monero)
* Merge pull request #4482Riccardo Spagni2018-10-026-7/+20
| | | | 25e5890d wallet: fix --generate-from-json using wrong password (moneromooo-monero)
* Merge pull request #4479Riccardo Spagni2018-10-024-11/+65
| | | | d5541e44 common: Windows 'spawn' support for tx and block notifications (xiphon)
* Merge pull request #4476Riccardo Spagni2018-10-021-1/+1
| | | | fa9e54b6 build: fix gcc false positive 'stringop-overflow' warning (xiphon)
* Merge pull request #4475Riccardo Spagni2018-10-023-2/+28
| | | | 6da36ea0 wallet2_api: blackball/unblackball now take two parameters (moneromooo-monero)
* Merge pull request #4470Riccardo Spagni2018-10-023-3/+13
| | | | | | | | | | | | | | | | | | | | 2fbf38ee Fix 32bit depends builds (TheCharlatan) 17142ec9 malloc scratchpad for all supported android archs (m2049r) 6a781408 Make depends use self built clang for darwin (TheCharlatan) 69da14e1 fixes make debug compilation on OSX (Dusan Klinec) fe125647 Fixup RENAME_DB() macro (Howard Chu) b2972927 osx compilation fix: missing boost libs added (Dusan Klinec) 174f31bf simplewallet: don't complain about payment id on pool mined blocks (moneromooo-monero) 89288863 README: mention ASAN usage alongside valgrind (moneromooo-monero) 83debef9 wallet_rpc_server: remove verbose field in incoming_transfers query (moneromooo-monero) a69271fa Fixed a typo (Piotr KÄ…kol) 92d1da28 unit_tests: fix build with GCC 5.4.0 on ubuntu (moneromooo-monero) a21da905 Wallet: use unique_ptr for WalletImpl members (oneiric) 7a056f44 WalletAPI: multisigSignData bug fixed (naughtyfox) 43a06350 ringdb: use cursors to be a bit faster (moneromooo-monero) 7964d4f8 wallet2: handle corner case in picking fake outputs (moneromooo-monero) 6f5360b3 bump version to 0.13.0.1 (Riccardo Spagni) cf470bf3 switch from master to rc (Riccardo Spagni)
* Merge pull request #4467Riccardo Spagni2018-10-021-2/+2
| | | | fa942ef6 daemon: silence daemon update warnings on testnet (iDunk5400)
* Merge pull request #4463Riccardo Spagni2018-10-021-3/+4
| | | | 8110bea3 dns_utils: refresh list of usable DNSSEC servers (moneromooo-monero)
* Merge pull request #4333Riccardo Spagni2018-09-2910-0/+300
|\ | | | | | | 73403004 add --block-notify to monerod and --tx-notify to monero-wallet-{cli,rpc} (moneromooo-monero)
| * add --block-notify to monerod and --tx-notify to monero-wallet-{cli,rpc}moneromooo-monero2018-09-2910-0/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Those take a command line of the form "A [B]", with A being the name (and optional path, if not in the caller's CWD, but fully qualified path is recommended, avoids possible security issues) to a program, and optional arguments. Any occurence of the two character string "%s" will be replaced by the hash of the block or transaction which triggered the notification. Tokenization is barebones. If you want things like pipes, calls to paths with spaces, etc, then use a script (though exec time will suffer). block-notify is called when a new block is added onto the chain. tx-notify is called when a new transaction happens with the wallet as source and/or destination. It is the notification program's responsibility to determine what to do in those cases. Note that this is asynchronous, so it is very possible that: - the notification programs will be run out of order - several events happen before the notification for the first one A Windows port would be nice if someone wants to make one.
* | Merge pull request #4461Riccardo Spagni2018-09-291-1/+5
|\ \ | | | | | | | | | 7dd11711 wallet2: fix transfers between subaddresses hitting the sanity check (moneromooo-monero)
| * | wallet2: fix transfers between subaddresses hitting the sanity checkmoneromooo-monero2018-09-281-1/+5
| |/ | | | | | | Transfers between subaddresses are accounted for differently
* | Merge pull request #4459Riccardo Spagni2018-09-297-13/+36
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bcf3f6af fuzz_tests: catch unhandled exceptions (moneromooo-monero) 3ebd05d4 miner: restore stream flags after changing them (moneromooo-monero) a093092e levin_protocol_handler_async: do not propagate exception through dtor (moneromooo-monero) 1eebb82b net_helper: do not propagate exceptions through dtor (moneromooo-monero) fb6a3630 miner: do not propagate exceptions through dtor (moneromooo-monero) 2e2139ff epee: do not propagate exception through dtor (moneromooo-monero) 0749a8bd db_lmdb: do not propagate exceptions in dtor (moneromooo-monero) 1b0afeeb wallet_rpc_server: exit cleanly on unhandled exceptions (moneromooo-monero) 418a9936 unit_tests: catch unhandled exceptions (moneromooo-monero) ea7f9543 threadpool: do not propagate exceptions through the dtor (moneromooo-monero) 6e855422 gen_multisig: nice exit on unhandled exception (moneromooo-monero) 53df2deb db_lmdb: catch error in mdb_stat calls during migration (moneromooo-monero) e67016dd blockchain_blackball: catch failure to commit db transaction (moneromooo-monero) 661439f4 mlog: don't remove old logs if we failed to rename the current file (moneromooo-monero) 5fdcda50 easylogging++: test for NULL before dereference (moneromooo-monero) 7ece1550 performance_test: fix bad last argument calling add_arg (moneromooo-monero) a085da32 unit_tests: add check for page size > 0 before dividing (moneromooo-monero) d8b1ec8b unit_tests: use std::shared_ptr to shut coverity up about leaks (moneromooo-monero) 02563bf4 simplewallet: top level exception catcher to print nicer messages (moneromooo-monero) c57a65b2 blockchain_blackball: fix shift range for 32 bit archs (moneromooo-monero)
| * | miner: restore stream flags after changing themmoneromooo-monero2018-09-271-1/+2
| | | | | | | | | | | | Coverity 136462
| * | miner: do not propagate exceptions through dtormoneromooo-monero2018-09-271-1/+2
| | | | | | | | | | | | Coverity 161862
| * | db_lmdb: do not propagate exceptions in dtormoneromooo-monero2018-09-271-1/+4
| | | | | | | | | | | | | | | | | | Not much we can do here Coverity 161875
| * | wallet_rpc_server: exit cleanly on unhandled exceptionsmoneromooo-monero2018-09-271-0/+3
| | | | | | | | | | | | Coverity 161868
| * | threadpool: do not propagate exceptions through the dtormoneromooo-monero2018-09-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | This would call terminate. We ignore exceptions in pthread_join instead, as this is not a fatal problem here. Coverity 182568
| * | gen_multisig: nice exit on unhandled exceptionmoneromooo-monero2018-09-271-1/+3
| | | | | | | | | | | | Coverity 182569
| * | db_lmdb: catch error in mdb_stat calls during migrationmoneromooo-monero2018-09-271-4/+12
| | | | | | | | | | | | Coverity 188305
| * | blockchain_blackball: catch failure to commit db transactionmoneromooo-monero2018-09-271-2/+4
| | | | | | | | | | | | Coverity 188349
| * | simplewallet: top level exception catcher to print nicer messagesmoneromooo-monero2018-09-271-1/+3
| | | | | | | | | | | | Coverity 188408
| * | blockchain_blackball: fix shift range for 32 bit archsmoneromooo-monero2018-09-271-1/+1
| |/ | | | | | | Coverity 188406
* | Merge pull request #4458Riccardo Spagni2018-09-292-3/+3
|\ \ | | | | | | | | | 921b0fb1 use default create_address_file argument (m2049r)
| * | use default create_address_file argumentm2049r2018-09-272-3/+3
| |/
* | Merge pull request #4456Riccardo Spagni2018-09-291-2/+9
|\ \ | | | | | | | | | 06d05c21 device: set device name correctly if key_on_device is set (Dusan Klinec)
| * | device: set device name correctly if key_on_device is setDusan Klinec2018-09-271-2/+9
| |/
* | Merge pull request #4449Riccardo Spagni2018-09-291-2/+41
|\ \ | | | | | | | | | 17142ec9 malloc scratchpad for all supported android archs (m2049r)
| * | malloc scratchpad for all supported android archsm2049r2018-09-261-2/+41
| |/
* | Merge pull request #4445Riccardo Spagni2018-09-291-2/+12
|\ \ | | | | | | | | | fe125647 Fixup RENAME_DB() macro (Howard Chu)
| * | Fixup RENAME_DB() macroHoward Chu2018-09-251-2/+12
| |/ | | | | | | Make sure target DB's record is on a writable page
* | Merge pull request #4439Riccardo Spagni2018-09-291-1/+2
|\ \ | | | | | | | | | 174f31bf simplewallet: don't complain about payment id on pool mined blocks (moneromooo-monero)
| * | simplewallet: don't complain about payment id on pool mined blocksmoneromooo-monero2018-09-251-1/+2
| | | | | | | | | | | | Those use the extra nonce without a payment id
* | | Merge pull request #4427Riccardo Spagni2018-09-292-3/+1
|\ \ \ | | | | | | | | | | | | 83debef9 wallet_rpc_server: remove verbose field in incoming_transfers query (moneromooo-monero)
| * | | wallet_rpc_server: remove verbose field in incoming_transfers querymoneromooo-monero2018-09-282-3/+1
| | |/ | |/| | | | | | | | | | | | | The key image (which was only supplied if verbose was true) is readily available, not a secret key, and it was only modelled after the CLI command because it's a bit spammy for the CLI.
* | | Merge pull request #4417Riccardo Spagni2018-09-292-22/+16
|\ \ \ | | | | | | | | | | | | a21da905 Wallet: use unique_ptr for WalletImpl members (oneiric)
| * | | Wallet: use unique_ptr for WalletImpl membersoneiric2018-09-222-22/+16
| | |/ | |/| | | | | | | | | | Use unique_ptr to manage WalletImpl internals, rather than raw pointers.
* | | Merge pull request #4409Riccardo Spagni2018-09-291-1/+5
|\ \ \ | | | | | | | | | | | | 7a056f44 WalletAPI: multisigSignData bug fixed (naughtyfox)
| * | | WalletAPI: multisigSignData bug fixednaughtyfox2018-09-211-1/+5
| | | |
* | | | Merge pull request #4407Riccardo Spagni2018-09-291-7/+8
|\ \ \ \ | | | | | | | | | | | | | | | 43a06350 ringdb: use cursors to be a bit faster (moneromooo-monero)
| * | | | ringdb: use cursors to be a bit fastermoneromooo-monero2018-09-201-7/+8
| |/ / /
* | | | Merge pull request #4406Riccardo Spagni2018-09-291-3/+27
|\ \ \ \ | | | | | | | | | | | | | | | 7964d4f8 wallet2: handle corner case in picking fake outputs (moneromooo-monero)
| * | | | wallet2: handle corner case in picking fake outputsmoneromooo-monero2018-09-221-3/+27
| |/ / / | | | | | | | | | | | | | | | | | | | | If we originally think we have enough outputs on the blockchain to pick random fake outputs, we might end up with not enough of them if enough are actually blackballed.
* | | | bump version to 0.13.0.1Riccardo Spagni2018-09-251-1/+1
| | | |
* | | | switch from master to rcRiccardo Spagni2018-09-251-1/+1
| |_|/ |/| |
* | | Merge pull request #4423v0.13.0.0-RC1Riccardo Spagni2018-09-254-4/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 357441a2 add checkpoints for testnet and mainnet (Riccardo Spagni) d9f666d7 update checkpoints.dat (Riccardo Spagni) 6b1b4e83 update version to 13.0 (Riccardo Spagni) 6f153533 update readme with v13.0 (Riccardo Spagni)
| * | | add checkpoints for testnet and mainnetRiccardo Spagni2018-09-251-1/+2
| | | |
| * | | update checkpoints.datRiccardo Spagni2018-09-232-1/+1
| | | |