monero/contrib/epee/include/net
Jeffrey 9a59b131c4 Merge misc_os_dependent.h into time_helper.h
Actions:
* Move get_ns_count(), get_tick_count(), and get_gmt_time() from misc_os_dependent.h to time_helper.h. I did this because all those functions are time-related and under the same namespace
* Remove misc_os_dependent.h because it is now empty
* Change all includes of misc_os_dependent.h to time_helper.h where appropriate
* Remove get_time_string*() from time_helper.h b/c its unused
* Remove get_time_t_from_ole_date() from time_helper.h b/c its unused
* Remove odbc_time_to_oledb_taime() from time_helper.h b/c its unused
* Refactor get_ns_count() to use std::chrono instead of 4 different implementation-specific hacks
2022-03-02 00:32:22 -06:00
..
abstract_http_client.h Change epee binary output from std::stringstream to byte_stream 2020-10-10 15:28:40 +00:00
abstract_tcp_server2.h Store RPC SSL key/cert for consistent authentication between runs 2021-02-13 20:26:26 +00:00
abstract_tcp_server2.inl Split epee/string_tools.h and encapsulate boost::lexical_cast 2021-04-16 20:54:20 +02:00
buffer.h epee: better network buffer data structure 2018-12-23 16:46:07 +00:00
connection_basic.hpp ssl: buffered handshake detection 2020-12-28 14:25:37 +01:00
enums.h Added support for "noise" over I1P/Tor to mask Tx transmission. 2019-07-17 14:22:37 +00:00
http_auth.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
http_base.h Split epee/string_tools.h and encapsulate boost::lexical_cast 2021-04-16 20:54:20 +02:00
http_client_base.h move includes around to lessen overall load 2017-12-16 22:46:38 +00:00
http_client.h Remove to_nonconst_iterator.h and Refactor 2022-02-11 15:02:45 -06:00
http_protocol_handler.h Remove to_nonconst_iterator.h and Refactor 2022-02-11 15:02:45 -06:00
http_protocol_handler.inl Remove to_nonconst_iterator.h and Refactor 2022-02-11 15:02:45 -06:00
http_server_handlers_map2.h epee: return HTTP error 400 (Bad request) on deserialization error 2021-02-23 18:55:08 +00:00
http_server_impl_base.h Fix boost <1.60 compilation and fix boost 1.73+ warnings 2020-05-31 21:18:11 -04: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 default initialize rpc structures 2019-03-04 22:38:03 +00:00
levin_base.h Revert "Merge pull request #7136" 2021-04-16 13:52:44 -05:00
levin_client.h epee: better network buffer data structure 2018-12-23 16:46:07 +00:00
levin_client.inl epee: better network buffer data structure 2018-12-23 16:46:07 +00:00
levin_helper.h epee: fix network packet header field endianness 2018-12-04 15:14:32 +00:00
levin_protocol_handler_async.h Merge misc_os_dependent.h into time_helper.h 2022-03-02 00:32:22 -06:00
levin_protocol_handler.h Add ref-counted buffer byte_slice. Currently used for sending TCP data. 2019-07-16 16:30:35 +00:00
local_ip.h epee: Remove unused functions in local_ip.h 2020-07-22 19:06:01 -05:00
net_helper.h ssl: buffered handshake detection 2020-12-28 14:25:37 +01:00
net_parse_helpers.h Split epee/string_tools.h and encapsulate boost::lexical_cast 2021-04-16 20:54:20 +02:00
net_ssl.h Store RPC SSL key/cert for consistent authentication between runs 2021-02-13 20:26:26 +00:00
net_utils_base.h p2p: remove blocked addresses/hosts from peerlist 2021-08-05 17:29:25 +00:00
network_throttle-detail.hpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
network_throttle.hpp Merge pull request #6516 2020-07-19 03:34:28 -07:00