toxcore/toxcore
irungentoo 09d9d34a93
Removed deprecated function from public api.
Added upper length check to friendreq_handlepacket().
2014-04-19 17:50:10 -04:00
..
assoc.c astyled last commit. 2014-02-17 09:28:26 -05:00
assoc.h Replaced magic numbers inside candidates_create_internal() with enumerated list 2014-02-16 13:19:40 -08:00
DHT.c Major protocol changes, this commit breaks all network compatibility. 2014-04-15 18:09:07 -04:00
DHT.h Major protocol changes, this commit breaks all network compatibility. 2014-04-15 18:09:07 -04:00
friend_requests.c Removed deprecated function from public api. 2014-04-19 17:50:10 -04:00
friend_requests.h Friends client id is now removed from the request received list when he is deleted. 2014-03-21 19:27:17 -04:00
group_chats.c Maximum name lengths should now be the real maximum and not one byte less. 2014-04-03 20:21:24 -04:00
group_chats.h tox_group_get_names now returns a list of name lengths along with the list of names. 2014-03-31 20:37:03 -04:00
LAN_discovery.c Incorporated onion into Tox. 2014-01-17 13:35:40 -05:00
LAN_discovery.h Adjusted some delays. 2014-02-16 11:40:20 -05:00
Lossless_UDP.c Fixed some possible ways connections could linger indefinitely without being killed. 2014-03-07 16:05:08 -05:00
Lossless_UDP.h Fixed arm bug. 2013-12-12 13:49:49 -05:00
Makefile.inc Added TCP test to build system. 2014-04-10 20:46:24 -04:00
Messenger.c Fixed possible pointer issues. 2014-04-19 11:28:46 -04:00
Messenger.h tox_group_get_names now returns a list of name lengths along with the list of names. 2014-03-31 20:37:03 -04:00
misc_tools.h Astyled some files. 2013-10-24 16:37:39 -04:00
net_crypto.c Added function to increment nonce by specified number. 2014-04-18 20:36:52 -04:00
net_crypto.h Added function to increment nonce by specified number. 2014-04-18 20:36:52 -04:00
network.c sockets: support Mac OS X way of disabling SIGPIPE on a socket 2014-04-13 04:01:38 -07:00
network.h Major protocol changes, this commit breaks all network compatibility. 2014-04-15 18:09:07 -04:00
onion_announce.c Fixed regression, announce responses can contain 0 nodes. 2014-04-15 19:16:35 -04:00
onion_announce.h Speeded up onion requests. 2014-03-07 16:31:13 -05:00
onion_client.c Some speedups and small fixes. 2014-04-16 13:53:51 -04:00
onion_client.h Reduced the number of useless onion packets sent. 2014-03-09 20:51:04 -04:00
onion.c TCP server now has onion functionality. 2014-03-29 22:19:03 -04:00
onion.h TCP server now has onion functionality. 2014-03-29 22:19:03 -04:00
ping.c Some speedups and small fixes. 2014-04-16 13:53:51 -04:00
ping.h Renamed toping to to_ping. 2014-03-16 13:57:21 -04:00
TCP_client.c Fixed build issues. 2014-04-17 20:53:12 -04:00
TCP_client.h Added function to TCP client and some tests. 2014-04-14 16:59:48 -04:00
TCP_server.c Fixed build issues. 2014-04-17 20:53:12 -04:00
TCP_server.h sockets: support Mac OS X way of disabling SIGPIPE on a socket 2014-04-13 04:01:38 -07:00
tox.c Removed deprecated function from public api. 2014-04-19 17:50:10 -04:00
tox.h Removed deprecated function from public api. 2014-04-19 17:50:10 -04:00
util.c Autoconf apparently gives us a nice define for processor endianess. 2014-04-19 11:38:14 -04:00
util.h Added no_replay and added some things to the docs. 2014-01-19 09:44:33 -05:00