toxcore/testing
Coren[m] a0f08839bd Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then always off).
Additionally (besides cleanups):

network.h/tox.h:
- WIN32: fix a strange sa_family_t definition
- WIN32: define EWOULDBLOCK to WSAEWOULDBLOCK
- WIN32: kill macro for an existing function (IN6_ADDR_EQUAL)

network.c:
- use EWOULDBLOCK instead of EAGAIN (same value, but EWOULDBLOCK is more "popular")
- new_networking(): only try to enable IPv4-in-IPv6 if it's not already enabled per default
- inet_ntop()/inet_pton(): WIN32: remove partial initializers in favor of a simple memset()
- ip_equal(): WIN32: use an existing function
- logging: networking_wait_execute(): only dump result if not timeout
- logging: loglogdata(): kill an unused variable

LAN_discovery.c:
- send_broadcasts(): re-enabled, can only support IPv4 by principle, split into fetch_broadcast_info() (to fetch the addresses once) and send_broadcasts() (actual sending)

DHT.c:
- DHT_load_state_callback(): enclosed a fprintf(stderr, ...) into #ifdef DEBUG

Lossless_UDP.c:
- change_handshake(): harden against strange sa_family_t definitions

Messenger.c:
- logging: fix ID to string conversion

util.c:
- logging: eliminate a signed-warning
2013-10-20 16:56:12 +02:00
..
experiment move group chats to /toxcore 2013-09-09 14:16:53 -04:00
crypto_speed_test.c Allow to build vs nacl instead of libsodium 2013-09-06 22:54:45 +03:00
DHT_test.c Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then always off). 2013-10-20 16:56:12 +02:00
Lossless_UDP_testclient.c Code cleanups. 2013-10-06 17:40:23 -04:00
Lossless_UDP_testserver.c Code cleanups. 2013-10-06 17:40:23 -04:00
Makefile.inc Some configuration/build fixes, so building basicaly everything else than the library can be disabled 2013-10-07 02:01:16 +02:00
Messenger_test.c Permit -Wshadow as useful warning. 2013-09-27 11:24:33 +02:00
misc_tools.c tox A/V: integration of A/V code into tox 2013-10-13 16:40:15 +02:00
nTox.c Added function to get the piece size for sending files. 2013-10-08 18:55:35 -04:00
nTox.h Put group chat functions in the public API. 2013-09-12 20:29:30 -04:00
nToxAudio.h tox A/V: integration of A/V code into tox 2013-10-13 16:40:15 +02:00
tox_sync.c Added function to get the piece size for sending files. 2013-10-08 18:55:35 -04:00