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