summaryrefslogtreecommitdiff
path: root/tests/test-pseudotcp.c
Commit message (Expand)AuthorAgeFilesLines
* test-pseudotcp(-fuzzy): Fix format string warnings causing build errors on 32...Brendan Shanks2018-06-061-1/+2
* tests: Remove g_type_init() callsPhilip Withnall2015-10-011-2/+0
* pseudotcp: Add optional FIN–ACK and RST supportPhilip Withnall2014-08-211-0/+2
* tests: Improve debug output of pseudotcp tests slightlyPhilip Withnall2014-08-211-3/+3
* tests: Add setlocale() call to test-pseudotcp.cPhilip Withnall2014-08-211-0/+3
* pseudotcp: Don't mix "long" and guint, one is signed, the other is unsignedOlivier Crête2014-03-311-1/+2
* tests: Fix a shadowed function name in test-pseudotcpPhilip Withnall2014-01-311-2/+4
* agent: Only change pseudotcp clock if the new timeout is soonerOlivier Crête2014-01-311-0/+1
* tests: Add more asserts to pseudotcp testOlivier Crête2014-01-311-3/+13
* tests: Use right type when taking to stdio f*() C APIsOlivier Crête2014-01-311-4/+4
* tests: Close pseudosocket as soon as it's done sendingOlivier Crête2014-01-311-6/+4
* tests: Fix racy destruction of pseudotcp objectOlivier Crête2014-01-311-12/+14
* tests: No need to call adjust_clock in readableOlivier Crête2014-01-311-2/+0
* tests: Use one struct for data and bufferOlivier Crête2014-01-311-4/+3
* Fix a (possible) memory leak in nice_turn_socket_new and in a testTimothy Redaelli2011-03-311-1/+3
* enable debug message for test-pseudotcpYouness Alaoui2010-02-161-0/+3
* Fix copyright headers for all filesYouness Alaoui2010-02-161-1/+0
* Fix test-pseudotcp to not fail randomly, use strncmp instead of strcmpYouness Alaoui2010-02-161-1/+2
* Add pseudotcp docs and fix a bit the API and testYouness Alaoui2010-02-161-3/+13
* Adding test suite for pseudotcpYouness Alaoui2010-02-161-0/+265