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: Restore argument type to stun_usage_bind_process(), it's used outside l...
Olivier Crête
2014-04-15
2
-9
/
+11
*
Fix possible segfault in stun_message_validate_buffer_length()
Jakub Adam
2014-04-04
1
-1
/
+10
*
build: Check for [s]size_t before redefining them on MinGW
Philip Withnall
2014-04-03
1
-1
/
+4
*
stun: Use struct sockaddr_storage * for any pointer that we write to
Olivier Crête
2014-03-31
16
-142
/
+134
*
stun tests: Fix a bunch of issues found by more aggressive GCC warnings
Olivier Crête
2014-03-31
4
-52
/
+57
*
stun: Add a fast version of stun_message_validate_buffer_length()
Philip Withnall
2014-01-31
2
-13
/
+107
*
stun: Use SHA1 iteration functions directly in HMAC calculation
Philip Withnall
2014-01-31
1
-53
/
+26
*
stun: Add missing switch cases
Philip Withnall
2014-01-31
2
-0
/
+11
*
stun: Fix potential zero-length memset() call
Philip Withnall
2014-01-31
1
-3
/
+5
*
stun: Make the MD5 code strict-aliasing correct
Olivier Crête
2014-01-31
2
-16
/
+19
*
stun: Add printf function attribute
Philip Withnall
2014-01-02
1
-0
/
+7
*
stun: Fix format specifier for a size_t variable
Philip Withnall
2014-01-02
1
-1
/
+2
*
configure: Verify that the compiler understands warning cflags
Olivier Crête
2013-12-26
2
-2
/
+2
*
stun: Indications are never authentication when using long term auth
Olivier Crête
2013-12-23
1
-1
/
+2
*
stun: Fix a use of a function with an aggregate return value
Philip Withnall
2013-12-18
2
-6
/
+5
*
stun: Explicitly avoid a memcpy() from NULL
Philip Withnall
2013-12-18
1
-1
/
+3
*
stun: Remove unused variables
Philip Withnall
2013-12-18
1
-2
/
+0
*
Fix strict aliasing of sockaddr structures
Philip Withnall
2013-12-18
6
-37
/
+66
*
Add missing ‘default’ cases to switches
Philip Withnall
2013-12-18
6
-3
/
+36
*
Use %lu for long unsigned int when calling printf
Rohan Garg
2012-05-01
1
-1
/
+1
*
Use len instead of buf_len to check whether or not data was received properly
Rohan Garg
2012-03-23
1
-1
/
+1
*
Properly ifdef windows headers in order to get compiles working on linux again
Rohan Garg
2012-03-12
1
-1
/
+1
*
Fixed mingw/msys compilation. Definition for intptr_t was missing
Filippo Della Betta
2012-03-05
1
-0
/
+1
*
Fixed compiling on Visual Studio and removed getsockname before bind. Added W...
Filippo Della Betta
2012-03-05
1
-12
/
+23
*
Fixed compile on mingw/msys platform
Filippo Della Betta
2012-03-05
1
-0
/
+5
*
set nonblocking mode for socket on Windows
Livio Madaro
2012-02-23
1
-0
/
+6
*
Fixed warnings on Visual Studio platform
Filippo Della Betta
2012-02-17
1
-1
/
+1
*
Added typedef on size_t and ssize_t that are not defined on Visual Studio pla...
Filippo Della Betta
2012-02-15
1
-0
/
+5
*
Included the replacement header win32_common.h instead of the missing header ...
Filippo Della Betta
2012-02-15
1
-0
/
+4
*
Use size of the MD5Context, not size of the pointer
Rohan Garg
2012-02-14
1
-1
/
+1
*
stund: Use recvfrom/sendto instead of recvmsg/sendmsg
Youness Alaoui
2012-02-09
1
-67
/
+15
*
stund: Set message length (fixes infinite loop) when receiving unknown attrib...
John Selbie
2012-02-09
1
-1
/
+1
*
Changes windows specific headers to lower case
Siraj Razick
2011-12-19
1
-1
/
+1
*
Add support for windows's compilation through MinGW
Nader Morshed
2011-11-30
9
-15
/
+25
*
Remove warnings on stun/tests
Timothy Redaelli
2011-10-13
1
-1
/
+2
*
Fix support for solaris
Apostolos Syropoulos
2011-09-07
1
-0
/
+4
*
Google puts the STUN cookie, but doesn't follow RFC 5389
Olivier Crête
2011-08-29
1
-1
/
+2
*
Avoid a possible coverity false positive
Youness Alaoui
2011-03-23
1
-0
/
+2
*
Change variable buffer_len into attribute_len: variable already exists in dif...
Youness Alaoui
2011-03-23
1
-5
/
+5
*
Add some new APIs to sha1 module, unused for now
Youness Alaoui
2011-03-23
2
-9
/
+75
*
Fix coverity issues, remove possibly NULL dereferencing
Youness Alaoui
2011-03-23
1
-2
/
+4
*
Also initialize the number of timer retransmissions
Sjoerd Simons
2011-02-09
1
-0
/
+1
*
define SOL_IPV6 to IPPROTO_IPV6 if not defined
Youness Alaoui
2011-01-17
2
-0
/
+11
*
Refuse to create a permission without a peer instead of not sending the XOR_P...
Youness Alaoui
2010-12-17
1
-5
/
+6
*
Some minor changes, code cleaning
Youness Alaoui
2010-12-16
2
-2
/
+1
*
Fix lines that are > 80 chars
Youness Alaoui
2010-12-14
1
-1
/
+2
*
Fix compilation errors as a result of the rebase
Youness Alaoui
2010-12-14
1
-1
/
+1
*
fix indentation issues
Youness Alaoui
2010-12-14
1
-34
/
+34
*
Remove unnessesary changes
Marcus Lundblad
2010-12-14
1
-3
/
+0
*
Revert value for test TURN server
Marcus Lundblad
2010-12-14
1
-1
/
+1
[next]