summaryrefslogtreecommitdiff
path: root/stun/tests
Commit message (Expand)AuthorAgeFilesLines
* stun: Add missing casts to unit testsPhilip Withnall2015-04-231-3/+6
* debug: Make debug messages ready for g_log()Olivier Crête2014-07-231-6/+2
* Use sockaddr for stun_usage_bind_process in unit testYouness Alaoui2014-07-221-6/+11
* stunmessage: Revert another function to use sockaddrOlivier Crête2014-05-021-3/+4
* stun: Use struct sockaddr_storage * for any pointer that we write toOlivier Crête2014-03-314-68/+73
* stun tests: Fix a bunch of issues found by more aggressive GCC warningsOlivier Crête2014-03-314-52/+57
* Use %lu for long unsigned int when calling printfRohan Garg2012-05-011-1/+1
* Properly ifdef windows headers in order to get compiles working on linux againRohan Garg2012-03-121-1/+1
* Fixed mingw/msys compilation. Definition for intptr_t was missingFilippo Della Betta2012-03-051-0/+1
* Fixed compiling on Visual Studio and removed getsockname before bind. Added W...Filippo Della Betta2012-03-051-12/+23
* Fixed compile on mingw/msys platformFilippo Della Betta2012-03-051-0/+5
* Remove warnings on stun/testsTimothy Redaelli2011-10-131-1/+2
* Some minor changes, code cleaningYouness Alaoui2010-12-161-1/+1
* Revert value for test TURN serverMarcus Lundblad2010-12-141-1/+1
* Remaining changes for RFC 5766Marcus Lundblad2010-12-141-1/+1
* MS-TURN support for Microsoft Office CommunicatorJakub Adam2010-10-011-6/+6
* Change the compatibility modes from DRAFT19 to RFC5245Youness Alaoui2010-05-191-6/+6
* Fix build on FreeBSD.Alexis Ballier2010-03-182-0/+2
* Increase test-bind timeout to 20 seconds since it was 10 and it took more tha...Youness Alaoui2009-11-121-1/+1
* Do not use connect on UDP sockets and use sendto/recvfrom instead of send/rec...Youness Alaoui2009-08-201-17/+21
* Improve test-turn to test for turnserver locally tooYouness Alaoui2009-03-311-4/+13
* Disable test-turn as its dependent on internet and on an external serverYouness Alaoui2009-03-311-1/+0
* Set test-turn to use turnserver locally instead of numb.viagenie.caYouness Alaoui2009-03-311-5/+5
* useless unit test.. it doesn't test libstun, it only tests the behavior of se...Youness Alaoui2009-03-271-7/+0
* Change the top_srcdir and ../ directories from Makefile.am to use top_builddi...Youness Alaoui2009-03-051-1/+1
* stun_validater_data renamed to StunDefaultValidaterData for consistent naming...Youness Alaoui2009-02-232-2/+2
* Rename STUN_USAGE_BIND_RETURN_RETRY into STUN_USAGE_BIND_RETURN_INVALIDYouness Alaoui2009-02-231-2/+2
* Find and document every message attribute/error code and from which RFC/Draft...Youness Alaoui2009-02-161-3/+0
* Porting the unit tests to use the new stun APIYouness Alaoui2009-01-305-110/+79
* Adding a unit test that fails because of a bug somewhere...Youness Alaoui2009-01-271-5/+84
* adding unit test for sha1/md5 implementationsYouness Alaoui2008-11-172-1/+144
* initialize the sockaddr correctly.. with this commit, libnice now passes valg...Youness Alaoui2008-11-121-1/+1
* free addrinfo on the numb serverYouness Alaoui2008-11-121-4/+1
* Replace all references to 3489BIS into RFC 5389 as it has just been releasedYouness Alaoui2008-11-035-10/+10
* use WSAGetLastError instead of errnoYouness Alaoui2008-10-291-1/+4
* add correct includes and define close as closesocket for windowsYouness Alaoui2008-10-292-0/+2
* Merge branch 'nice-kakaroto' of /home/kakaroto/coding/nice-refactor/ into nic...Youness Alaoui2008-10-291-2/+2
|\
| * correctly do the allocate, and not a deallocate in the test-turnYouness Alaoui2008-10-291-2/+2
* | port tests to windowsYouness Alaoui2008-10-295-12/+106
|/
* port test turn to the new refresh APIYouness Alaoui2008-10-161-1/+2
* more clarity : COMPATIBILITY_TD9 becomes COMPATIBILITY_DRAFT9 for TURN compatYouness Alaoui2008-09-161-5/+5
* Change ICE_COMPATIBILITY_ID19 into ICE_COMPATIBILITY_DRAFT19 for more clarityYouness Alaoui2008-09-151-6/+6
* testing turn should not be done with ignore credentials flagYouness Alaoui2008-09-101-2/+1
* Adapt test-turn to new api changeYouness Alaoui2008-09-101-1/+1
* Finish the test-turn to finally work correctly with the numb serverYouness Alaoui2008-08-061-3/+48
* Added a new test for the long term hash credentialsYouness Alaoui2008-08-061-0/+31
* Port test-bind to not fail without the fingerprintYouness Alaoui2008-08-061-1/+1
* Completed TURN usage in libstunYouness Alaoui2008-08-061-45/+17
* Adding useless turn test fileYouness Alaoui2008-08-052-0/+225
* Porting conncheck test to the new APIYouness Alaoui2008-07-311-7/+7