summaryrefslogtreecommitdiff
path: root/stun/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Fix strict aliasing of sockaddr structuresPhilip Withnall2013-12-181-2/+10
* Add missing ‘default’ cases to switchesPhilip Withnall2013-12-181-1/+3
* Fix copyright headers for all filesYouness Alaoui2010-02-161-2/+6
* Move functions and prototypes from one file to another to avoid having to ins...Youness Alaoui2009-03-051-78/+0
* Clean up utils.[ch] and document the exported functionsYouness Alaoui2009-02-231-90/+63
* Removing unused functionYouness Alaoui2009-02-161-40/+0
* Change all stun_XXX_t enums/structs into StunXxx to have a common naming conv...Youness Alaoui2009-02-161-3/+3
* Find and document every message attribute/error code and from which RFC/Draft...Youness Alaoui2009-02-161-22/+15
* Port stun_xor_address to use StunMessageReturn and removed stun_memcp and stu...Youness Alaoui2009-01-301-42/+3
* Making the stun_message API use a StunMessageReturn enum instead of errno val...Youness Alaoui2009-01-301-12/+3
* Remove all 'restrict' keywords as they are not supported by MSVCYouness Alaoui2008-11-031-1/+1
* use socklen_t where needed, and cast it to size_t as it defined as an int in ...Youness Alaoui2008-10-281-2/+2
* correctly ifdef/else/endif the includes for winsock and sys/socketYouness Alaoui2008-10-281-2/+8
* Enable debug by defaultYouness Alaoui2008-09-091-1/+1
* document sockaddrcmp's return valueOlivier Crête2008-08-141-1/+3
* Add API to enable/disable debug from libstunYouness Alaoui2008-08-041-3/+14
* Adding the ability to change the XOR value for the XOR-MAPPED-ADDRESSYouness Alaoui2008-07-301-4/+5
* Updating stun to include an agentYouness Alaoui2008-06-061-59/+146
* Moving functions and organizing filesYouness Alaoui2008-05-271-2/+129
* Added utils.c which contains implementation of sockaddrcmp().Kai Vehmanen2007-11-151-0/+84