monero/contrib/epee/src
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.cpp Split epee/string_tools.h and encapsulate boost::lexical_cast 2021-04-16 20:54:20 +02:00
buffer.cpp epee: add missing header 2021-10-22 04:14:25 +02:00
byte_slice.cpp clang: fix -Wrange-loop-analysis warnings 2021-04-27 05:30:27 +02:00
byte_stream.cpp Change to more efficient allocation strategy in byte_stream 2020-10-13 15:10:54 +00:00
CMakeLists.txt Remove misc_os_dependent.cpp and unused functions from misc_os_dependent.h 2022-03-01 10:25:55 -06:00
connection_basic.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
file_io_utils.cpp Removed unused functions from file_io_utils 2022-02-10 18:41:29 -06:00
hex.cpp Fixed string_ref usage bug in epee::from_hex::vector 2020-03-30 16:53:34 +00:00
http_auth.cpp epee: avoid ADL selecting C++14 std::quoted 2021-10-20 19:30:21 +02:00
http_base.cpp epee: tidying post-incrementation -> pre-incrementation 2021-08-11 16:47:32 +02:00
int-util.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
levin_base.cpp Revert "Merge pull request #7136" 2021-04-16 13:52:44 -05:00
memwipe.c Update copyright year to 2020 2020-05-06 22:36:54 -04:00
misc_language.cpp Reduce compilation time of epee/portable_storage.h 2021-02-06 08:18:42 +01:00
mlocker.cpp Merge pull request #4951 2019-01-06 20:38:33 +02:00
mlog.cpp Merge misc_os_dependent.h into time_helper.h 2022-03-02 00:32:22 -06:00
net_helper.cpp Add IPv6 support 2019-07-31 20:04:57 -04:00
net_parse_helpers.cpp epee: tidying post-incrementation -> pre-incrementation 2021-08-11 16:47:32 +02:00
net_ssl.cpp Make SSL key/cert storage backward-compatible 2021-07-27 13:49:21 -06:00
net_utils_base.cpp protocol: drop peers that don't reply to queries 2020-12-06 15:57:40 +00:00
network_throttle-detail.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
network_throttle.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
parserse_base_utils.cpp epee: tidying post-incrementation -> pre-incrementation 2021-08-11 16:47:32 +02:00
portable_storage.cpp Revert "Merge pull request #7136" 2021-04-16 13:52:44 -05:00
readline_buffer.cpp readline_buffer: Avoid consecutive duplicates in the history 2020-12-13 14:47:07 +01:00
string_tools.cpp Split epee/string_tools.h and encapsulate boost::lexical_cast 2021-04-16 20:54:20 +02:00
wipeable_string.cpp epee: add missing header 2021-10-22 04:14:25 +02:00