toxcore/toxcore
2015-05-31 20:10:38 -04:00
..
assoc.c Remove pointless nullity check on array address 2015-05-19 19:53:55 +02:00
assoc.h Astyled code. 2014-06-15 10:36:57 -04:00
crypto_core.c The only secure compare function currently needed is one to compare 2 public keys. 2015-04-18 13:13:29 -04:00
crypto_core.h Load only secret key from tox save, not public key. 2015-05-21 20:39:47 -04:00
DHT.c Small cleanups. 2015-05-02 21:55:42 -04:00
DHT.h Code cleanups. 2015-01-29 19:38:44 -05:00
friend_connection.c Some fixes. 2015-05-19 19:55:43 -04:00
friend_connection.h If we get the ip/port of a relay on a local ip, assume that our friend 2015-05-18 20:40:18 -04:00
friend_requests.c Updated types in Messenger callbacks to fit with the ones in the new api. 2015-02-17 15:49:22 -05:00
friend_requests.h Updated types in Messenger callbacks to fit with the ones in the new api. 2015-02-17 15:49:22 -05:00
group.c Updated types in Messenger callbacks to fit with the ones in the new api. 2015-02-17 15:49:22 -05:00
group.h get peer pubkey api 2014-11-19 20:36:09 -06:00
LAN_discovery.c If we get the ip/port of a relay on a local ip, assume that our friend 2015-05-18 20:40:18 -04:00
LAN_discovery.h If we get the ip/port of a relay on a local ip, assume that our friend 2015-05-18 20:40:18 -04:00
list.c Fixed warning. 2015-05-01 16:13:59 -04:00
list.h Fixed some non standard C. 2015-05-01 15:13:38 -04:00
logger.c Add 2015 to copyright notice 2015-01-18 12:14:31 +13:00
logger.h fix_logger-v.0.2 2015-01-17 18:25:47 +01:00
Makefile.inc TCP_connection started. 2015-04-07 20:19:30 -04:00
Messenger.c Fixed rare bug where userstatus, name, etc... would not be sent to friend. 2015-05-26 20:52:09 -04:00
Messenger.h Added basic TCP server hosting to tox.h api. 2015-05-08 22:03:24 -04:00
misc_tools.h Removed useless code 2014-06-05 18:26:25 -04:00
net_crypto.c Congestion control tweaks. 2015-05-31 20:10:38 -04:00
net_crypto.h Load only secret key from tox save, not public key. 2015-05-21 20:39:47 -04:00
network.c Small cleanups. 2015-05-02 21:55:42 -04:00
network.h Make tox_new return TOX_ERR_NEW_PORT_ALLOC for all socket related errors. 2015-04-13 08:32:33 -04:00
onion_announce.c Code cleanups. 2015-01-29 19:38:44 -05:00
onion_announce.h Increased max announce entries. 2015-05-08 22:06:55 -04:00
onion_client.c TCP relays are not sure to be valid onion nodes. 2015-05-10 21:01:42 -04:00
onion_client.h Only allocate some TCP connections for onion use when needed. 2015-04-21 15:30:41 -04:00
onion.c Added a define for the length of onion paths. 2015-05-01 15:46:48 -04:00
onion.h Added a define for the length of onion paths. 2015-05-01 15:46:48 -04:00
ping_array.c Update ping_array.c 2014-07-06 09:55:46 +01:00
ping_array.h Const correctness in various interdependent files 2014-06-10 20:54:48 +02:00
ping.c Only set last_to_ping if at least one node was pinged, 2015-05-07 20:58:39 -04:00
ping.h Const correctness in various interdependent files 2014-06-10 20:54:48 +02:00
TCP_client.c Some small fixes. 2015-04-20 20:40:32 -04:00
TCP_client.h Removed useless stuff. 2015-04-19 10:34:13 -04:00
TCP_connection.c Removed useless line. 2015-05-06 21:04:31 -04:00
TCP_connection.h Fixed a couple possible issues with the friend connection callback. 2015-04-24 11:09:42 -04:00
TCP_server.c Enable SO_REUSEADDR on TCP server socket. 2015-04-11 20:24:39 -04:00
TCP_server.h Small cleanups. 2015-05-02 21:55:42 -04:00
tox_old_code.h Use .h for tox_old instead of .c to not break some of my build commands. 2015-03-11 13:51:11 -04:00
tox_old.h Added group chat functions to the public api. 2015-03-10 18:54:01 -04:00
tox.c Return port error if tcp server failed to init. 2015-05-30 21:06:38 -04:00
tox.h Comment fix. 2015-05-29 19:01:14 -04:00
util.c Fixed bug where video didn't work anymore. 2014-11-29 16:09:50 -05:00
util.h Merge branch 'mutex-1' of https://github.com/mannol/toxcore 2014-11-29 16:09:24 -05:00