This website requires JavaScript.
Explore
Help
Sign In
StarMirror
/
toxcore
Watch
1
Star
0
Fork
0
You've already forked toxcore
mirror of
https://github.com/irungentoo/toxcore.git
synced
2024-03-22 13:30:51 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
02a5bdc60c
toxcore
/
auto_tests
History
iphydf
02a5bdc60c
Add logging to TCP and onion client.
2020-05-04 01:27:36 +01:00
..
data
Add save file generator, save compatibility test, and generate a save file
2018-08-19 10:38:51 +00:00
bootstrap_test.c
Add another bootstrap node to the bootstrap test.
2020-03-15 23:53:59 +00:00
BUILD.bazel
Enable TCP relay test in Bazel and autotools build.
2020-04-20 09:28:00 +00:00
check_compat.h
conference_av_test.c
conference_double_invite_test.c
Add "member" invite response
2020-03-18 00:00:00 +00:00
conference_invite_merge_test.c
conference_peer_nick_test.c
conference_simple_test.c
conference_test.c
conference_two_test.c
crypto_test.c
dht_test.c
Use
(void)
for empty parameter lists in C.
2018-09-08 10:59:30 +00:00
encryptsave_test.c
Fix a bug in savedata loading when malloc fails.
2020-05-03 14:13:48 +00:00
file_saving_test.c
file_transfer_test.c
friend_connection_test.c
friend_request_test.c
Use do-while instead of while in tests.
2018-08-25 15:25:33 +00:00
invalid_tcp_proxy_test.c
invalid_udp_proxy_test.c
lan_discovery_test.c
lossless_packet_test.c
lossy_packet_test.c
Makefile.inc
messenger_test.c
Make saving and loading the responsibility of Tox rather than Messenger
2018-10-20 11:03:10 +02:00
network_test.c
Avoid use of IPv6 in tests if not supported (e.g. on Travis).
2018-10-06 21:27:02 +00:00
onion_test.c
overflow_recvq_test.c
overflow_sendq_test.c
reconnect_test.c
run_auto_test.h
save_compatibility_test.c
save_friend_test.c
save_load_test.c
send_message_test.c
set_name_test.c
set_status_message_test.c
skeleton_test.c
tcp_relay_test.c
TCP_test.c
tox_many_tcp_test.c
tox_many_test.c
tox_one_test.c
tox_strncasecmp_test.c
toxav_basic_test.c
toxav_many_test.c
use -1 rather than ~0 in unsigned integer types
2020-03-14 00:00:02 +00:00
typing_test.c
Consistently use camel case enum names.
2018-10-09 17:33:37 +00:00
version_test.c