| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |/
| |/|
| | |
| | | |
No need to give whatever we're calling access to what we use
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
9b6dd934 Providing user supplied default constructor for expect<void> (Lee Clagett)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
00901e9c epee: initialize a few data members where it seems to be appropriate (moneromooo-monero)
144a6c32 abstract_tcp_server2: move m_period to subclass (moneromooo-monero)
758d7684 connection_basic: remove unused floating time start time (moneromooo-monero)
e5108a29 Catch more exceptions in dtors (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
Misc coverity reports
|
| |\ \ \
| | | |
| | | |
| | | | |
0e33cf89 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)
|
| | | |
| | |
| | |
| | | |
A few of them are now returning invalid replies.
|
| | | |
| | |
| | |
| | | |
73403004 add --block-notify to monerod and --tx-notify to monero-wallet-{cli,rpc} (moneromooo-monero)
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |\ \
| |/
|/|
| | |
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)
|