| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | | |
96e6b439 blockchain_stats: don't use gmtime_r on Windows (moneromooo-monero)
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
In some cases, it doesn't like it (I don't know the details).
Factor into a new epee function
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
1132436f Only show a single mlock() error, to avoid flooding the log (Martijn Otto)
|
| | |/ / / |
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
23829ebb mlocker: don't throw from lock/unlock (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
This prevents exceptions from showing up in various awkward
places such as dtors, since the only exception that can be
thrown is a lock failure, and nothing handles a lock failure
anyway.
|
| |\ \ \
| | | |
| | | |
| | | | |
bd98e99c Removed a lot of unnecessary includes (Martijn Otto)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
2b3595d0 various: do not propagate exception through dtor (moneromooo-monero)
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Coverity 189689, 189690, 189692, 189695
|
| |\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | | |
b36353e2 unit_tests: add some hex parsing test for non hex input (xiphon)
6671110c unit_tests: add a test for parse_hexstr_to_binbuff (moneromooo-monero)
f6187cd8 epee: speed up parse_hexstr_to_binbuff a little (Howard Chu)
|
| | | |/ /
| |/| | |
|
| | | | | |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
7c298f5d No longer use a list for registering self references in the abstract tcp server (Martijn Otto)
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
server
Updated assert message
Use a local variable that won't destruct at the end of the if-branch
Updated comment
|
| |\ \ \
| | | |
| | | |
| | | | |
b620443b epee: log HTTP/RPC calls at info level (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
It's useful info to have when investigating logs
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
0cfd2ae5 mlocker: fix dtor ordering problem (moneromooo-monero)
|
| | |/ / /
| | | |
| | | |
| | | | |
leak the mutex instead, it's a one off
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
741e4a11 epee: speed up json number parsing (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
157054b8 hardfork: initialize current_fork_index in ctor (moneromooo-monero)
2362baf7 network_throttle: initialize m_last_sample_time in ctor (moneromooo-monero)
d9400f69 serializtion: add missing mainnet and stagenet fields for 0mq (moneromooo-monero)
cbe0122b wallet2: initialize amount to 0 in tx_scan_info_t ctor (moneromooo-monero)
|
| | |/
| |
| |
| | |
Coverity 136593
|
| |\ \
| | |
| | |
| | | |
f067bb0c tests: fix MSYS2 warning 'MONERO_DEFAULT_LOG_CATEGORY redefined' (xiphon)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
07c62809 epee: some minor speedup in parsing (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | | |
3381b651 abstract_tcp_server2: fix busy calling of idle IO service (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | | |
This would make monerod use 100% CPU when running with torsocks
without Tor running
|
| |\ \ \
| |_|/
|/| |
| | | |
8f3c7937 readline_buffer: fix "cursor in prompt" bug (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | | |
It happens when readline displays a prompt just before switching
to a shorter one
|
| |\ \ \
| | | |
| | | |
| | | | |
d3cda5ad console_handler: add a global log when exiting via EOF (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
It's a common confusion point for users which run monerod
without stdin and with --detach
|
| |\ \ \ \
| |/ / /
|/| | |
| | | | |
2e2daebc ANSI colors in Windows 10 (iDunk5400)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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)
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
This is where it is actually used, and initialized
|
| | | | | |
|
| | |/ /
| | |
| | |
| | | |
Misc coverity reports
|
| |/ / |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| | |
| |
| |
| | |
b2972927 osx compilation fix: missing boost libs added (Dusan Klinec)
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
Reported by Lilith Wyatt at Talos.
Since this is not needed in normal operation, I just let this
error out.
|
| |\ \
| | |
| | |
| | | |
4d52ec0c mlog: do not display http errors by default (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
They're controllable by potential attackers and would just spam
|
| |\ \ \
| | | |
| | | |
| | | | |
26a42fe5 Added features to epee::span<T> : - Support for classes - Added `remove_prefix` function - Added `to_mut_span` and `as_mut_byte_span` (Lee Clagett)
|