summaryrefslogtreecommitdiff
path: root/stun
Commit message (Expand)AuthorAgeFilesLines
* stun_agent_set_software must also take a const char *, not just a char *Youness Alaoui2009-11-042-3/+3
* add SOFTWARE attribute only if we're in the right compatibility modeYouness Alaoui2009-11-041-6/+6
* Add a stun_agent_set_software API and correctly append only the first 128 utf...Youness Alaoui2009-11-044-12/+82
* use sizeof struct sockaddr instead of sizeof sockadddr_storage for doing the ...Youness Alaoui2009-09-101-2/+2
* Do not use connect on UDP sockets and use sendto/recvfrom instead of send/rec...Youness Alaoui2009-08-202-22/+30
* include sys/time.h in timer.h instead of timer.c since we need it for the str...Youness Alaoui2009-07-242-4/+2
* if MSG_ERRQUEUE is not defined, then make recv_err return something since it'...Youness Alaoui2009-07-241-0/+2
* Fix SHA1 algorithm when strict aliasing is used : http://bugs.archlinux.org/t...Youness Alaoui2009-07-021-2/+2
* Initialize the length to 0 to avoid a compiler warningYouness Alaoui2009-06-161-6/+6
* Attempt to work around binding responses with no mapped address to have inter...Youness Alaoui2009-05-292-1/+5
* Fix confusing docs, addr_len is an IN and OUT variable...Youness Alaoui2009-04-162-6/+12
* Add -n to stunbdc usage stringOlivier CrĂȘte2009-04-161-2/+3
* Fix documentationYouness Alaoui2009-03-312-18/+21
* Updating docsYouness Alaoui2009-03-311-1/+17
* Improve test-turn to test for turnserver locally tooYouness Alaoui2009-03-311-4/+13
* Disable test-turn as its dependent on internet and on an external serverYouness Alaoui2009-03-311-1/+0
* Set test-turn to use turnserver locally instead of numb.viagenie.caYouness Alaoui2009-03-311-5/+5
* Return 0 in stun_agent_finish_message if there is no more slots for saved idsYouness Alaoui2009-03-311-16/+21
* Set libnice specific debug domainsOlivier CrĂȘte2009-03-301-1/+1
* Adding new stun API stun_agent_forget_transaction to forget a saved transacti...Youness Alaoui2009-03-272-0/+33
* useless unit test.. it doesn't test libstun, it only tests the behavior of se...Youness Alaoui2009-03-271-7/+0
* 10x larger saved transaction ids array. In a 2 stream setup with 4 candidates...Youness Alaoui2009-03-191-1/+1
* Change the top_srcdir and ../ directories from Makefile.am to use top_builddi...Youness Alaoui2009-03-052-3/+3
* Install the headers to the appropriate directory and specify how to include t...Youness Alaoui2009-03-053-0/+8
* Move functions and prototypes from one file to another to avoid having to ins...Youness Alaoui2009-03-056-131/+86
* Change includes to minimize non public API from being includedYouness Alaoui2009-03-0510-7/+159
* Fix the stupid wlm2009 crc32 typo without using a global variableYouness Alaoui2009-03-055-21/+12
* Update docs, finish formatting the gtk-doc and add the STUN API to the export...Youness Alaoui2009-03-024-12/+91
* gtk trick to recognize a typedef + struct, use an underscore... allows the co...Youness Alaoui2009-02-231-2/+2
* stun_validater_data renamed to StunDefaultValidaterData for consistent naming...Youness Alaoui2009-02-233-3/+3
* Add documentation for libstun and fix some docs elsewhereYouness Alaoui2009-02-236-57/+605
* fix some warnings by removing gtk-doc comment where not neededYouness Alaoui2009-02-236-6/+20
* Stun agent usage flags are now into an enum tooYouness Alaoui2009-02-232-10/+40
* Remove some turn defines and use an enum instead (StunUsageTurnRequestPorts) ...Youness Alaoui2009-02-232-11/+29
* Clean up utils.[ch] and document the exported functionsYouness Alaoui2009-02-232-98/+103
* Rename STUN_USAGE_TURN_RETURN_RETRY into STUN_USAGE_TURN_RETURN_INVALIDYouness Alaoui2009-02-232-8/+8
* Rename STUN_USAGE_ICE_RETURN_RETRY into STUN_USAGE_ICE_RETURN_INVALIDYouness Alaoui2009-02-232-4/+4
* Rename STUN_USAGE_BIND_RETURN_RETRY into STUN_USAGE_BIND_RETURN_INVALIDYouness Alaoui2009-02-233-7/+7
* Rename stun_has_cookie into stun_message_has_cookieYouness Alaoui2009-02-236-8/+8
* Remove compilation of stun transYouness Alaoui2009-02-231-2/+1
* Move the trans stuff into the bind usage as it's the only place it's needed i...Youness Alaoui2009-02-231-1/+260
* Removing the stun trans usage as it is not really a stun usage... but just he...Youness Alaoui2009-02-232-416/+0
* Add gtk-doc for stunmessage APIYouness Alaoui2009-02-162-103/+313
* Removing unused functionYouness Alaoui2009-02-162-42/+0
* Clean the files from unwanted gtk-doc tagsYouness Alaoui2009-02-164-50/+7
* Change all stun_XXX_t enums/structs into StunXxx to have a common naming conv...Youness Alaoui2009-02-1615-119/+119
* Find and document every message attribute/error code and from which RFC/Draft...Youness Alaoui2009-02-163-69/+238
* No more need to ignore the fingerprint now that we know what was wrong with M...Youness Alaoui2009-02-121-2/+1
* stupid WLM 2009 CRC32 typo workaround (ugly, I know...)Youness Alaoui2009-02-123-2/+17
* yeayyy, stupid WLM2009 seems to generate wrong fingerprints from time to time...Youness Alaoui2009-02-091-1/+2