summaryrefslogtreecommitdiff
path: root/stun/stunagent.h
Commit message (Expand)AuthorAgeFilesLines
* stun: Make the headers usable from C++ codeabhijeetbhagat2021-07-211-0/+8
* agent: implement support for RFC7675 - Consent FreshnessMatthew Waters2020-12-101-0/+8
* Fix build with MSVCNirbheek Chauhan2018-12-141-2/+1
* ms-ice: limit legacy connchecks as per [MS-ICE2] 3.1.4.8.2Jakub Adam2016-10-261-0/+1
* stun: add STUN_COMPATIBILITY_MSICE2Jakub Adam2016-10-261-7/+12
* MS-TURN support for Microsoft Office CommunicatorJakub Adam2010-10-011-1/+9
* Fix copyright headers for all filesYouness Alaoui2010-02-161-2/+4
* Adding 'Since' gtk-doc tags to specify since which version each function has ...Youness Alaoui2010-02-161-0/+4
* stun_agent_set_software must also take a const char *, not just a char *Youness Alaoui2009-11-041-2/+2
* Add a stun_agent_set_software API and correctly append only the first 128 utf...Youness Alaoui2009-11-041-1/+30
* Fix documentationYouness Alaoui2009-03-311-18/+20
* Updating docsYouness Alaoui2009-03-311-1/+17
* Adding new stun API stun_agent_forget_transaction to forget a saved transacti...Youness Alaoui2009-03-271-0/+18
* Install the headers to the appropriate directory and specify how to include t...Youness Alaoui2009-03-051-0/+1
* Change includes to minimize non public API from being includedYouness Alaoui2009-03-051-0/+1
* Add documentation for libstun and fix some docs elsewhereYouness Alaoui2009-02-231-18/+257
* fix some warnings by removing gtk-doc comment where not neededYouness Alaoui2009-02-231-0/+14
* Stun agent usage flags are now into an enum tooYouness Alaoui2009-02-231-9/+39
* Change all stun_XXX_t enums/structs into StunXxx to have a common naming conv...Youness Alaoui2009-02-161-5/+5
* add WLM2009 compatibility mode to libnice and libstunYouness Alaoui2009-02-091-1/+2
* Replace all references to 3489BIS into RFC 5389 as it has just been releasedYouness Alaoui2008-11-031-2/+2
* Fix includes for win32 compilationYouness Alaoui2008-11-031-1/+8
* New STUN agent flag : NO_INDICATION_AUTH, to tell the agent that indication m...Youness Alaoui2008-09-191-1/+2
* Fix long term credentials validation/creation of responses and error saying u...Youness Alaoui2008-09-101-0/+2
* Replace the SERVER attribute with the SOFTWARE attribute per draft 17Olivier CrĂȘte2008-08-141-1/+1
* Adding a 'force validater' usage flag for the stun agent and made libnice use...Youness Alaoui2008-07-301-0/+1
* No need to have those as const.. as it forces the user to fill the structure ...Youness Alaoui2008-07-291-4/+4
* Make a difference between an unauthorized validation because username/passwor...Youness Alaoui2008-06-191-1/+18
* Add a default validater functionYouness Alaoui2008-06-191-0/+11
* fix bad usage flag valueYouness Alaoui2008-06-161-1/+1
* Fixed tools and binding usage to work with new APIYouness Alaoui2008-06-131-4/+5
* Updating stun to include an agentYouness Alaoui2008-06-061-0/+111