summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-05Version 0.1.70.1.7Olivier Crête2-3/+7
2014-05-02stunmessage: Revert another function to use sockaddrOlivier Crête7-13/+16
2014-04-28threaded-example: Make sure the foundation string is NULL terminatedOlivier Crête1-0/+1
2014-04-28Version 0.1.6.1Olivier Crête1-2/+2
2014-04-28Version 0.1.60.1.6Olivier Crête4-5/+20
2014-04-28Fix udp-turn returning wrong message length in socket_recv_messages.Youness Alaoui1-1/+1
2014-04-25agent: Add a missing forward declarationPhilip Withnall1-0/+2
2014-04-25agent: Simplify gathering-done stage of UPnP handlingPhilip Withnall1-19/+23
2014-04-25agent: Tidy up upnp_mapping handlingPhilip Withnall1-16/+5
2014-04-25agent: Document units for NiceAgent::upnp-timeout propertyPhilip Withnall1-3/+3
2014-04-24stunagent: Only declare the long term key valid if the username/realm coudl b...Olivier Crête1-2/+2
2014-04-24example: Prevent possible non-NULL terminated stringOlivier Crête1-0/+1
2014-04-24address: Correctly identify ipv6 link localOlivier Crête1-1/+1
2014-04-24add nice_agent_forget_relays()Guillaume Desmottes5-0/+48
2014-04-24component: Clear turn local candidates when clearing turn serversOlivier Crête5-3/+80
2014-04-24agent: Make the TurnServer structure refcountedOlivier Crête6-10/+40
2014-04-24discovery: Use g_slist_free_full for candidate refresh listOlivier Crête2-11/+6
2014-04-24discovery: Use g_slist_free_full for discovery listOlivier Crête2-10/+5
2014-04-24discovery: Remove never used and leaked msn_turn_* fields in CandidateDiscoveryOlivier Crête2-8/+3
2014-04-24discovery: Remove never used and leaked msn_turn_* fields in CandidateRefreshOlivier Crête2-6/+2
2014-04-24agent: Factor out creating the TurnServer structureOlivier Crête3-11/+29
2014-04-24discovery: Remove duplicated element between CandidateRefresh and NiceCandidateOlivier Crête3-14/+11
2014-04-24discovery: Store NiceCandidate in CandidateRefreshOlivier Crête2-0/+2
2014-04-24component: Make detach_source close the socketOlivier Crête1-2/+6
2014-04-24component: Make is possible to remove a socketOlivier Crête1-47/+75
2014-04-24factor out: component_clean_turn_servers()Guillaume Desmottes2-8/+19
2014-04-24stream: No need to pass RNG to stream_restart()Olivier Crête3-5/+5
2014-04-24conncheck: Only print debug message if actually freeing somethingOlivier Crête1-5/+12
2014-04-24conncheck: Don't fail a stream that has on-going discoveryOlivier Crête1-1/+13
2014-04-24agent: Add nice_agent_restart_stream() to restart a single streamOlivier Crête4-1/+50
2014-04-24stream: Clear connchecks on restart inside streamOlivier Crête3-6/+6
2014-04-24conncheck: Use g_slist_free_full() for conncheck listOlivier Crête1-31/+12
2014-04-24conncheck: Make conn_check_free_item() staticOlivier Crête2-2/+2
2014-04-24conncheck: Only stop conncheck timer if no stream has pending conn checksOlivier Crête1-2/+11
2014-04-24conncheck: Remove useless return value on conn_check_prune_streamOlivier Crête2-8/+2
2014-04-24conncheck: Factor out stopping connectivity checksOlivier Crête1-5/+12
2014-04-24component: Remove return value from *_restart() functions, they can't failOlivier Crête5-16/+10
2014-04-24component: socket has been renamed nicesockOlivier Crête1-1/+1
2014-04-23Add more debug info when adding relaysYouness Alaoui1-2/+3
2014-04-23Protect test-dribble against read->connected->ready state changesYouness Alaoui1-4/+14
2014-04-23Return the correct originating IP on TURNYouness Alaoui1-0/+2
2014-04-23add nice_component_state_to_string()Guillaume Desmottes5-6/+22
2014-04-17pseudotcp: Fix partial acknowledgement of segmentsPhilip Withnall1-1/+8
2014-04-17pseudotcp: Fix an assertion on an invalid calculated RTTPhilip Withnall1-1/+2
2014-04-17tests: Add a test-pseudotcp-fuzzy test for fuzzing PseudoTcpSocketPhilip Withnall3-0/+471
2014-04-16agent: Fix leaks if a component is removed during a recv() callPhilip Withnall1-4/+9
2014-04-15stun: Restore argument type to stun_usage_bind_process(), it's used outside l...Olivier Crête3-11/+13
2014-04-15agent: Factor out a tiny bit of common codePhilip Withnall1-4/+3
2014-04-15agent: Limit printed length of uname and password in debug outputPhilip Withnall1-7/+9
2014-04-15agent: Fix a leak in nice_output_stream_write() with a NULL cancellablePhilip Withnall1-5/+11