toxcore/auto_tests
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
..
assoc_test.c Properly free everything at the end of each test. 2015-02-07 22:57:04 -05:00
crypto_test.c Remove DEFTESTCASE and DEFTESTCASE_SLOW redefinitions 2014-08-09 11:33:20 +03:00
dht_test.c cs_set_video_encoder_resolution improvements. 2014-12-16 13:10:28 -05:00
encryptsave_test.c Properly fixed encryptsave_test.c 2015-03-01 20:31:55 -05:00
friends_test.c Friend request callback now contains the Tox object. 2014-03-16 13:24:39 -04:00
helpers.h Merge branch 'remove-sort_list' of https://github.com/pyruvate/toxcore 2014-08-09 17:35:23 -04:00
Makefile.inc encrypted save fully work with both libsodium and nacl 2014-09-12 21:15:05 -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
network_test.c Removed now useless network sturct size tests. 2014-09-26 18:01:03 -04:00
onion_test.c Properly free everything at the end of each test. 2015-02-07 22:57:04 -05:00
skeleton_test.c Remove DEFTESTCASE and DEFTESTCASE_SLOW redefinitions 2014-08-09 11:33:20 +03:00
TCP_test.c Properly free everything at the end of each test. 2015-02-07 22:57:04 -05:00
tox_test.c Added and implemented file_id parameter to file tranfers. 2015-03-17 13:44:48 -04:00
toxav_basic_test.c Convert core code depending on the api 2015-03-12 18:23:14 -05:00
toxav_many_test.c Convert core code depending on the api 2015-03-12 18:23:14 -05:00