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
/
stunmessage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stun: fix gcc7 implicit fallthrough warning
Fabrice Bellet
2017-06-21
1
-0
/
+1
*
stun: Fix cast-align compiler warning when casting sockaddr
Philip Withnall
2017-03-28
1
-2
/
+10
*
stun: Remove annoying non-error on non-STUN packet
Olivier Crête
2015-06-24
1
-1
/
+0
*
debug: Make debug messages ready for g_log()
Olivier Crête
2014-07-23
1
-7
/
+7
*
stunmessage: Accept NULL terminated buffers for fast speed validation
Olivier Crête
2014-05-17
1
-3
/
+4
*
stunmessage: Revert another function to use sockaddr
Olivier Crête
2014-05-02
1
-4
/
+6
*
Fix possible segfault in stun_message_validate_buffer_length()
Jakub Adam
2014-04-04
1
-1
/
+10
*
stun: Use struct sockaddr_storage * for any pointer that we write to
Olivier Crête
2014-03-31
1
-27
/
+19
*
stun: Add a fast version of stun_message_validate_buffer_length()
Philip Withnall
2014-01-31
1
-13
/
+60
*
stun: Fix potential zero-length memset() call
Philip Withnall
2014-01-31
1
-3
/
+5
*
stun: Fix a use of a function with an aggregate return value
Philip Withnall
2013-12-18
1
-3
/
+2
*
stun: Explicitly avoid a memcpy() from NULL
Philip Withnall
2013-12-18
1
-1
/
+3
*
Fix strict aliasing of sockaddr structures
Philip Withnall
2013-12-18
1
-10
/
+14
*
Add missing ‘default’ cases to switches
Philip Withnall
2013-12-18
1
-2
/
+7
*
Fix coverity issues, remove possibly NULL dereferencing
Youness Alaoui
2011-03-23
1
-2
/
+4
*
Fixing tabs, trailing whitespaces and indentation
Marcus Lundblad
2010-12-14
1
-0
/
+1
*
Remaining changes for RFC 5766
Marcus Lundblad
2010-12-14
1
-1
/
+0
*
MS-TURN support for Microsoft Office Communicator
Jakub Adam
2010-10-01
1
-10
/
+38
*
Fix build on FreeBSD.
Alexis Ballier
2010-03-18
1
-0
/
+1
*
Fix copyright headers for all files
Youness Alaoui
2010-02-16
1
-1
/
+4
*
Initialize the length to 0 to avoid a compiler warning
Youness Alaoui
2009-06-16
1
-6
/
+6
*
Move functions and prototypes from one file to another to avoid having to ins...
Youness Alaoui
2009-03-05
1
-0
/
+50
*
Change includes to minimize non public API from being included
Youness Alaoui
2009-03-05
1
-0
/
+1
*
Rename stun_has_cookie into stun_message_has_cookie
Youness Alaoui
2009-02-23
1
-1
/
+1
*
Clean the files from unwanted gtk-doc tags
Youness Alaoui
2009-02-16
1
-44
/
+0
*
Change all stun_XXX_t enums/structs into StunXxx to have a common naming conv...
Youness Alaoui
2009-02-16
1
-26
/
+26
*
Making the stun_message API use a StunMessageReturn enum instead of errno val...
Youness Alaoui
2009-01-30
1
-63
/
+61
*
Replace all references to 3489BIS into RFC 5389 as it has just been released
Youness Alaoui
2008-11-03
1
-2
/
+2
*
Remove all 'restrict' keywords as they are not supported by MSVC
Youness Alaoui
2008-11-03
1
-10
/
+10
*
workaround for non existing errno macros
Youness Alaoui
2008-10-28
1
-0
/
+9
*
include ws2tcpip.h where needed
Youness Alaoui
2008-10-28
1
-0
/
+1
*
use socklen_t where needed, and cast it to size_t as it defined as an int in ...
Youness Alaoui
2008-10-28
1
-6
/
+6
*
a bit more win32 cmpat
Youness Alaoui
2008-10-28
1
-5
/
+6
*
This is a VERY UGLY HACK!
Youness Alaoui
2008-09-17
1
-0
/
+20
*
Adding the ability to change the XOR value for the XOR-MAPPED-ADDRESS
Youness Alaoui
2008-07-30
1
-2
/
+35
*
Fix a possible bug with buffer overflows
Youness Alaoui
2008-06-16
1
-5
/
+5
*
Fixed tools and binding usage to work with new API
Youness Alaoui
2008-06-13
1
-3
/
+2
*
Updating stun to include an agent
Youness Alaoui
2008-06-06
1
-21
/
+59
*
(WIP) Huge refactoring of functions... first step towards the agent
Youness Alaoui
2008-06-03
1
-0
/
+550