| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |\
| |
| |
| | |
4789f859 wipeable_string: don't try to wipe an empty buffer (moneromooo-monero)
|
| | |
| |
| |
| | |
memset_s doesn't like it
|
| |\ \
| |/
|/|
| | |
2bc8c3db epee get_ns_count: cast to uint64_t before multiplying 10^9 to avoid overflow (stoffu)
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
e4646379 keccak: fix mdlen bounds sanity checking (moneromooo-monero)
2e3e90ac pass large parameters by const ref, not value (moneromooo-monero)
61defd89 blockchain: sanity check number of precomputed hash of hash blocks (moneromooo-monero)
9af6b2d1 ringct: fix infinite loop in unused h2b function (moneromooo-monero)
8cea8d0c simplewallet: double check a new multisig wallet is multisig (moneromooo-monero)
9b98a6ac threadpool: catch exceptions in dtor, to avoid terminate (moneromooo-monero)
24803ed9 blockchain_export: fix buffer overflow in exporter (moneromooo-monero)
f3f7da62 perf_timer: rewrite to make it clear there is no division by zero (moneromooo-monero)
c6ea3df0 performance_tests: remove add_arg call stray extra param (moneromooo-monero)
fa6b4566 fuzz_tests: fix an uninitialized var in setup (moneromooo-monero)
03887f11 keccak: fix sanity check bounds test (moneromooo-monero)
ad11db91 blockchain_db: initialize m_open in base class ctor (moneromooo-monero)
bece67f9 miner: restore std::cout precision after modification (moneromooo-monero)
1aabd14c db_lmdb: check hard fork info drop succeeded (moneromooo-monero)
|
| | |/
| |
| |
| | |
Coverity 136394 136397 136409 136526 136529 136533 175302
|
| |\ \
| | |
| | |
| | | |
f689a77e Fix #602 Turn on socket keepalive (Howard Chu)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
fde4489e wipeable_string: call memwipe directly (moneromooo-monero)
|
| | |/
| |
| |
| |
| | |
since the original reason for the indirect call (that memwipe
was not in contrib) is now gone
|
| |\ \
| | |
| | |
| | | |
851bd057 call _exit instead of abort in release mode (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | | |
Avoids cores being created, as they're nowadays often piped
to some call home system
|
| | | |
| | |
| | |
| | |
| | | |
Previously, the method name was printed as an exmpty string because
the input string had already been moved with `std::move`.
|
| | |/
|/|
| |
| |
| |
| | |
It was already possible to limit outgoing connections. One might want
to do this on home network connections with high bandwidth but low
usage caps.
|
| |\ \
| | |
| | |
| | | |
95171614 Remove is_pod trait, and replace with is_standard_layout requirement (Lee Clagett)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
935e39c7 levin_protocol_handler_async: erase from back of vector instead of front (stoffu)
|
| | | |/
| |/| |
|
| | | | |
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
21bd2157 remove unnecessary include (Jethro Grassie)
|
| | | | |
|
| |\ \ \
| |/ /
|/| |
| | | |
e4bbeff2 epee: check some error return values (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
b7e5a70b epee: detect strptime, use std::get_time as fallback (moneromooo-monero)
|
| | | |/
| |/| |
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
6ccc51f6 wipeable_string: fix buffer overread (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
2d17feb0 factor STL container serialization (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
373d1d50 epee: use strptime instead of std::get_time, for compatibility (moneromooo-monero)
|
| | |/ / |
|
| | | | |
|
| | |/
|/| |
|
| |\ \
| | |
| | |
| | |
| | | |
cb9aa23c levin_protocol_handler_async: another attempt at fixing at exception (moneromooo-monero)
64d23ce3 Revert "epee: keep a ref to a connection we're deleting" (moneromooo-monero)
|
| | | | |
|
| | | |
| | |
| | |
| | | |
This reverts commit f2939bdce8c86b0f96921f731184c361106390c8.
|
| |\ \ \
| | | |
| | | |
| | | | |
7f4bb612 levin_protocol_handler_async: add missing response handler locking (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
ae55bacd resumption support for updates using range requests (moneromooo-monero)
fe0fae50 epee: add a get_file_size function (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
bd5cce07 network_throttle: fix ineffective locking (moneromooo-monero)
e0a61299 network_throttle: remove unused xxx static member (moneromooo-monero)
24f584d9 cryptonote_core: remove unused functions with off by one bugs (moneromooo-monero)
b1634aa3 blockchain: don't leave dangling pointers in this (moneromooo-monero)
8e60b81c cryptonote_core: fix db leak on error (moneromooo-monero)
213e326c abstract_tcp_server2: log init_server errors as fatal (moneromooo-monero)
b51dc566 use const refs in for loops for non tiny types (moneromooo-monero)
f0568ca6 net_parse_helpers: fix regex error checking (moneromooo-monero)
b49ddc76 check accessing an element past the end of a container (moneromooo-monero)
2305bf26 check return value for generate_key_derivation and derive_public_key (moneromooo-monero)
a4240d9f catch const exceptions (moneromooo-monero)
45a1c4c0 add empty container sanity checks when using front() and back() (moneromooo-monero)
56fa6ce1 tests: fix a buffer overread in a unit test (moneromooo-monero)
b4524892 rpc: guard against json parsing a non object (moneromooo-monero)
c2ed8618 easylogging++: avoid buffer underflow (moneromooo-monero)
187a6ab2 epee: trap failure to parse URI from request (moneromooo-monero)
061789b5 checkpoints: trap failure to load JSON checkpoints (moneromooo-monero)
ba2fefb9 checkpoints: pass std::string by const ref, not const value (moneromooo-monero)
38c8f4e0 mlog: terminate a string at last char, just in case (moneromooo-monero)
d753d716 fix a few leaks by throwing objects, not newed pointers to objects (moneromooo-monero)
fe568db8 p2p: use size_t for arbitrary counters instead of uint8_t (moneromooo-monero)
46d6fa35 cryptonote_protocol: sanity check chain hashes from peer (moneromooo-monero)
25584f86 cryptonote_protocol: print peer versions when unexpected (moneromooo-monero)
490a5d41 rpc: do not try to use an invalid txid in relay_tx (moneromooo-monero)
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
so they show up by default
|
| | | | | |
|