summaryrefslogtreecommitdiff
path: root/stun/stunmessage.h
Commit message (Expand)AuthorAgeFilesLines
* stun: Make the headers usable from C++ codeabhijeetbhagat2021-07-211-0/+7
* agent: implement support for RFC7675 - Consent FreshnessMatthew Waters2020-12-101-0/+3
* conncheck: NOMINATION STUN attribute supportAndrey Skryabin2019-05-081-2/+6
* ms-ice: calculate FINGERPRINT according to [MS-ICE2]Jakub Adam2016-10-261-2/+6
* stun: Fix documentation to use ‘nul-terminated’ for stringsPhilip Withnall2015-03-101-3/+3
* docs: Add various missing documentation comments and update sections.txtPhilip Withnall2015-01-021-0/+2
* stunmessage: Accept NULL terminated buffers for fast speed validationOlivier Crête2014-05-171-2/+3
* Add support for MS-TURN in OC2007 compatibility turn usageYouness Alaoui2014-05-151-0/+3
* stunmessage: Revert another function to use sockaddrOlivier Crête2014-05-021-1/+1
* stun: Use struct sockaddr_storage * for any pointer that we write toOlivier Crête2014-03-311-6/+6
* stun: Add a fast version of stun_message_validate_buffer_length()Philip Withnall2014-01-311-0/+47
* MS-TURN support for Microsoft Office CommunicatorJakub Adam2010-10-011-3/+44
* Compatibility with MSOC 2007 R2Jakub Adam2010-10-011-1/+5
* Fix various gtk-doc warnings/errors and typosYouness Alaoui2010-02-161-6/+6
* Fix copyright headers for all filesYouness Alaoui2010-02-161-2/+6
* Fix confusing docs, addr_len is an IN and OUT variable...Youness Alaoui2009-04-161-4/+7
* Fix documentationYouness Alaoui2009-03-311-0/+1
* Install the headers to the appropriate directory and specify how to include t...Youness Alaoui2009-03-051-0/+1
* Move functions and prototypes from one file to another to avoid having to ins...Youness Alaoui2009-03-051-0/+35
* Change includes to minimize non public API from being includedYouness Alaoui2009-03-051-5/+8
* gtk trick to recognize a typedef + struct, use an underscore... allows the co...Youness Alaoui2009-02-231-2/+2
* Add documentation for libstun and fix some docs elsewhereYouness Alaoui2009-02-231-2/+16
* Add gtk-doc for stunmessage APIYouness Alaoui2009-02-161-103/+305
* Clean the files from unwanted gtk-doc tagsYouness Alaoui2009-02-161-2/+3
* Change all stun_XXX_t enums/structs into StunXxx to have a common naming conv...Youness Alaoui2009-02-161-36/+36
* Find and document every message attribute/error code and from which RFC/Draft...Youness Alaoui2009-02-161-44/+223
* Making the stun_message API use a StunMessageReturn enum instead of errno val...Youness Alaoui2009-01-301-29/+41
* Replace all references to 3489BIS into RFC 5389 as it has just been releasedYouness Alaoui2008-11-031-19/+19
* Fix includes for win32 compilationYouness Alaoui2008-11-031-1/+6
* Remove all 'restrict' keywords as they are not supported by MSVCYouness Alaoui2008-11-031-9/+9
* Readding necessary socket includesYouness Alaoui2008-10-281-0/+1
* correctly ifdef/else/endif the includes for winsock and sys/socketYouness Alaoui2008-10-281-0/+7
* Add the jingle and turn-09 methods and comprehension attributesYouness Alaoui2008-09-171-2/+8
* Fixing TURN support. correctly send the send indication/request and parse the...Youness Alaoui2008-09-161-0/+1
* Fix long term credentials validation/creation of responses and error saying u...Youness Alaoui2008-09-101-0/+2
* make indentation consistentOlivier Crête2008-08-141-2/+1
* Replace the SERVER attribute with the SOFTWARE attribute per draft 17Olivier Crête2008-08-141-1/+1
* Completed TURN usage in libstunYouness Alaoui2008-08-061-1/+4
* Adding TURN specific enums and constantsYouness Alaoui2008-08-051-2/+6
* Adding the ability to change the XOR value for the XOR-MAPPED-ADDRESSYouness Alaoui2008-07-301-0/+8
* add a static const for all the known atttributes.. fixes stunbdc with stunser...Youness Alaoui2008-06-171-0/+33
* Updating stun to include an agentYouness Alaoui2008-06-061-60/+73
* (WIP) Huge refactoring of functions... first step towards the agentYouness Alaoui2008-06-031-0/+374