summaryrefslogtreecommitdiff
path: root/stun
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rename function crc32 to stun_crc32 to avoid conflict with existing crc32 fun...Youness Alaoui2010-07-153-3/+3
* Change the compatibility modes from DRAFT19 to RFC5245Youness Alaoui2010-05-193-10/+17
* Fix build on FreeBSD.Alexis Ballier2010-03-184-0/+4
* Fix various gtk-doc warnings/errors and typosYouness Alaoui2010-02-165-14/+22
* Fix copyright headers for all filesYouness Alaoui2010-02-1628-42/+142
* Adding 'Since' gtk-doc tags to specify since which version each function has ...Youness Alaoui2010-02-161-0/+4
* do not cast time_t and clock_t into unsigned long, on some systems (kfreebsd)...Youness Alaoui2009-12-041-2/+4
* use sizeof struct sockaddr_in instead of sizeof struct sockaddr to hopefully ...Youness Alaoui2009-12-041-1/+1
* in order to please coverity, do not have the return at the end of the functio...Youness Alaoui2009-11-191-2/+2
* always check return value of stun_agent_init_errorYouness Alaoui2009-11-131-2/+3
* avoid warning by using fd argument when MSG_ERRQUEUE is undefinedYouness Alaoui2009-11-132-0/+2
* Increase test-bind timeout to 20 seconds since it was 10 and it took more tha...Youness Alaoui2009-11-121-1/+1
* stun_agent_set_software must also take a const char *, not just a char *Youness Alaoui2009-11-042-3/+3
* add SOFTWARE attribute only if we're in the right compatibility modeYouness Alaoui2009-11-041-6/+6
* Add a stun_agent_set_software API and correctly append only the first 128 utf...Youness Alaoui2009-11-044-12/+82
* use sizeof struct sockaddr instead of sizeof sockadddr_storage for doing the ...Youness Alaoui2009-09-101-2/+2
* Do not use connect on UDP sockets and use sendto/recvfrom instead of send/rec...Youness Alaoui2009-08-202-22/+30
* include sys/time.h in timer.h instead of timer.c since we need it for the str...Youness Alaoui2009-07-242-4/+2
* if MSG_ERRQUEUE is not defined, then make recv_err return something since it'...Youness Alaoui2009-07-241-0/+2
* Fix SHA1 algorithm when strict aliasing is used : http://bugs.archlinux.org/t...Youness Alaoui2009-07-021-2/+2
* Initialize the length to 0 to avoid a compiler warningYouness Alaoui2009-06-161-6/+6
* Attempt to work around binding responses with no mapped address to have inter...Youness Alaoui2009-05-292-1/+5
* Fix confusing docs, addr_len is an IN and OUT variable...Youness Alaoui2009-04-162-6/+12