toxcore/toxcore
irungentoo 69c8da64cf
The receiver of a file now needs to confirm that he did receive it
correctly.

This should fix an issue that happened when both clients got
disconnected when the file was almost finished sending. The sender
would show that the file had been sent successfully when it had not.

See the modifications to tox.h
2014-08-04 15:18:18 -04:00
..
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 fix memory leak 2014-07-16 18:29:00 -04:00
group_chats.h Astyled code. 2014-06-15 10:36:57 -04:00
LAN_discovery.c remove unneeded printf's/prevent stdout spam 2014-08-03 15:56:09 -04: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 Fix some toxav warnings 2014-08-04 00:15:00 +02: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 The receiver of a file now needs to confirm that he did receive it 2014-08-04 15:18:18 -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 Adding a new connection while a lossy packet is being sent could 2014-07-31 13:11:21 -04:00
net_crypto.h Fixed possible threading issues. 2014-07-31 12:46:36 -04:00
network.c Added addr_parse_ip() to network.h header. 2014-07-20 20:08:00 -04:00
network.h Don't set connection to established if packet is kill packet. 2014-07-21 12:58:28 -04: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 remove unneeded printf's/prevent stdout spam 2014-08-03 15:56:09 -04:00
TCP_client.h applied priority queue changes to the TCP client too 2014-07-16 08:33:24 -04:00
TCP_server.c Use epoll_create() instead of epoll_create1() for compatibility with 2014-07-22 12:02:24 -04:00
TCP_server.h added priority packet system for TCP server 2014-07-15 17:40:21 -04:00
tox.c Added function to get public and private key from Tox object. 2014-07-30 10:29:46 -04:00
tox.h The receiver of a file now needs to confirm that he did receive it 2014-08-04 15:18:18 -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