| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
5ec929fb daemon: do not display uptime when not known (moneromooo-monero)
|
| |
|
|
| |
bccd88dd wallet2: clear found out for every tx key (doy-lee)
|
| |
|
|
| |
2c74b1a1 wallet_rpc_server: include all transfer records for a txid (moneromooo-monero)
|
| |
|
|
| |
25e5890d wallet: fix --generate-from-json using wrong password (moneromooo-monero)
|
| |
|
|
| |
d5541e44 common: Windows 'spawn' support for tx and block notifications (xiphon)
|
| |
|
|
| |
fa9e54b6 build: fix gcc false positive 'stringop-overflow' warning (xiphon)
|
| |
|
|
| |
6da36ea0 wallet2_api: blackball/unblackball now take two parameters (moneromooo-monero)
|
| |
|
|
| |
31559e6a Update unbound submodule to 7f23967 (iDunk5400)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
| |
fa942ef6 daemon: silence daemon update warnings on testnet (iDunk5400)
|
| |
|
|
| |
bef1750f unit_tests: fix longstanding DNS related unit test (moneromooo-monero)
|
| |
|
|
| |
8110bea3 dns_utils: refresh list of usable DNSSEC servers (moneromooo-monero)
|
| |\
| |
| |
| | |
73403004 add --block-notify to monerod and --tx-notify to monero-wallet-{cli,rpc} (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |\ \
| | |
| | |
| | | |
7dd11711 wallet2: fix transfers between subaddresses hitting the sanity check (moneromooo-monero)
|
| | |/
| |
| |
| | |
Transfers between subaddresses are accounted for differently
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| | | |
| | |
| | |
| | | |
Coverity 175293, 175312, 175266
|
| | | |
| | |
| | |
| | | |
Coverity 136462
|
| | | |
| | |
| | |
| | | |
Coverity 161856
|
| | | |
| | |
| | |
| | | |
Coverity 161864
|
| | | |
| | |
| | |
| | | |
Coverity 161862
|
| | | |
| | |
| | |
| | | |
Coverity 161867
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Not much we can do here
Coverity 161875
|
| | | |
| | |
| | |
| | | |
Coverity 161868
|
| | | |
| | |
| | |
| | | |
Coverity 182560
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This would call terminate.
We ignore exceptions in pthread_join instead, as this is not
a fatal problem here.
Coverity 182568
|
| | | |
| | |
| | |
| | | |
Coverity 182569
|
| | | |
| | |
| | |
| | | |
Coverity 188305
|
| | | |
| | |
| | |
| | | |
Coverity 188349
|
| | | |
| | |
| | |
| | | |
Coverity 188348
|
| | | | |
|
| | | |
| | |
| | |
| | | |
Coverity 182572
|
| | | |
| | |
| | |
| | | |
Coverity 188426
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Coverity 188436, 188433, 188428, 188415, 188416, 188410, 188400,
188298, 188299, 188321, 188342, 188343, 188355, 188357, 188361,
188366, 188374
|
| | | |
| | |
| | |
| | | |
Coverity 188408
|
| | |/
| |
| |
| | |
Coverity 188406
|
| |\ \
| | |
| | |
| | | |
921b0fb1 use default create_address_file argument (m2049r)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
85318e78 build: set ARCH_FLAG before compiler/linker flag checks (xiphon)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
06d05c21 device: set device name correctly if key_on_device is set (Dusan Klinec)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
17142ec9 malloc scratchpad for all supported android archs (m2049r)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
6a781408 Make depends use self built clang for darwin (TheCharlatan)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The configure script in hidapi and libsodium tried to find clang in /usr/bin,
even though the correct prefix was passed in. This sets the correct CC flag.
This was previously undetected, because clang and the sdk where
installed in the global environment.
This also fixes a subsequent error, where IOKIT and CoreFoundation are
not found, again for the reason stated above.
|
| |\ \ \
| | | |
| | | |
| | | | |
69da14e1 fixes make debug compilation on OSX (Dusan Klinec)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
fe125647 Fixup RENAME_DB() macro (Howard Chu)
|