summaryrefslogtreecommitdiff
path: root/stun/stunmessage.h
AgeCommit message (Expand)AuthorFilesLines
2014-05-02stunmessage: Revert another function to use sockaddrOlivier Crête1-1/+1
2014-03-31stun: Use struct sockaddr_storage * for any pointer that we write toOlivier Crête1-6/+6
2014-01-31stun: Add a fast version of stun_message_validate_buffer_length()Philip Withnall1-0/+47
2010-10-01MS-TURN support for Microsoft Office CommunicatorJakub Adam1-3/+44
2010-10-01Compatibility with MSOC 2007 R2Jakub Adam1-1/+5
2010-02-16Fix various gtk-doc warnings/errors and typosYouness Alaoui1-6/+6
2010-02-16Fix copyright headers for all filesYouness Alaoui1-2/+6
2009-04-16Fix confusing docs, addr_len is an IN and OUT variable...Youness Alaoui1-4/+7
2009-03-31Fix documentationYouness Alaoui1-0/+1
2009-03-05Install the headers to the appropriate directory and specify how to include t...Youness Alaoui1-0/+1
2009-03-05Move functions and prototypes from one file to another to avoid having to ins...Youness Alaoui1-0/+35
2009-03-05Change includes to minimize non public API from being includedYouness Alaoui1-5/+8
2009-02-23gtk trick to recognize a typedef + struct, use an underscore... allows the co...Youness Alaoui1-2/+2
2009-02-23Add documentation for libstun and fix some docs elsewhereYouness Alaoui1-2/+16
2009-02-16Add gtk-doc for stunmessage APIYouness Alaoui1-103/+305
2009-02-16Clean the files from unwanted gtk-doc tagsYouness Alaoui1-2/+3
2009-02-16Change all stun_XXX_t enums/structs into StunXxx to have a common naming conv...Youness Alaoui1-36/+36
2009-02-16Find and document every message attribute/error code and from which RFC/Draft...Youness Alaoui1-44/+223
2009-01-30Making the stun_message API use a StunMessageReturn enum instead of errno val...Youness Alaoui1-29/+41
2008-11-03Replace all references to 3489BIS into RFC 5389 as it has just been releasedYouness Alaoui1-19/+19
2008-11-03Fix includes for win32 compilationYouness Alaoui1-1/+6
2008-11-03Remove all 'restrict' keywords as they are not supported by MSVCYouness Alaoui1-9/+9
2008-10-28Readding necessary socket includesYouness Alaoui1-0/+1
2008-10-28correctly ifdef/else/endif the includes for winsock and sys/socketYouness Alaoui1-0/+7
2008-09-17Add the jingle and turn-09 methods and comprehension attributesYouness Alaoui1-2/+8
2008-09-16Fixing TURN support. correctly send the send indication/request and parse the...Youness Alaoui1-0/+1
2008-09-10Fix long term credentials validation/creation of responses and error saying u...Youness Alaoui1-0/+2
2008-08-14make indentation consistentOlivier Crête1-2/+1
2008-08-14Replace the SERVER attribute with the SOFTWARE attribute per draft 17Olivier Crête1-1/+1
2008-08-06Completed TURN usage in libstunYouness Alaoui1-1/+4
2008-08-05Adding TURN specific enums and constantsYouness Alaoui1-2/+6
2008-07-30Adding the ability to change the XOR value for the XOR-MAPPED-ADDRESSYouness Alaoui1-0/+8
2008-06-17add a static const for all the known atttributes.. fixes stunbdc with stunser...Youness Alaoui1-0/+33
2008-06-06Updating stun to include an agentYouness Alaoui1-60/+73
2008-06-03(WIP) Huge refactoring of functions... first step towards the agentYouness Alaoui1-0/+374