monero/contrib/epee/include
Riccardo Spagni 2b00899bb2
Merge pull request #2920
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)
2017-12-25 21:17:52 +02:00
..
net Merge pull request #2920 2017-12-25 21:17:52 +02:00
serialization move includes around to lessen overall load 2017-12-16 22:46:38 +00:00
storages move includes around to lessen overall load 2017-12-16 22:46:38 +00:00
ado_db_helper.h
console_handler.h move includes around to lessen overall load 2017-12-16 22:46:38 +00:00
copyable_atomic.h
file_io_utils.h move includes around to lessen overall load 2017-12-16 22:46:38 +00:00
global_stream_operators.h
gzip_encoding.h
hex.h
hmac-md5.h
include_base_utils.h
math_helper.h move includes around to lessen overall load 2017-12-16 22:46:38 +00:00
md5_l.h
md5_l.inl
md5global.h moved all stuff to github 2014-03-03 22:07:58 +00:00
misc_language.h
misc_log_ex.h move includes around to lessen overall load 2017-12-16 22:46:38 +00:00
misc_os_dependent.h Fix Windows build 2017-12-23 15:27:30 +01:00
pragma_comp_defs.h
profile_tools.h move includes around to lessen overall load 2017-12-16 22:46:38 +00:00
readline_buffer.h move includes around to lessen overall load 2017-12-16 22:46:38 +00:00
reg_exp_definer.h move includes around to lessen overall load 2017-12-16 22:46:38 +00:00
reg_utils.h move modified epee code to new classes, revert license 2014-07-25 18:29:08 +02:00
service_impl_base.h
sha1.h
sha1.inl
soci_helper.h
span.h Scrub keys from memory just before scope end. 2017-12-16 15:40:33 -07:00
static_initializer.h move modified epee code to new classes, revert license 2014-07-25 18:29:08 +02:00
string_coding.h
string_tools.h catch const exceptions 2017-12-18 15:15:43 +00:00
syncobj.h Use boost::thread instead of std::thread 2016-03-11 15:09:50 +00:00
time_helper.h
tiny_ini.h
to_nonconst_iterator.h
warnings.h
winobj.h
wipeable_string.h
zlib_helper.h