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
/
usages
Commit message (
Expand
)
Author
Age
Files
Lines
*
agent: Fix spelling
Jakub Adam
2019-01-14
1
-1
/
+1
*
Fix little bugs found by clang-analyzer
Olivier Crête
2018-12-27
1
-0
/
+2
*
stun: check identifier before using it
Michael Olbrich
2018-10-21
1
-1
/
+2
*
turn: Add support for ALTERNATE_SERVER in OC2007 Compatibility
Youness Alaoui
2017-11-28
2
-0
/
+15
*
stun: Fix FD leak in test/utility code
Philip Withnall
2017-09-12
1
-7
/
+22
*
stun timer: make properties for stun timer tunables
Fabrice Bellet
2017-06-12
1
-1
/
+5
*
stun timer: fix timeout of the last retransmission
Fabrice Bellet
2017-04-11
1
-1
/
+5
*
Make clang-analyzer happy
Olivier Crête
2017-04-04
1
-1
/
+3
*
stun: Use unions fix alignment issues
Olivier Crête
2017-04-03
1
-3
/
+15
*
ms-ice: calculate FINGERPRINT according to [MS-ICE2]
Jakub Adam
2016-10-26
1
-0
/
+14
*
stun: add STUN_USAGE_ICE_COMPATIBILITY_MSICE2
Jakub Adam
2016-10-26
2
-11
/
+15
*
stun timer: Do 7 retransmissions as recommended
Olivier Crête
2016-06-06
1
-2
/
+5
*
timer: Maximum retransmission should include the original one
Olivier Crête
2016-06-06
1
-1
/
+1
*
stun: fix ice role conflict handling
Fabrice Bellet
2016-05-27
1
-2
/
+7
*
stun turn usage: Only send the username if short term creds or nonce present
Olivier Crête
2016-05-26
1
-3
/
+9
*
ice: fix the debug of the presence of the controlling/controlled attrib
Fabrice Bellet
2016-03-05
1
-1
/
+15
*
docs: Add various missing documentation comments and update sections.txt
Philip Withnall
2015-01-02
2
-1
/
+27
*
debug: Make debug messages ready for g_log()
Olivier Crête
2014-07-23
3
-44
/
+44
*
Add support for MS-TURN in OC2007 compatibility turn usage
Youness Alaoui
2014-05-15
1
-2
/
+24
*
stunmessage: Revert another function to use sockaddr
Olivier Crête
2014-05-02
1
-1
/
+1
*
stun: Restore argument type to stun_usage_bind_process(), it's used outside l...
Olivier Crête
2014-04-15
2
-9
/
+11
*
stun: Use struct sockaddr_storage * for any pointer that we write to
Olivier Crête
2014-03-31
6
-33
/
+28
*
stun: Add missing switch cases
Philip Withnall
2014-01-31
1
-0
/
+3
*
stun: Fix a use of a function with an aggregate return value
Philip Withnall
2013-12-18
1
-3
/
+3
*
Fix strict aliasing of sockaddr structures
Philip Withnall
2013-12-18
2
-13
/
+27
*
Add missing ‘default’ cases to switches
Philip Withnall
2013-12-18
3
-0
/
+18
*
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
*
Add support for windows's compilation through MinGW
Nader Morshed
2011-11-30
3
-3
/
+5
*
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
*
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
1
-0
/
+7
*
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
1
-1
/
+0
*
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
*
Fixing tabs, trailing whitespaces and indentation
Marcus Lundblad
2010-12-14
1
-3
/
+3
*
Track permission per peer, take one (untested so far...)
Marcus Lundblad
2010-12-14
1
-0
/
+1
*
Remaining changes for RFC 5766
Marcus Lundblad
2010-12-14
2
-6
/
+74
*
MS-TURN support for Microsoft Office Communicator
Jakub Adam
2010-10-01
2
-1
/
+7
*
Compatibility with MSOC 2007 R2
Jakub Adam
2010-10-01
2
-3
/
+36
*
Make stun_timer timeouts configurable (breaks API)
Youness Alaoui
2010-09-29
3
-30
/
+60
*
Change the compatibility modes from DRAFT19 to RFC5245
Youness Alaoui
2010-05-19
2
-4
/
+11
*
Fix various gtk-doc warnings/errors and typos
Youness Alaoui
2010-02-16
2
-3
/
+3
*
Fix copyright headers for all files
Youness Alaoui
2010-02-16
8
-8
/
+32
*
in order to please coverity, do not have the return at the end of the functio...
Youness Alaoui
2009-11-19
1
-2
/
+2
*
avoid warning by using fd argument when MSG_ERRQUEUE is undefined
Youness Alaoui
2009-11-13
1
-0
/
+1
[next]