summaryrefslogtreecommitdiff
path: root/stun
Commit message (Expand)AuthorAgeFilesLines
* stun: Add missing switch casesPhilip Withnall2014-01-312-0/+11
* stun: Fix potential zero-length memset() callPhilip Withnall2014-01-311-3/+5
* stun: Make the MD5 code strict-aliasing correctOlivier Crête2014-01-312-16/+19
* stun: Add printf function attributePhilip Withnall2014-01-021-0/+7
* stun: Fix format specifier for a size_t variablePhilip Withnall2014-01-021-1/+2
* configure: Verify that the compiler understands warning cflagsOlivier Crête2013-12-262-2/+2
* stun: Indications are never authentication when using long term authOlivier Crête2013-12-231-1/+2
* stun: Fix a use of a function with an aggregate return valuePhilip Withnall2013-12-182-6/+5
* stun: Explicitly avoid a memcpy() from NULLPhilip Withnall2013-12-181-1/+3
* stun: Remove unused variablesPhilip Withnall2013-12-181-2/+0
* Fix strict aliasing of sockaddr structuresPhilip Withnall2013-12-186-37/+66
* Add missing ‘default’ cases to switchesPhilip Withnall2013-12-186-3/+36
* Use %lu for long unsigned int when calling printfRohan Garg2012-05-011-1/+1
* Use len instead of buf_len to check whether or not data was received properlyRohan Garg2012-03-231-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
* set nonblocking mode for socket on WindowsLivio Madaro2012-02-231-0/+6
* Fixed warnings on Visual Studio platformFilippo Della Betta2012-02-171-1/+1
* Added typedef on size_t and ssize_t that are not defined on Visual Studio pla...Filippo Della Betta2012-02-151-0/+5
* Included the replacement header win32_common.h instead of the missing header ...Filippo Della Betta2012-02-151-0/+4
* Use size of the MD5Context, not size of the pointerRohan Garg2012-02-141-1/+1
* stund: Use recvfrom/sendto instead of recvmsg/sendmsgYouness Alaoui2012-02-091-67/+15
* stund: Set message length (fixes infinite loop) when receiving unknown attrib...John Selbie2012-02-091-1/+1
* Changes windows specific headers to lower caseSiraj Razick2011-12-191-1/+1
* Add support for windows's compilation through MinGWNader Morshed2011-11-309-15/+25
* Remove warnings on stun/testsTimothy Redaelli2011-10-131-1/+2
* Fix support for solarisApostolos Syropoulos2011-09-071-0/+4
* Google puts the STUN cookie, but doesn't follow RFC 5389Olivier Crête2011-08-291-1/+2
* Avoid a possible coverity false positiveYouness Alaoui2011-03-231-0/+2
* Change variable buffer_len into attribute_len: variable already exists in dif...Youness Alaoui2011-03-231-5/+5
* Add some new APIs to sha1 module, unused for nowYouness Alaoui2011-03-232-9/+75
* Fix coverity issues, remove possibly NULL dereferencingYouness Alaoui2011-03-231-2/+4
* Also initialize the number of timer retransmissionsSjoerd Simons2011-02-091-0/+1
* define SOL_IPV6 to IPPROTO_IPV6 if not definedYouness Alaoui2011-01-172-0/+11
* Refuse to create a permission without a peer instead of not sending the XOR_P...Youness Alaoui2010-12-171-5/+6
* Some minor changes, code cleaningYouness Alaoui2010-12-162-2/+1
* Fix lines that are > 80 charsYouness Alaoui2010-12-141-1/+2
* Fix compilation errors as a result of the rebaseYouness Alaoui2010-12-141-1/+1
* fix indentation issuesYouness Alaoui2010-12-141-34/+34
* Remove unnessesary changesMarcus Lundblad2010-12-141-3/+0
* Revert value for test TURN serverMarcus Lundblad2010-12-141-1/+1
* Fixing tabs, trailing whitespaces and indentationMarcus Lundblad2010-12-143-4/+5
* Track permission per peer, take one (untested so far...)Marcus Lundblad2010-12-141-0/+1
* Removed some debug messages that might be a little unnessesaryMarcus Lundblad2010-12-141-2/+1
* Remaining changes for RFC 5766Marcus Lundblad2010-12-145-9/+80
* MS-TURN support for Microsoft Office CommunicatorJakub Adam2010-10-017-28/+119
* Compatibility with MSOC 2007 R2Jakub Adam2010-10-013-4/+41
* Make stun_timer timeouts configurable (breaks API)Youness Alaoui2010-09-293-30/+60