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
*
stun_agent_set_software must also take a const char *, not just a char *
Youness Alaoui
2009-11-04
2
-3
/
+3
*
add SOFTWARE attribute only if we're in the right compatibility mode
Youness Alaoui
2009-11-04
1
-6
/
+6
*
Add a stun_agent_set_software API and correctly append only the first 128 utf...
Youness Alaoui
2009-11-04
4
-12
/
+82
*
use sizeof struct sockaddr instead of sizeof sockadddr_storage for doing the ...
Youness Alaoui
2009-09-10
1
-2
/
+2
*
Do not use connect on UDP sockets and use sendto/recvfrom instead of send/rec...
Youness Alaoui
2009-08-20
2
-22
/
+30
*
include sys/time.h in timer.h instead of timer.c since we need it for the str...
Youness Alaoui
2009-07-24
2
-4
/
+2
*
if MSG_ERRQUEUE is not defined, then make recv_err return something since it'...
Youness Alaoui
2009-07-24
1
-0
/
+2
*
Fix SHA1 algorithm when strict aliasing is used : http://bugs.archlinux.org/t...
Youness Alaoui
2009-07-02
1
-2
/
+2
*
Initialize the length to 0 to avoid a compiler warning
Youness Alaoui
2009-06-16
1
-6
/
+6
*
Attempt to work around binding responses with no mapped address to have inter...
Youness Alaoui
2009-05-29
2
-1
/
+5
*
Fix confusing docs, addr_len is an IN and OUT variable...
Youness Alaoui
2009-04-16
2
-6
/
+12
*
Add -n to stunbdc usage string
Olivier CrĂȘte
2009-04-16
1
-2
/
+3
*
Fix documentation
Youness Alaoui
2009-03-31
2
-18
/
+21
*
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
[next]