summaryrefslogtreecommitdiff
path: root/stun/stun5389.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename function crc32 to stun_crc32 to avoid conflict with existing crc32 ↵Youness Alaoui2010-07-151-1/+1
| | | | function in libz.so
* Fix copyright headers for all filesYouness Alaoui2010-02-161-4/+3
|
* Add a stun_agent_set_software API and correctly append only the first 128 ↵Youness Alaoui2009-11-041-4/+30
| | | | utf-8 characters
* Change includes to minimize non public API from being includedYouness Alaoui2009-03-051-0/+1
|
* Fix the stupid wlm2009 crc32 typo without using a global variableYouness Alaoui2009-03-051-2/+3
|
* Rename stun_has_cookie into stun_message_has_cookieYouness Alaoui2009-02-231-1/+1
|
* Change all stun_XXX_t enums/structs into StunXxx to have a common naming ↵Youness Alaoui2009-02-161-1/+1
| | | | convention
* Making the stun_message API use a StunMessageReturn enum instead of errno ↵Youness Alaoui2009-01-301-1/+1
| | | | values to communicate errors
* Replace all references to 3489BIS into RFC 5389 as it has just been releasedYouness Alaoui2008-11-031-0/+88