summaryrefslogtreecommitdiff
path: root/agent/agent.c
Commit message (Expand)AuthorAgeFilesLines
* agent: Print valid string even with no local candidatesOlivier Crête2015-04-221-1/+1
* agent: Fix SDP line countingOlivier Crête2015-04-221-4/+5
* agent: Count m= files to match streamsOlivier Crête2015-04-201-17/+10
* agent: Warn on invalid media types for SDPOlivier Crête2015-04-201-0/+12
* agent: Add API to set local credentialsRohan Garg2015-04-141-0/+31
* agent: Whitespace fixesRohan Garg2015-04-141-2/+2
* agent: Add missing preconditions to public APIPhilip Withnall2015-03-101-6/+104
* Only change the receiving nicesock for udp-turn for ice-tcpYouness Alaoui2015-01-201-20/+19
* agent: Handle EWOULDBLOCK when transmitting pseudo-TCP segmentsPhilip Withnall2014-12-171-1/+8
* agent: ignore externally set peer-reflexive candidatesYouness Alaoui2014-10-091-0/+4
* Version 0.1.80.1.8Olivier Crête2014-10-091-10/+10
* agent: Remove extra post conditionOlivier Crête2014-10-091-1/+0
* agent: Pass all packets that are not acceptable STUN packets to the applicationOlivier Crête2014-10-091-9/+4
* agent: Re-emit gathering done after a new relay has been setOlivier Crête2014-10-091-0/+2
* agent: Add function to retrieve the current component stateOlivier Crête2014-10-091-0/+17
* agent: Make the stun-pacing-timer app configurableOlivier Crête2014-10-091-1/+1
* agent: Only add pairs once on gathering doneOlivier Crête2014-10-091-1/+2
* agent: Avoid leaking UPnP mappings between streamsOlivier Crête2014-10-091-0/+21
* agent: Avoid restarting the GUPnP client on every gatherOlivier Crête2014-10-091-24/+27
* agent: Ignore UPnP mappings after the UPnP discovery has finishedOlivier Crête2014-10-091-0/+3
* agent: Add some preconditions to public APIPhilip Withnall2014-10-091-0/+5
* agent: Remove socket source on HUPOlivier Crête2014-10-091-0/+18
* agent: Delay some assignments until the agent is lockedPhilip Withnall2014-09-261-2/+5
* agent: Close Streams before freeing themPhilip Withnall2014-09-251-0/+1
* agent: Fix a minor leak in an error handling pathPhilip Withnall2014-09-251-0/+1
* agent: Add some preconditions to public APIPhilip Withnall2014-09-231-0/+5
* agent: Clear GSource timeout also for GUPnP timeoutOlivier Crête2014-09-221-1/+1
* agent: Drop valid but unmatched STUN packetsPhilip Withnall2014-09-221-5/+18
* agent: Clear existing GSource timeouts before adding new onesPhilip Withnall2014-09-191-5/+21
* agent: Add names to timer GSourcesPhilip Withnall2014-09-191-4/+6
* agent: Put one StunAgent per ComponentOlivier Crête2014-09-011-42/+65
* agent: Agent can reach EOS after having received somethingPhilip Withnall2014-09-011-1/+1
* agent: Fix locking when calling component_free()Philip Withnall2014-08-271-1/+6
* agent: Split component_free() into component_[close|free]()Philip Withnall2014-08-271-0/+1
* agent: Fix initialisation of the agent mutex for old GLib versionsPhilip Withnall2014-08-251-1/+1
* agent: Add missing bracketPhilip Withnall2014-08-251-1/+1
* agent: Add missing stream-closed checks for pseudo-TCPPhilip Withnall2014-08-231-14/+20
* agent: Handle EPIPE from pseudo_tcp_socket_send()Philip Withnall2014-08-211-1/+2
* agent: Don’t clear the PseudoTcpSocket on errorPhilip Withnall2014-08-211-1/+0
* agent: Tidy up a few variable referencesPhilip Withnall2014-08-211-4/+3
* agent: Rearchitect message handling to use GErrors for EWOULDBLOCKPhilip Withnall2014-08-211-19/+65
* agent: Add "keepalive-conncheck" property to make keepalives be conncheckOlivier Crête2014-08-211-0/+38
* Revert "agent: Separate reliability from ice-tcp vs ice-udp"Olivier Crête2014-07-251-4/+3
* Cast the current time for pseudotcp timeout calculation into guint32Youness Alaoui2014-07-251-2/+2
* Do not access component if it was destroyed when calling the io callbackYouness Alaoui2014-07-221-0/+9
* agent: Fix infinite loop when the peer closes a TCP connection remotelyYouness Alaoui2014-07-121-0/+13
* agent: Add debugging when parsing addressesPhilip Withnall2014-07-071-1/+3
* agent: Factor our writability signalOlivier Crête2014-07-071-11/+15
* agent: Fix typos in documentationPhilip Withnall2014-07-071-2/+2
* agent: Separate reliability from ice-tcp vs ice-udpOlivier Crête2014-05-171-3/+4