index
:
~slomo/libnice
master
task-pool
Unnamed repository; edit this file 'description' to name the repository.
slomo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stun
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-11
stun: Use dynamic array instead of stack allocated array
David Feurle
1
-1
/
+3
2015-02-11
stun: Use sprintf() instead of snprintf() to support VS 2010
Philip Withnall
1
-1
/
+1
2015-01-02
docs: Add various missing documentation comments and update sections.txt
Philip Withnall
5
-1
/
+165
2014-10-27
stun: Rename a symbol to avoid a naming clash with OpenSSL
Curieux Tres
3
-4
/
+4
2014-09-01
stun: Make a warning message more prominent
Philip Withnall
1
-1
/
+1
2014-08-18
stun: Fix definition of ssize_t on Windows
Philip Withnall
1
-2
/
+12
2014-07-23
debug: Make debug messages ready for g_log()
Olivier Crête
8
-94
/
+116
2014-07-22
Check error code 438 for TURN Nonce expired
Livio Madaro
1
-1
/
+1
2014-07-22
Use sockaddr for stun_usage_bind_process in unit test
Youness Alaoui
1
-6
/
+11
2014-05-17
stunmessage: Accept NULL terminated buffers for fast speed validation
Olivier Crête
2
-5
/
+7
2014-05-15
Add support for MS-TURN in OC2007 compatibility turn usage
Youness Alaoui
2
-2
/
+27
2014-05-02
stunmessage: Revert another function to use sockaddr
Olivier Crête
5
-10
/
+13
2014-04-24
stunagent: Only declare the long term key valid if the username/realm coudl b...
Olivier Crête
1
-2
/
+2
2014-04-15
stun: Restore argument type to stun_usage_bind_process(), it's used outside l...
Olivier Crête
2
-9
/
+11
2014-04-04
Fix possible segfault in stun_message_validate_buffer_length()
Jakub Adam
1
-1
/
+10
2014-04-03
build: Check for [s]size_t before redefining them on MinGW
Philip Withnall
1
-1
/
+4
2014-03-31
stun: Use struct sockaddr_storage * for any pointer that we write to
Olivier Crête
16
-142
/
+134
2014-03-31
stun tests: Fix a bunch of issues found by more aggressive GCC warnings
Olivier Crête
4
-52
/
+57
2014-01-31
stun: Add a fast version of stun_message_validate_buffer_length()
Philip Withnall
2
-13
/
+107
2014-01-31
stun: Use SHA1 iteration functions directly in HMAC calculation
Philip Withnall
1
-53
/
+26
2014-01-31
stun: Add missing switch cases
Philip Withnall
2
-0
/
+11
2014-01-31
stun: Fix potential zero-length memset() call
Philip Withnall
1
-3
/
+5
2014-01-31
stun: Make the MD5 code strict-aliasing correct
Olivier Crête
2
-16
/
+19
2014-01-02
stun: Add printf function attribute
Philip Withnall
1
-0
/
+7
2014-01-02
stun: Fix format specifier for a size_t variable
Philip Withnall
1
-1
/
+2
2013-12-26
configure: Verify that the compiler understands warning cflags
Olivier Crête
2
-2
/
+2
2013-12-23
stun: Indications are never authentication when using long term auth
Olivier Crête
1
-1
/
+2
2013-12-18
stun: Fix a use of a function with an aggregate return value
Philip Withnall
2
-6
/
+5
2013-12-18
stun: Explicitly avoid a memcpy() from NULL
Philip Withnall
1
-1
/
+3
2013-12-18
stun: Remove unused variables
Philip Withnall
1
-2
/
+0
2013-12-18
Fix strict aliasing of sockaddr structures
Philip Withnall
6
-37
/
+66
2013-12-18
Add missing ‘default’ cases to switches
Philip Withnall
6
-3
/
+36
2012-05-01
Use %lu for long unsigned int when calling printf
Rohan Garg
1
-1
/
+1
2012-03-23
Use len instead of buf_len to check whether or not data was received properly
Rohan Garg
1
-1
/
+1
2012-03-12
Properly ifdef windows headers in order to get compiles working on linux again
Rohan Garg
1
-1
/
+1
2012-03-05
Fixed mingw/msys compilation. Definition for intptr_t was missing
Filippo Della Betta
1
-0
/
+1
2012-03-05
Fixed compiling on Visual Studio and removed getsockname before bind. Added W...
Filippo Della Betta
1
-12
/
+23
2012-03-05
Fixed compile on mingw/msys platform
Filippo Della Betta
1
-0
/
+5
2012-02-23
set nonblocking mode for socket on Windows
Livio Madaro
1
-0
/
+6
2012-02-17
Fixed warnings on Visual Studio platform
Filippo Della Betta
1
-1
/
+1
2012-02-15
Added typedef on size_t and ssize_t that are not defined on Visual Studio pla...
Filippo Della Betta
1
-0
/
+5
2012-02-15
Included the replacement header win32_common.h instead of the missing header ...
Filippo Della Betta
1
-0
/
+4
2012-02-14
Use size of the MD5Context, not size of the pointer
Rohan Garg
1
-1
/
+1
2012-02-09
stund: Use recvfrom/sendto instead of recvmsg/sendmsg
Youness Alaoui
1
-67
/
+15
2012-02-09
stund: Set message length (fixes infinite loop) when receiving unknown attrib...
John Selbie
1
-1
/
+1
2011-12-19
Changes windows specific headers to lower case
Siraj Razick
1
-1
/
+1
2011-11-30
Add support for windows's compilation through MinGW
Nader Morshed
9
-15
/
+25
2011-10-13
Remove warnings on stun/tests
Timothy Redaelli
1
-1
/
+2
2011-09-07
Fix support for solaris
Apostolos Syropoulos
1
-0
/
+4
2011-08-29
Google puts the STUN cookie, but doesn't follow RFC 5389
Olivier Crête
1
-1
/
+2
[next]