index
:
libnice/libnice
latest-release
lock-addr-cache-in-udp-sink
master
test-build-pages
wip/accept-turn-in-verify-remote-cand
wip/phab/T3557-non-unique-pair-foundations
GLib based Interactive Connectivity Establishment (ICE) implementation (RFC 5245) (mirrored from https://gitlab.freedesktop.org/libnice/libnice)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-16
udp-bsd: Protect the GSocketAddress cache with a mutex
lock-addr-cache-in-udp-sink
Olivier Crête
1
-8
/
+22
2018-10-31
agent: check message length before extracting RFC4571 frame size
Jakub Adam
1
-2
/
+2
2018-10-31
udp-turn: handle multiple RFC4571 frames received in a TCP-TURN message
Jakub Adam
3
-1
/
+309
2018-10-31
udp-turn: don't re-iterate incoming TURN control messages
Jakub Adam
1
-9
/
+4
2018-10-31
udp-turn: Start function with lock instead of unlock
Olivier Crête
1
-1
/
+1
2018-10-28
udp-turn: Restore global locks
Olivier Crête
1
-17
/
+119
2018-10-28
udp-turn: Rename misleading function, it's a timeout
Olivier Crête
1
-3
/
+3
2018-10-28
udp-turn: Factor our SendRequest destruction
Olivier Crête
1
-27
/
+15
2018-10-28
component: Replace agent pointer with weak reference
Olivier Crête
6
-73
/
+126
2018-10-28
udp-turn: Restore synchronized seconds timeout
Olivier Crête
1
-6
/
+23
2018-10-28
agent: Remove explicit parent pointers
Olivier Crête
9
-145
/
+172
2018-10-28
Use per-agent locks and GWeakRefs in callbacks from timeout sources
Juan Navarro
10
-325
/
+281
2018-10-21
component: Also accept TCP from udp-turn socket
Olivier Crête
1
-1
/
+2
2018-10-21
Fix build with android NDK r16
Matthew Waters
1
-3
/
+4
2018-10-21
conncheck: don't disable keepalive on TCP if it's explicitly enabled
Michael Olbrich
1
-2
/
+3
2018-10-21
stun: check identifier before using it
Michael Olbrich
1
-1
/
+2
2018-10-21
agent: fix crash with debugging enabled
Michael Olbrich
1
-1
/
+1
2018-10-21
configure: Allow selecting crypto library manually
Olivier Crête
1
-7
/
+33
2018-10-21
stun: Add support to detect OpenSSL
Brendan Shanks
2
-5
/
+18
2018-10-21
stun: Add implementation using OpenSSL for rand/SHA1/MD5
Brendan Shanks
3
-3
/
+97
2018-10-21
openssl: Add ax_check_openssl.m4
Brendan Shanks
1
-0
/
+124
2018-10-21
tests: Remove non-existing mainloop test from Makefile.am
Olivier Crête
1
-2
/
+0
2018-06-21
Add GitLab CI configuration
Olivier Crête
1
-0
/
+42
2018-06-19
docs: Add missing symbols to various sections
Olivier Crête
1
-0
/
+18
2018-06-19
Makefile.am: Replace valgrind.sh with valgrind-test-driver
Olivier Crête
1
-1
/
+1
2018-06-18
Remove Phabricator .arcconfig
Olivier Crête
1
-7
/
+0
2018-06-18
test-bind: define MSG_NOSIGNAL if undefined
Justin Kim
1
-1
/
+3
2018-06-18
Fix queue_clear replaced by queue_free error
Nicolas Dufresne
2
-2
/
+4
2018-06-12
Fix cast-function-type warning introduced in GCC 8
Nicolas Dufresne
8
-28
/
+20
2018-06-06
discovery: fix candidate foundation using valid characters
Miguel París Díaz
1
-2
/
+2
2018-06-06
test-pseudotcp(-fuzzy): Fix format string warnings causing build errors on 32...
Brendan Shanks
2
-3
/
+4
2018-06-06
stun: Also rename windows-specific function
Edward Hervey
1
-1
/
+1
2018-06-06
agent: Redefine socket error messages for windows
Edward Hervey
1
-0
/
+8
2018-05-04
stund: Pass sockaddr_storage size for both families
Olivier Crête
1
-7
/
+2
2018-05-04
stund: Pass the right length for ipv6
Olivier Crête
1
-1
/
+5
2018-05-04
Ignore function case warnings
Olivier Crête
1
-0
/
+1
2018-03-23
agent: don't require "reliable" be TRUE in order to use "ice-tcp"
Jakub Adam
2
-10
/
+6
2018-03-23
discovery: ignore bogus Skype for Business srflx addresses
Jakub Adam
1
-10
/
+21
2018-03-23
agent: make candidate username and password immutable
Fabrice Bellet
1
-6
/
+13
2018-03-23
discovery: ignore all non-relay local candidates when relay is forced
Fabrice Bellet
1
-1
/
+2
2018-03-23
conncheck: dont fail a stream with a empty conncheck list
Fabrice Bellet
1
-3
/
+6
2018-03-23
socket: ping the stun server address on the right socket
Fabrice Bellet
2
-6
/
+10
2018-03-23
conncheck: make debug more homonegeous
Fabrice Bellet
1
-17
/
+18
2018-03-23
conncheck: factorize pair state debug
Fabrice Bellet
1
-38
/
+31
2018-03-23
conncheck: the conncheck send function may fail
Fabrice Bellet
1
-2
/
+10
2018-03-23
test-new-dribble: make credentials swap asymmetric
Fabrice Bellet
1
-32
/
+23
2018-03-23
conncheck: rework early stun requests handling
Fabrice Bellet
3
-145
/
+66
2018-03-22
agent: Fixes incompatible pointer type warning on OSX.
Jozsef Vass
1
-1
/
+1
2017-11-28
conncheck: handle alternate-server for turn relays differently
Youness Alaoui
1
-13
/
+43
2017-11-28
discovery: Increase discovery_unsched_items whenever we restart a check
Youness Alaoui
1
-0
/
+4
[next]