..
assoc.c
Fix CppCheck style errors
2014-06-20 21:43:21 +02:00
assoc.h
Astyled code.
2014-06-15 10:36:57 -04:00
crypto_core.c
Added more input validation to add_friend functions.
2014-06-16 19:31:39 -04:00
crypto_core.h
Added more input validation to add_friend functions.
2014-06-16 19:31:39 -04:00
DHT.c
Const-correctness for onion_client.c
2014-06-30 21:41:03 +02:00
DHT.h
Const-correctness for onion_client.c
2014-06-30 21:41:03 +02:00
friend_requests.c
Astyled code.
2014-06-15 10:36:57 -04:00
friend_requests.h
Astyled code.
2014-06-15 10:36:57 -04:00
group_chats.c
Fixed overflow bug.
2014-07-07 19:49:01 -04:00
group_chats.h
Astyled code.
2014-06-15 10:36:57 -04:00
LAN_discovery.c
Const correctness for various packet callbacks
2014-06-13 22:55:15 +02:00
LAN_discovery.h
Adjusted some delays.
2014-02-16 11:40:20 -05:00
list.c
Fixed possible issues with list introduced in the last commit.
2014-06-21 22:22:30 -04:00
list.h
Reduced number of realloc calls bs_list does
2014-06-20 20:22:03 -04:00
logger.c
Comment out extra argument to sprintf
2014-06-18 21:48:36 +02:00
logger.h
Merge branch 'mannol1-Multicalls' into multi-av
2014-05-25 12:27:48 -04:00
Makefile.inc
pthread is now a core dependency instead of just a toxav dependency.
2014-06-12 11:15:20 -04:00
Messenger.c
delete groupchat when join fails
2014-07-05 19:47:13 -04:00
Messenger.h
Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Core
2014-07-02 15:41:59 -04:00
misc_tools.h
Removed useless code
2014-06-05 18:26:25 -04:00
net_crypto.c
Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Core
2014-07-02 15:41:59 -04:00
net_crypto.h
Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Core
2014-07-02 15:41:59 -04:00
network.c
Merge branch 'mannol1-master'
2014-06-28 22:29:39 -04:00
network.h
Const correctness for various packet callbacks
2014-06-13 22:55:15 +02:00
onion_announce.c
Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Core
2014-07-02 15:41:59 -04:00
onion_announce.h
Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Core
2014-07-02 15:41:59 -04:00
onion_client.c
Fixed possible out of bounds read.
2014-07-08 10:38:48 -04:00
onion_client.h
Const-correctness for onion_client.c
2014-06-30 21:41:03 +02:00
onion.c
Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Core
2014-07-02 15:41:59 -04:00
onion.h
Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Core
2014-07-02 15:41:59 -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
Const correctness for various packet callbacks
2014-06-13 22:55:15 +02:00
ping.h
Const correctness in various interdependent files
2014-06-10 20:54:48 +02:00
TCP_client.c
TCP should be a bit more solid.
2014-07-09 20:11:01 -04:00
TCP_client.h
TCP should be a bit more solid.
2014-07-09 20:11:01 -04:00
TCP_server.c
Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Core
2014-07-02 15:41:59 -04:00
TCP_server.h
Const-correctness for TCP_server.c
2014-06-30 21:52:07 +02:00
tox.c
Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Core
2014-07-02 15:41:59 -04:00
tox.h
Typo fix.
2014-07-06 13:29:25 -04:00
util.c
Const correctness in various interdependent files
2014-06-10 20:54:48 +02:00
util.h
Const correctness in various interdependent files
2014-06-10 20:54:48 +02:00