index
:
delta/libnice.git
add-ci
latest-release
lock-addr-cache-in-udp-sink
master
msvc-build
passive-close-child
test-build-pages
wip/accept-turn-in-verify-remote-cand
wip/phab/T3557-non-unique-pair-foundations
gitlab.freedesktop.org: libnice/libnice.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stun
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updating docs
Youness Alaoui
2009-03-31
1
-1
/
+17
*
Improve test-turn to test for turnserver locally too
Youness Alaoui
2009-03-31
1
-4
/
+13
*
Disable test-turn as its dependent on internet and on an external server
Youness Alaoui
2009-03-31
1
-1
/
+0
*
Set test-turn to use turnserver locally instead of numb.viagenie.ca
Youness Alaoui
2009-03-31
1
-5
/
+5
*
Return 0 in stun_agent_finish_message if there is no more slots for saved ids
Youness Alaoui
2009-03-31
1
-16
/
+21
*
Set libnice specific debug domains
Olivier CrĂȘte
2009-03-30
1
-1
/
+1
*
Adding new stun API stun_agent_forget_transaction to forget a saved transacti...
Youness Alaoui
2009-03-27
2
-0
/
+33
*
useless unit test.. it doesn't test libstun, it only tests the behavior of se...
Youness Alaoui
2009-03-27
1
-7
/
+0
*
10x larger saved transaction ids array. In a 2 stream setup with 4 candidates...
Youness Alaoui
2009-03-19
1
-1
/
+1
*
Change the top_srcdir and ../ directories from Makefile.am to use top_builddi...
Youness Alaoui
2009-03-05
2
-3
/
+3
*
Install the headers to the appropriate directory and specify how to include t...
Youness Alaoui
2009-03-05
3
-0
/
+8
*
Move functions and prototypes from one file to another to avoid having to ins...
Youness Alaoui
2009-03-05
6
-131
/
+86
*
Change includes to minimize non public API from being included
Youness Alaoui
2009-03-05
10
-7
/
+159
*
Fix the stupid wlm2009 crc32 typo without using a global variable
Youness Alaoui
2009-03-05
5
-21
/
+12
*
Update docs, finish formatting the gtk-doc and add the STUN API to the export...
Youness Alaoui
2009-03-02
4
-12
/
+91
*
gtk trick to recognize a typedef + struct, use an underscore... allows the co...
Youness Alaoui
2009-02-23
1
-2
/
+2
*
stun_validater_data renamed to StunDefaultValidaterData for consistent naming...
Youness Alaoui
2009-02-23
3
-3
/
+3
*
Add documentation for libstun and fix some docs elsewhere
Youness Alaoui
2009-02-23
6
-57
/
+605
*
fix some warnings by removing gtk-doc comment where not needed
Youness Alaoui
2009-02-23
6
-6
/
+20
*
Stun agent usage flags are now into an enum too
Youness Alaoui
2009-02-23
2
-10
/
+40
*
Remove some turn defines and use an enum instead (StunUsageTurnRequestPorts) ...
Youness Alaoui
2009-02-23
2
-11
/
+29
*
Clean up utils.[ch] and document the exported functions
Youness Alaoui
2009-02-23
2
-98
/
+103
*
Rename STUN_USAGE_TURN_RETURN_RETRY into STUN_USAGE_TURN_RETURN_INVALID
Youness Alaoui
2009-02-23
2
-8
/
+8
*
Rename STUN_USAGE_ICE_RETURN_RETRY into STUN_USAGE_ICE_RETURN_INVALID
Youness Alaoui
2009-02-23
2
-4
/
+4
*
Rename STUN_USAGE_BIND_RETURN_RETRY into STUN_USAGE_BIND_RETURN_INVALID
Youness Alaoui
2009-02-23
3
-7
/
+7
*
Rename stun_has_cookie into stun_message_has_cookie
Youness Alaoui
2009-02-23
6
-8
/
+8
*
Remove compilation of stun trans
Youness Alaoui
2009-02-23
1
-2
/
+1
*
Move the trans stuff into the bind usage as it's the only place it's needed i...
Youness Alaoui
2009-02-23
1
-1
/
+260
*
Removing the stun trans usage as it is not really a stun usage... but just he...
Youness Alaoui
2009-02-23
2
-416
/
+0
*
Add gtk-doc for stunmessage API
Youness Alaoui
2009-02-16
2
-103
/
+313
*
Removing unused function
Youness Alaoui
2009-02-16
2
-42
/
+0
*
Clean the files from unwanted gtk-doc tags
Youness Alaoui
2009-02-16
4
-50
/
+7
*
Change all stun_XXX_t enums/structs into StunXxx to have a common naming conv...
Youness Alaoui
2009-02-16
15
-119
/
+119
*
Find and document every message attribute/error code and from which RFC/Draft...
Youness Alaoui
2009-02-16
3
-69
/
+238
*
No more need to ignore the fingerprint now that we know what was wrong with M...
Youness Alaoui
2009-02-12
1
-2
/
+1
*
stupid WLM 2009 CRC32 typo workaround (ugly, I know...)
Youness Alaoui
2009-02-12
3
-2
/
+17
*
yeayyy, stupid WLM2009 seems to generate wrong fingerprints from time to time...
Youness Alaoui
2009-02-09
1
-1
/
+2
*
Allow specifying the fakelen for stun_sha1 and make the WLM2009 compatibility...
Youness Alaoui
2009-02-09
3
-11
/
+51
*
add WLM2009 compatibility mode to libnice and libstun
Youness Alaoui
2009-02-09
2
-8
/
+16
*
Check for endianness at runtime instead of relying on defines that might not ...
Youness Alaoui
2009-02-04
2
-16
/
+28
*
Porting the unit tests to use the new stun API
Youness Alaoui
2009-01-30
5
-110
/
+79
*
removing useless include of errno in stunbdc
Youness Alaoui
2009-01-30
1
-1
/
+0
*
Porting the stun agent to use the new StunMessageReturn API
Youness Alaoui
2009-01-30
1
-6
/
+10
*
Porting stun usage bind to use the new StunUsageTransReturn API
Youness Alaoui
2009-01-30
1
-11
/
+8
*
Porting stun usage bind to use the new StunUsageTimerReturn API
Youness Alaoui
2009-01-30
1
-2
/
+4
*
Porting stun usage bind to use the new StunMessageReturn API
Youness Alaoui
2009-01-30
1
-7
/
+9
*
Porting stun usage ice to use the new StunMessageReturn API
Youness Alaoui
2009-01-30
1
-17
/
+26
*
Porting stun usage turn to use the new StunMessageReturn API
Youness Alaoui
2009-01-30
1
-26
/
+35
*
some code cleaning and removing dead code from stun usage ice
Youness Alaoui
2009-01-30
1
-109
/
+4
*
Port stun usage ice in stun_usage_ice_conncheck_create_reply to use a StunUsa...
Youness Alaoui
2009-01-30
2
-17
/
+24
[next]