summaryrefslogtreecommitdiff
path: root/stun/usages/turn.h
Commit message (Expand)AuthorAgeFilesLines
* turn: Add support for ALTERNATE_SERVER in OC2007 CompatibilityYouness Alaoui2017-11-281-0/+4
* docs: Add various missing documentation comments and update sections.txtPhilip Withnall2015-01-021-1/+26
* stun: Use struct sockaddr_storage * for any pointer that we write toOlivier CrĂȘte2014-03-311-4/+4
* Add support for windows's compilation through MinGWNader Morshed2011-11-301-1/+1
* Fix compilation errors as a result of the rebaseYouness Alaoui2010-12-141-1/+1
* Track permission per peer, take one (untested so far...)Marcus Lundblad2010-12-141-0/+1
* Remaining changes for RFC 5766Marcus Lundblad2010-12-141-1/+18
* MS-TURN support for Microsoft Office CommunicatorJakub Adam2010-10-011-0/+1
* Fix copyright headers for all filesYouness Alaoui2010-02-161-1/+4
* Update docs, finish formatting the gtk-doc and add the STUN API to the export...Youness Alaoui2009-03-021-3/+12
* Add documentation for libstun and fix some docs elsewhereYouness Alaoui2009-02-231-0/+112
* fix some warnings by removing gtk-doc comment where not neededYouness Alaoui2009-02-231-1/+1
* Remove some turn defines and use an enum instead (StunUsageTurnRequestPorts) ...Youness Alaoui2009-02-231-7/+28
* Rename STUN_USAGE_TURN_RETURN_RETRY into STUN_USAGE_TURN_RETURN_INVALIDYouness Alaoui2009-02-231-1/+1
* Fix includes for win32 compilationYouness Alaoui2008-11-031-1/+4
* Correctly implement the TURN Refresh usage and add its processing functionYouness Alaoui2008-10-161-1/+7
* do not send BANDWIDTH and LIFETIME when value is -1, not 0 since 0 is validYouness Alaoui2008-10-161-1/+1
* more clarity : COMPATIBILITY_TD9 becomes COMPATIBILITY_DRAFT9 for TURN compatYouness Alaoui2008-09-161-1/+1
* Let the turn usage tell us if a mapped address was also foundYouness Alaoui2008-09-101-1/+2
* Use replace unclear STUN_USAGE_TURN_REQUEST_PORT_BOTH with EVEN_AND_RESERVEOlivier CrĂȘte2008-08-151-5/+4
* Completed TURN usage in libstunYouness Alaoui2008-08-061-2/+9
* Add full TURN support for the turn usage allocate requestYouness Alaoui2008-08-051-3/+20
* Adding initial TURN usage to libstunYouness Alaoui2008-08-041-0/+75