summaryrefslogtreecommitdiff
path: root/stun
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow specifying the fakelen for stun_sha1 and make the WLM2009 compatibility...Youness Alaoui2009-02-093-11/+51
* add WLM2009 compatibility mode to libnice and libstunYouness Alaoui2009-02-092-8/+16
* Check for endianness at runtime instead of relying on defines that might not ...Youness Alaoui2009-02-042-16/+28
* Porting the unit tests to use the new stun APIYouness Alaoui2009-01-305-110/+79
* removing useless include of errno in stunbdcYouness Alaoui2009-01-301-1/+0
* Porting the stun agent to use the new StunMessageReturn APIYouness Alaoui2009-01-301-6/+10
* Porting stun usage bind to use the new StunUsageTransReturn APIYouness Alaoui2009-01-301-11/+8
* Porting stun usage bind to use the new StunUsageTimerReturn APIYouness Alaoui2009-01-301-2/+4
* Porting stun usage bind to use the new StunMessageReturn APIYouness Alaoui2009-01-301-7/+9
* Porting stun usage ice to use the new StunMessageReturn APIYouness Alaoui2009-01-301-17/+26
* Porting stun usage turn to use the new StunMessageReturn APIYouness Alaoui2009-01-301-26/+35
* some code cleaning and removing dead code from stun usage iceYouness Alaoui2009-01-301-109/+4
* Port stun usage ice in stun_usage_ice_conncheck_create_reply to use a StunUsa...Youness Alaoui2009-01-302-17/+24