.. |
events
|
fix: Fix return type of functions returning uint64_t.
|
2022-02-18 00:30:40 +00:00 |
attributes.h
|
chore: Disable non-null attributes by default.
|
2022-02-10 21:33:51 +00:00 |
bin_pack.c
|
Add wrapper library for msgpack pack functions
|
2022-02-11 22:11:32 -05:00 |
bin_pack.h
|
Add wrapper library for msgpack pack functions
|
2022-02-11 22:11:32 -05:00 |
bin_unpack.c
|
Split tox_unpack into two smaller libs
|
2022-02-10 15:34:35 -05:00 |
bin_unpack.h
|
Split tox_unpack into two smaller libs
|
2022-02-10 15:34:35 -05:00 |
BUILD.bazel
|
perf: Reduce minimal encoding size of packed events.
|
2022-02-12 17:44:44 +00:00 |
ccompat.c
|
feat: Add async event handling (callbacks) code.
|
2022-02-06 17:28:28 +00:00 |
ccompat.h
|
refactor: Compare pointers in if conditions to nullptr.
|
2022-02-17 19:55:29 +00:00 |
crypto_core_test.cc
|
fix: Fix some uninitialised memory errors found by valgrind and msan.
|
2022-01-13 20:15:21 +00:00 |
crypto_core.c
|
Fix implicit declaration warning in fuzz build
|
2022-02-13 15:30:14 +01:00 |
crypto_core.h
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
DHT_test.cc
|
Make more functions take const pointers to IP_Port
|
2022-02-03 11:17:29 -05:00 |
DHT.c
|
cleanup: Avoid implicit bool conversions in logical operators.
|
2022-02-18 10:24:31 +00:00 |
DHT.h
|
Add autotest for dht getnodes API
|
2022-02-10 10:33:34 -05:00 |
friend_connection_test.cc
|
chore: Rename test source to match standard.
|
2021-12-23 03:50:16 +00:00 |
friend_connection.c
|
cleanup: Avoid implicit bool conversions in logical operators.
|
2022-02-18 10:24:31 +00:00 |
friend_connection.h
|
Improve how we share TCP relays with friends
|
2022-02-17 16:16:29 -05:00 |
friend_requests.c
|
refactor: Compare pointers in if conditions to nullptr.
|
2022-02-17 19:55:29 +00:00 |
friend_requests.h
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
group.c
|
fix: properly deallocate frozen peers
|
2022-02-18 15:59:55 +01:00 |
group.h
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
LAN_discovery.c
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
LAN_discovery.h
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
list_test.cc
|
test: Add some simple tests for list.c.
|
2021-12-07 10:32:45 +00:00 |
list.c
|
cleanup: Avoid implicit bool conversions in logical operators.
|
2022-02-18 10:24:31 +00:00 |
list.h
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
logger.c
|
cleanup: Avoid implicit bool conversions in logical operators.
|
2022-02-18 10:24:31 +00:00 |
logger.h
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
Makefile.inc
|
Add wrapper library for msgpack pack functions
|
2022-02-11 22:11:32 -05:00 |
Messenger.c
|
cleanup: Avoid implicit bool conversions in logical operators.
|
2022-02-18 10:24:31 +00:00 |
Messenger.h
|
cleanup: Apply stronger type checks and fix errors.
|
2022-02-17 22:34:56 +00:00 |
mono_time_test.cc
|
Use C++ style casts in C++ code.
|
2018-09-14 14:08:27 +00:00 |
mono_time.c
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
mono_time.h
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
net_crypto.c
|
cleanup: Avoid implicit bool conversions in logical operators.
|
2022-02-18 10:24:31 +00:00 |
net_crypto.h
|
Improve how we share TCP relays with friends
|
2022-02-17 16:16:29 -05:00 |
network_test.cc
|
Remove brackets from ip_ntoa ipv6 formatting
|
2022-01-29 15:29:14 -05:00 |
network.c
|
cleanup: Avoid implicit bool conversions in logical operators.
|
2022-02-18 10:24:31 +00:00 |
network.h
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
onion_announce.c
|
cleanup: Enable tokstyle's -Wlarge-struct-params .
|
2022-02-18 10:49:46 +00:00 |
onion_announce.h
|
cleanup: Enable tokstyle's -Wlarge-struct-params .
|
2022-02-18 10:49:46 +00:00 |
onion_client.c
|
cleanup: Avoid implicit bool conversions in logical operators.
|
2022-02-18 10:24:31 +00:00 |
onion_client.h
|
refactor: Compare pointers in if conditions to nullptr.
|
2022-02-17 19:55:29 +00:00 |
onion.c
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
onion.h
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
ping_array_test.cc
|
chore: Add an undefined behaviour/integer sanitizer build.
|
2022-02-08 09:18:18 +00:00 |
ping_array.c
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
ping_array.h
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
ping.c
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
ping.h
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
state.c
|
cleanup: Remove extra parens around function arguments.
|
2022-01-12 07:02:29 +00:00 |
state.h
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
TCP_client.c
|
cleanup: Apply stronger type checks and fix errors.
|
2022-02-17 22:34:56 +00:00 |
TCP_client.h
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
TCP_common.c
|
cleanup: Avoid implicit bool conversions in logical operators.
|
2022-02-18 10:24:31 +00:00 |
TCP_common.h
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
TCP_connection_test.cc
|
merge tcp_connection changes from new groupchats fork
|
2021-12-14 16:57:28 -05:00 |
TCP_connection.c
|
cleanup: Avoid implicit bool conversions in logical operators.
|
2022-02-18 10:24:31 +00:00 |
TCP_connection.h
|
Improve how we share TCP relays with friends
|
2022-02-17 16:16:29 -05:00 |
TCP_server.c
|
cleanup: Avoid implicit bool conversions in logical operators.
|
2022-02-18 10:24:31 +00:00 |
TCP_server.h
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
tox_api.c
|
refactor: Compare pointers in if conditions to nullptr.
|
2022-02-17 19:55:29 +00:00 |
tox_dispatch.c
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |
tox_dispatch.h
|
feat: Add async event handling (callbacks) code.
|
2022-02-06 17:28:28 +00:00 |
tox_events.c
|
perf: Reduce minimal encoding size of packed events.
|
2022-02-12 17:44:44 +00:00 |
tox_events.h
|
fix: Fix return type of functions returning uint64_t.
|
2022-02-18 00:30:40 +00:00 |
tox_private.h
|
Add DHT queries to private API
|
2022-02-10 10:33:31 -05:00 |
tox_unpack.c
|
Split tox_unpack into two smaller libs
|
2022-02-10 15:34:35 -05:00 |
tox_unpack.h
|
Split tox_unpack into two smaller libs
|
2022-02-10 15:34:35 -05:00 |
tox.c
|
cleanup: Avoid implicit bool conversions in logical operators.
|
2022-02-18 10:24:31 +00:00 |
tox.h
|
Release 0.2.16
|
2022-02-19 00:51:01 +01:00 |
util_test.cc
|
Fix errors on error paths found by oomer.
|
2020-05-02 21:47:08 +01:00 |
util.c
|
chore: Make all top level comments doxygen style /** .
|
2022-02-04 22:43:02 +00:00 |
util.h
|
cleanup: Add more nonnull and nullable annotations.
|
2022-02-09 20:03:34 +00:00 |