summaryrefslogtreecommitdiff
path: root/stun/utils.h
Commit message (Expand)AuthorAgeFilesLines
* stun: Use struct sockaddr_storage * for any pointer that we write toOlivier CrĂȘte2014-03-311-1/+1
* Fix build on FreeBSD.Alexis Ballier2010-03-181-0/+1
* Fix copyright headers for all filesYouness Alaoui2010-02-161-3/+4
* Move functions and prototypes from one file to another to avoid having to ins...Youness Alaoui2009-03-051-42/+1
* Clean up utils.[ch] and document the exported functionsYouness Alaoui2009-02-231-8/+40
* Removing unused functionYouness Alaoui2009-02-161-2/+0
* Change all stun_XXX_t enums/structs into StunXxx to have a common naming conv...Youness Alaoui2009-02-161-2/+2
* Port stun_xor_address to use StunMessageReturn and removed stun_memcp and stu...Youness Alaoui2009-01-301-5/+0
* Making the stun_message API use a StunMessageReturn enum instead of errno val...Youness Alaoui2009-01-301-1/+1
* Remove all 'restrict' keywords as they are not supported by MSVCYouness Alaoui2008-11-031-1/+1
* include ws2tcpip.h where neededYouness Alaoui2008-10-281-1/+1
* fix win32 compat for stun utilsYouness Alaoui2008-10-281-0/+5
* utils.h needs sys/types.h and sys/socket.hYouness Alaoui2008-09-171-0/+3
* Add API to enable/disable debug from libstunYouness Alaoui2008-08-041-1/+2
* Adding the ability to change the XOR value for the XOR-MAPPED-ADDRESSYouness Alaoui2008-07-301-1/+2
* Updating stun to include an agentYouness Alaoui2008-06-061-13/+11
* Moving functions and organizing filesYouness Alaoui2008-05-271-0/+85