| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
e4ce26c7 spawn: close all file descriptors before execve (moneromooo-monero)
|
| | |
| |
| |
| | |
No need to give whatever we're calling access to what we use
|
| |/ |
|
| |\
| |
| |
| | |
067e232b password: fix secure input with echo on windows (moneromooo-monero)
|
| | |
| |
| |
| | |
Thanks to iDunk for the testing back and forth
|
| |/ |
|
| |
|
|
|
| |
a0613532 secure_pwd_reader: Add proper Unicode handling [Ryo contribution] (fireice-uk)
579383c2 simplewallet: Add Unicode input_line [Ryo backport] (fireice-uk)
|
| |
|
|
| |
25e5890d wallet: fix --generate-from-json using wrong password (moneromooo-monero)
|
| |
|
|
| |
d5541e44 common: Windows 'spawn' support for tx and block notifications (xiphon)
|
| |
|
|
| |
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.
|
| |/
|
|
|
|
|
|
| |
This would call terminate.
We ignore exceptions in pthread_join instead, as this is not
a fatal problem here.
Coverity 182568
|
| |\
| |
| |
| | |
55c7cd14 Adding expect<T> - a value-or-error implementation (Lee Clagett)
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
5083614f dns_util: add new DNSSEC trust anchor for rollover (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It should be useful from the 11th of october 2018.
The old key is still trusted for now.
https://www.icann.org/resources/pages/ksk-rollover
|
| | | | |
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
9d65399 is_hdd update (p8p)
|
| | |/ |
|
| |\ \
| |/
|/|
| | |
11c6718 util: remove unused <ustat.h> (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| | |
It's obsolete and removed from at least Arch Linux 8.2
Reported by moneroexamples
|
| |\ \
| | |
| | |
| | | |
c5e2aee updates: fix hash sanity checking (moneromooo-monero)
|
| | | | |
|
| | |/
|/| |
|
| |\ \
| | |
| | |
| | |
| | | |
7f8bdeb easylogging++: make the logger handle early/late logging (moneromooo-monero)
bc8cbdb stack_trace: print stack traces on stdout if the logger isn't live (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
4307489 wallet: disable core dumps on startup in release mode (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
639ca3b core_tests: add --filter to select which tests to run (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
438d52d remove epee from link lines where it's redundant (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| | |
For some reason, this confuses and kills ASAN on startup
as it thinks const uint8_t ipv4_network_address::ID is
defined multiple times.
|
| |\ \
| |/
|/|
| | |
7cdd147 Changed URLs to HTTPS (einsteinsfool)
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
a2b557f 6795bd0 209ec96 ed2c81e a830db2 57ea902 31a895e ba8331c f7f1917 41be339 f025ae9 ef2cb63 dcfd299 5d3e702 2704624 2771a18 0e4c7d0 (moneromooo-monero)
|
| | |/
| |
| |
| |
| | |
Decrease the number of worker threads by one to account
for the fact the calling thread acts as a worker thread now
|
| |\ \
| | |
| | |
| | | |
2bb2c1b password: flush cout when prompting for password without newline (moneromooo-monero)
|
| | | | |
|
| | |/
|/| |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
8962f00 simplewallet: add optional trusted/untrusted argument to set_daemon (moneromooo-monero)
941a608 util: consider Tor/I2P addresses to be non local (moneromooo-monero)
2b3357e README: mention --untrusted-daemon (moneromooo-monero)
|