toxcore/testing
Diadlo b19a9e5464
Add part of platform-independent network API implementation
socket      -> net_socket
htons       -> net_htons
htonl       -> net_htonl
connect     -> net_connect
sendto      -> net_sendto_ip4
getaddrinfo -> net_getipport
sa_family_t -> Family
2017-02-26 23:16:16 +03:00
..
hstox Wrap all sodium/nacl functions in crypto_core.c. 2016-12-22 10:26:59 +00:00
av_test.c Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
DHT_test.c Add part of platform-independent network API implementation 2017-02-26 23:16:16 +03:00
dns3_test.c Add part of platform-independent network API implementation 2017-02-26 23:16:16 +03:00
irc_syncbot.c Add VLA compatibility macro for C89-ish compilers. 2017-01-28 20:49:12 +00:00
Makefile.inc Ported some of the code in testing/ to the new api. 2015-02-24 20:29:01 -05:00
Messenger_test.c Add part of platform-independent network API implementation 2017-02-26 23:16:16 +03:00
misc_tools.c Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
nTox.c Add VLA compatibility macro for C89-ish compilers. 2017-01-28 20:49:12 +00:00
nTox.h Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
tox_shell.c Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
tox_sync.c Add VLA compatibility macro for C89-ish compilers. 2017-01-28 20:49:12 +00:00