wownero/contrib/epee/include/net
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
..
abstract_tcp_server.h add empty container sanity checks when using front() and back() 2017-12-18 15:15:40 +00:00
abstract_tcp_server2.h move connection_basic and network_throttle from src/p2p to epee 2017-12-16 23:28:43 +00:00
abstract_tcp_server2.inl abstract_tcp_server2: log init_server errors as fatal 2017-12-18 15:15:57 +00:00
abstract_tcp_server_cp.h Change logging to easylogging++ 2017-01-16 00:25:46 +00:00
abstract_tcp_server_cp.inl abstracted nework addresses 2017-05-27 11:35:54 +01:00
connection_basic.hpp move connection_basic and network_throttle from src/p2p to epee 2017-12-16 23:28:43 +00:00
http_auth.h new wipeable_string class to replace std::string passphrases 2017-11-27 22:25:57 +00:00
http_base.h Fix file permission issue 2017-11-03 11:27:50 -04:00
http_client.h http_client: rewrite header parsing manually for speed 2017-12-23 11:29:58 +00:00
http_client_base.h move includes around to lessen overall load 2017-12-16 22:46:38 +00:00
http_client_via_api_helper.h Change logging to easylogging++ 2017-01-16 00:25:46 +00:00
http_protocol_handler.h Fix file permission issue 2017-11-03 11:27:50 -04:00
http_protocol_handler.inl epee: trap failure to parse URI from request 2017-12-18 15:15:26 +00:00
http_server_cp.h Change logging to easylogging++ 2017-01-16 00:25:46 +00:00
http_server_cp2.h Change logging to easylogging++ 2017-01-16 00:25:46 +00:00
http_server_handlers_map2.h Fix file permission issue 2017-11-03 11:27:50 -04:00
http_server_impl_base.h Merge pull request #2756 2017-11-14 16:02:28 +02:00
http_server_thread_per_connect.h move modified epee code to new classes, revert license 2014-07-25 18:29:08 +02:00
jsonrpc_protocol_handler.h move modified epee code to new classes, revert license 2014-07-25 18:29:08 +02:00
jsonrpc_server_handlers_map.h move modified epee code to new classes, revert license 2014-07-25 18:29:08 +02:00
jsonrpc_server_impl_base.h move modified epee code to new classes, revert license 2014-07-25 18:29:08 +02:00
jsonrpc_structs.h move modified epee code to new classes, revert license 2014-07-25 18:29:08 +02:00
levin_base.h Fix an object lifetime bug in net load tests 2017-10-09 16:46:42 +01:00
levin_client.h move modified epee code to new classes, revert license 2014-07-25 18:29:08 +02:00
levin_client.inl Fix spelling errors 2017-07-05 17:53:16 +10:00
levin_client_async.h Fix an object lifetime bug in net load tests 2017-10-09 16:46:42 +01:00
levin_client_async.inl moved all stuff to github 2014-03-03 22:07:58 +00:00
levin_helper.h Fix spelling errors 2017-07-05 17:53:16 +10:00
levin_protocol_handler.h Fix an object lifetime bug in net load tests 2017-10-09 16:46:42 +01:00
levin_protocol_handler_async.h Merge pull request #2909 2017-12-25 21:16:37 +02:00
levin_server_cp.h move modified epee code to new classes, revert license 2014-07-25 18:29:08 +02:00
levin_server_cp2.h move modified epee code to new classes, revert license 2014-07-25 18:29:08 +02:00
local_ip.h move modified epee code to new classes, revert license 2014-07-25 18:29:08 +02:00
multiprotocols_server.h move modified epee code to new classes, revert license 2014-07-25 18:29:08 +02:00
munin_connection_handler.h Spelling in errors 2016-12-04 20:12:40 +01:00
munin_node_server.h year updated in license 2015-01-02 18:52:46 +02:00
net_helper.h move includes around to lessen overall load 2017-12-16 22:46:38 +00:00
net_parse_helpers.h net_parse_helpers: fix regex error checking 2017-12-18 15:15:52 +00:00
net_utils_base.h move includes around to lessen overall load 2017-12-16 22:46:38 +00:00
network_throttle-detail.hpp move connection_basic and network_throttle from src/p2p to epee 2017-12-16 23:28:43 +00:00
network_throttle.hpp network_throttle: remove unused xxx static member 2017-12-18 15:16:09 +00:00
protocol_switcher.h year updated in license 2015-01-02 18:52:46 +02:00
rpc_method_name.h year updated in license 2015-01-02 18:52:46 +02:00
smtp.h year updated in license 2015-01-02 18:52:46 +02:00
smtp.inl year updated in license 2015-01-02 18:52:46 +02:00
smtp_helper.h year updated in license 2015-01-02 18:52:46 +02:00