summaryrefslogtreecommitdiff
path: root/auto_tests/file_transfer_test.c
AgeCommit message (Expand)Author
2018-10-09Consistently use camel case enum names.iphydf
2018-08-25Use do-while instead of while in tests.iphydf
2018-08-13Fix some printf format specifiers.iphydf
2018-07-23More fixed_width ints and incorporating file_saving_test.chugbubby
2018-07-22Run Clang global static analysis on Travis.iphydf
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-07-12Style fixes in TCP code; remove MIN and PAIR from util.h.iphydf
2018-03-02Make file transfers 50% faster.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-18Increase range of ports available to Toxes during testsRobin Lindén
2018-02-17Make outgoing Filetransfers round-robin.zoff99