toxcore/toxcore
iphydf 730e4cfe82
Remove the use of CLOCK_MONOTONIC_RAW.
The raw clock isn't subject to NTP adjustments. It may run less
accurately than the regular monotonic clock. I see no reason why raw
would be better for tox than the normal one.

This avoids one piece of OS-specific ifdef'd code.
2018-08-30 21:57:35 +00:00
..
BUILD.bazel Add some tests for ping_array. 2018-08-26 17:32:19 +00:00
ccompat.h Set C++11/C99 flag manually in older cmake on not-msvc. 2018-07-15 23:01:32 +00:00
crypto_core_mem.c Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
crypto_core_test.cc Add some tests for ping_array. 2018-08-26 17:32:19 +00:00
crypto_core.api.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
crypto_core.c Format crypto_core.c. 2018-08-26 19:15:44 +00:00
crypto_core.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
DHT.c Clean up add_to_list function a bit. 2018-08-30 21:33:15 +00:00
DHT.h Clean up add_to_list function a bit. 2018-08-30 21:33:15 +00:00
friend_connection.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
friend_connection.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
friend_requests.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
friend_requests.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
group.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
group.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
LAN_discovery.api.h Make ip_is_lan return bool instead of 0/-1. 2018-08-27 12:54:46 +00:00
LAN_discovery.c Make ip_is_lan return bool instead of 0/-1. 2018-08-27 12:54:46 +00:00
LAN_discovery.h Make ip_is_lan return bool instead of 0/-1. 2018-08-27 12:54:46 +00:00
list.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
list.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
logger.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
logger.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
Makefile.inc Factor out time keeping code into its own module: mono_time.c. 2018-07-09 21:04:50 +00:00
Messenger.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
Messenger.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
mono_time_test.cc Add support for setting a custom monotonic time function in mono_time 2018-08-26 22:05:37 +02:00
mono_time.c Remove the use of CLOCK_MONOTONIC_RAW. 2018-08-30 21:57:35 +00:00
mono_time.h Add support for setting a custom monotonic time function in mono_time 2018-08-26 22:05:37 +02:00
net_crypto.c try ipv6 connections even after udp timeout 2018-08-27 22:27:01 +02:00
net_crypto.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
network.c Use bool in place of 0/1 int values. 2018-08-26 20:58:37 +00:00
network.h Use bool in place of 0/1 int values. 2018-08-26 20:58:37 +00:00
onion_announce.c Make ip_is_lan return bool instead of 0/-1. 2018-08-27 12:54:46 +00:00
onion_announce.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
onion_client.c Make ip_is_lan return bool instead of 0/-1. 2018-08-27 12:54:46 +00:00
onion_client.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
onion.c Use per-instance Mono_Time for Messenger and onion. 2018-08-16 21:01:43 +00:00
onion.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
ping_array_test.cc Add some tests for ping_array. 2018-08-26 17:32:19 +00:00
ping_array.api.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
ping_array.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
ping_array.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
ping.api.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
ping.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
ping.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
state.c Move load_state and its helper functions to their own module. 2018-07-09 20:36:39 +00:00
state.h Move load_state and its helper functions to their own module. 2018-07-09 20:36:39 +00:00
TCP_client.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
TCP_client.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
TCP_connection.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
TCP_connection.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
TCP_server.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
TCP_server.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
tox_api.c Make tox.c unambiguously parseable. 2018-07-05 23:09:28 +00:00
tox.api.h Release 0.2.7 2018-08-30 22:43:11 +02:00
tox.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
tox.h Release 0.2.7 2018-08-30 22:43:11 +02:00
util_test.cc Factor out time keeping code into its own module: mono_time.c. 2018-07-09 21:04:50 +00:00
util.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
util.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00