toxcore/testing
irungentoo 24c70c9e84
Added and implemented file_id parameter to file tranfers.
file_id is a 32byte identifier that can be used by users to identify
file tranfers across core/client restarts in order to resume broken
file tranfers.

In avatar tranfers it corresponds to the hash of the avatar.

Added tox_file_get_file_id() function to api to obtain the file_id
of an ongoing file transfer.

If not set, core will generate a random one.
2015-03-17 13:44:48 -04:00
..
DHT_test.c Added callbacks to DHT called when the ip of a peer is discovered. 2014-09-26 17:56:06 -04:00
dns3_test.c Ported some of the code in testing/ to the new api. 2015-02-24 20:29:01 -05:00
irc_syncbot.c Convert core code depending on the api 2015-03-12 18:23:14 -05:00
Makefile.inc Ported some of the code in testing/ to the new api. 2015-02-24 20:29:01 -05:00
Messenger_test.c tox_new now sets error to TOX_ERR_NEW_PORT_ALLOC when binding to port fails. 2015-03-12 13:03:14 -04:00
misc_tools.c Astyled and removed some useless files. 2014-02-09 09:43:16 -05:00
nTox.c Added and implemented file_id parameter to file tranfers. 2015-03-17 13:44:48 -04:00
nTox.h Started as a simple bugfix for wrap(), expanded to more detailed help. 2013-11-10 19:06:17 +01:00
tox_shell.c Convert core code depending on the api 2015-03-12 18:23:14 -05:00
tox_sync.c Added and implemented file_id parameter to file tranfers. 2015-03-17 13:44:48 -04:00