summaryrefslogtreecommitdiff
path: root/stun
AgeCommit message (Expand)AuthorFilesLines
2009-05-29Attempt to work around binding responses with no mapped address to have inter...Youness Alaoui2-1/+5
2009-04-16Fix confusing docs, addr_len is an IN and OUT variable...Youness Alaoui2-6/+12
2009-04-16Add -n to stunbdc usage stringOlivier CrĂȘte1-2/+3
2009-03-31Fix documentationYouness Alaoui2-18/+21
2009-03-31Updating docsYouness Alaoui1-1/+17
2009-03-31Improve test-turn to test for turnserver locally tooYouness Alaoui1-4/+13
2009-03-31Disable test-turn as its dependent on internet and on an external serverYouness Alaoui1-1/+0
2009-03-31Set test-turn to use turnserver locally instead of numb.viagenie.caYouness Alaoui1-5/+5
2009-03-31Return 0 in stun_agent_finish_message if there is no more slots for saved idsYouness Alaoui1-16/+21
2009-03-30Set libnice specific debug domainsOlivier CrĂȘte1-1/+1
2009-03-27Adding new stun API stun_agent_forget_transaction to forget a saved transacti...Youness Alaoui2-0/+33
2009-03-27useless unit test.. it doesn't test libstun, it only tests the behavior of se...Youness Alaoui1-7/+0
2009-03-1910x larger saved transaction ids array. In a 2 stream setup with 4 candidates...Youness Alaoui1-1/+1
2009-03-05Change the top_srcdir and ../ directories from Makefile.am to use top_builddi...Youness Alaoui2-3/+3
2009-03-05Install the headers to the appropriate directory and specify how to include t...Youness Alaoui3-0/+8
2009-03-05Move functions and prototypes from one file to another to avoid having to ins...Youness Alaoui6-131/+86
2009-03-05Change includes to minimize non public API from being includedYouness Alaoui10-7/+159
2009-03-05Fix the stupid wlm2009 crc32 typo without using a global variableYouness Alaoui5-21/+12
2009-03-02Update docs, finish formatting the gtk-doc and add the STUN API to the export...Youness Alaoui4-12/+91
2009-02-23gtk trick to recognize a typedef + struct, use an underscore... allows the co...Youness Alaoui1-2/+2
2009-02-23stun_validater_data renamed to StunDefaultValidaterData for consistent naming...Youness Alaoui3-3/+3
2009-02-23Add documentation for libstun and fix some docs elsewhereYouness Alaoui6-57/+605
2009-02-23fix some warnings by removing gtk-doc comment where not neededYouness Alaoui6-6/+20
2009-02-23Stun agent usage flags are now into an enum tooYouness Alaoui2-10/+40
2009-02-23Remove some turn defines and use an enum instead (StunUsageTurnRequestPorts) ...Youness Alaoui2-11/+29
2009-02-23Clean up utils.[ch] and document the exported functionsYouness Alaoui2-98/+103
2009-02-23Rename STUN_USAGE_TURN_RETURN_RETRY into STUN_USAGE_TURN_RETURN_INVALIDYouness Alaoui2-8/+8
2009-02-23Rename STUN_USAGE_ICE_RETURN_RETRY into STUN_USAGE_ICE_RETURN_INVALIDYouness Alaoui2-4/+4
2009-02-23Rename STUN_USAGE_BIND_RETURN_RETRY into STUN_USAGE_BIND_RETURN_INVALIDYouness Alaoui3-7/+7
2009-02-23Rename stun_has_cookie into stun_message_has_cookieYouness Alaoui6-8/+8
2009-02-23Remove compilation of stun transYouness Alaoui1-2/+1
2009-02-23Move the trans stuff into the bind usage as it's the only place it's needed i...Youness Alaoui1-1/+260
2009-02-23Removing the stun trans usage as it is not really a stun usage... but just he...Youness Alaoui2-416/+0
2009-02-16Add gtk-doc for stunmessage APIYouness Alaoui2-103/+313
2009-02-16Removing unused functionYouness Alaoui2-42/+0
2009-02-16Clean the files from unwanted gtk-doc tagsYouness Alaoui4-50/+7
2009-02-16Change all stun_XXX_t enums/structs into StunXxx to have a common naming conv...Youness Alaoui15-119/+119
2009-02-16Find and document every message attribute/error code and from which RFC/Draft...Youness Alaoui3-69/+238
2009-02-12No more need to ignore the fingerprint now that we know what was wrong with M...Youness Alaoui1-2/+1
2009-02-12stupid WLM 2009 CRC32 typo workaround (ugly, I know...)Youness Alaoui3-2/+17
2009-02-09yeayyy, stupid WLM2009 seems to generate wrong fingerprints from time to time...Youness Alaoui1-1/+2
2009-02-09Allow specifying the fakelen for stun_sha1 and make the WLM2009 compatibility...Youness Alaoui3-11/+51
2009-02-09add WLM2009 compatibility mode to libnice and libstunYouness Alaoui2-8/+16
2009-02-04Check for endianness at runtime instead of relying on defines that might not ...Youness Alaoui2-16/+28
2009-01-30Porting the unit tests to use the new stun APIYouness Alaoui5-110/+79
2009-01-30removing useless include of errno in stunbdcYouness Alaoui1-1/+0
2009-01-30Porting the stun agent to use the new StunMessageReturn APIYouness Alaoui1-6/+10
2009-01-30Porting stun usage bind to use the new StunUsageTransReturn APIYouness Alaoui1-11/+8
2009-01-30Porting stun usage bind to use the new StunUsageTimerReturn APIYouness Alaoui1-2/+4
2009-01-30Porting stun usage bind to use the new StunMessageReturn APIYouness Alaoui1-7/+9