index
:
libnice/libnice
latest-release
master
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
2014-05-05
Version 0.1.7
0.1.7
Olivier Crête
2
-3
/
+7
2014-05-02
stunmessage: Revert another function to use sockaddr
Olivier Crête
7
-13
/
+16
2014-04-28
threaded-example: Make sure the foundation string is NULL terminated
Olivier Crête
1
-0
/
+1
2014-04-28
Version 0.1.6.1
Olivier Crête
1
-2
/
+2
2014-04-28
Version 0.1.6
0.1.6
Olivier Crête
4
-5
/
+20
2014-04-28
Fix udp-turn returning wrong message length in socket_recv_messages.
Youness Alaoui
1
-1
/
+1
2014-04-25
agent: Add a missing forward declaration
Philip Withnall
1
-0
/
+2
2014-04-25
agent: Simplify gathering-done stage of UPnP handling
Philip Withnall
1
-19
/
+23
2014-04-25
agent: Tidy up upnp_mapping handling
Philip Withnall
1
-16
/
+5
2014-04-25
agent: Document units for NiceAgent::upnp-timeout property
Philip Withnall
1
-3
/
+3
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-24
example: Prevent possible non-NULL terminated string
Olivier Crête
1
-0
/
+1
2014-04-24
address: Correctly identify ipv6 link local
Olivier Crête
1
-1
/
+1
2014-04-24
add nice_agent_forget_relays()
Guillaume Desmottes
5
-0
/
+48
2014-04-24
component: Clear turn local candidates when clearing turn servers
Olivier Crête
5
-3
/
+80
2014-04-24
agent: Make the TurnServer structure refcounted
Olivier Crête
6
-10
/
+40
2014-04-24
discovery: Use g_slist_free_full for candidate refresh list
Olivier Crête
2
-11
/
+6
2014-04-24
discovery: Use g_slist_free_full for discovery list
Olivier Crête
2
-10
/
+5
2014-04-24
discovery: Remove never used and leaked msn_turn_* fields in CandidateDiscovery
Olivier Crête
2
-8
/
+3
2014-04-24
discovery: Remove never used and leaked msn_turn_* fields in CandidateRefresh
Olivier Crête
2
-6
/
+2
2014-04-24
agent: Factor out creating the TurnServer structure
Olivier Crête
3
-11
/
+29
2014-04-24
discovery: Remove duplicated element between CandidateRefresh and NiceCandidate
Olivier Crête
3
-14
/
+11
2014-04-24
discovery: Store NiceCandidate in CandidateRefresh
Olivier Crête
2
-0
/
+2
2014-04-24
component: Make detach_source close the socket
Olivier Crête
1
-2
/
+6
2014-04-24
component: Make is possible to remove a socket
Olivier Crête
1
-47
/
+75
2014-04-24
factor out: component_clean_turn_servers()
Guillaume Desmottes
2
-8
/
+19
2014-04-24
stream: No need to pass RNG to stream_restart()
Olivier Crête
3
-5
/
+5
2014-04-24
conncheck: Only print debug message if actually freeing something
Olivier Crête
1
-5
/
+12
2014-04-24
conncheck: Don't fail a stream that has on-going discovery
Olivier Crête
1
-1
/
+13
2014-04-24
agent: Add nice_agent_restart_stream() to restart a single stream
Olivier Crête
4
-1
/
+50
2014-04-24
stream: Clear connchecks on restart inside stream
Olivier Crête
3
-6
/
+6
2014-04-24
conncheck: Use g_slist_free_full() for conncheck list
Olivier Crête
1
-31
/
+12
2014-04-24
conncheck: Make conn_check_free_item() static
Olivier Crête
2
-2
/
+2
2014-04-24
conncheck: Only stop conncheck timer if no stream has pending conn checks
Olivier Crête
1
-2
/
+11
2014-04-24
conncheck: Remove useless return value on conn_check_prune_stream
Olivier Crête
2
-8
/
+2
2014-04-24
conncheck: Factor out stopping connectivity checks
Olivier Crête
1
-5
/
+12
2014-04-24
component: Remove return value from *_restart() functions, they can't fail
Olivier Crête
5
-16
/
+10
2014-04-24
component: socket has been renamed nicesock
Olivier Crête
1
-1
/
+1
2014-04-23
Add more debug info when adding relays
Youness Alaoui
1
-2
/
+3
2014-04-23
Protect test-dribble against read->connected->ready state changes
Youness Alaoui
1
-4
/
+14
2014-04-23
Return the correct originating IP on TURN
Youness Alaoui
1
-0
/
+2
2014-04-23
add nice_component_state_to_string()
Guillaume Desmottes
5
-6
/
+22
2014-04-17
pseudotcp: Fix partial acknowledgement of segments
Philip Withnall
1
-1
/
+8
2014-04-17
pseudotcp: Fix an assertion on an invalid calculated RTT
Philip Withnall
1
-1
/
+2
2014-04-17
tests: Add a test-pseudotcp-fuzzy test for fuzzing PseudoTcpSocket
Philip Withnall
3
-0
/
+471
2014-04-16
agent: Fix leaks if a component is removed during a recv() call
Philip Withnall
1
-4
/
+9
2014-04-15
stun: Restore argument type to stun_usage_bind_process(), it's used outside l...
Olivier Crête
3
-11
/
+13
2014-04-15
agent: Factor out a tiny bit of common code
Philip Withnall
1
-4
/
+3
2014-04-15
agent: Limit printed length of uname and password in debug output
Philip Withnall
1
-7
/
+9
2014-04-15
agent: Fix a leak in nice_output_stream_write() with a NULL cancellable
Philip Withnall
1
-5
/
+11
[next]