summaryrefslogtreecommitdiff
path: root/agent
Commit message (Expand)AuthorAgeFilesLines
* agent: Document G_MESSAGES_DEBUG and NICE_DEBUGPhilip Withnall2014-12-271-2/+12
* agent: Handle EWOULDBLOCK when transmitting pseudo-TCP segmentsPhilip Withnall2014-12-171-1/+8
* pseudotcp: Do roll-over safe assertionOlivier Crête2014-12-081-1/+1
* agent: Add debug output for lifetime of Components and StreamsPhilip Withnall2014-11-142-0/+26
* agent: Expand simple example in documentation to mention GMainContextPhilip Withnall2014-10-301-2/+10
* agent: Close pseudo-TCP socket earlier in component_close()Philip Withnall2014-10-301-3/+14
* Fix documentation relating to how remote crendentials should be set for new I...Youness Alaoui2014-10-091-1/+15
* agent: ignore externally set peer-reflexive candidatesYouness Alaoui2014-10-091-0/+4
* Version 0.1.80.1.8Olivier Crête2014-10-095-25/+25
* 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
* pseudotcp: Print unsigned int with %u not %dOlivier Crête2014-10-091-16/+16
* agent: Add function to retrieve the current component stateOlivier Crête2014-10-092-0/+35
* agent: Make the stun-pacing-timer app configurableOlivier Crête2014-10-091-1/+1
* pseudotcp: Set default RTO to 1 secondOlivier Crête2014-10-091-1/+1
* conncheck: Computer STUN retransmission timeout (RTO) dynamicallyOlivier Crête2014-10-091-3/+33
* discovery: Remove extra \n in g_debug()Olivier Crête2014-10-091-1/+1
* agent: Only add pairs once on gathering doneOlivier Crête2014-10-093-4/+6
* conncheck: Insert the candidates sorted after setting the priorityOlivier Crête2014-10-091-3/+3
* conncheck: Insert peer reflexive pair sortedOlivier Crête2014-10-091-1/+3
* conncheck: Don't remove elements in the conncheck list while iterating itOlivier Crête2014-10-091-30/+50
* agent: Avoid leaking UPnP mappings between streamsOlivier Crête2014-10-093-3/+32
* 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
* component: On ICE restart reset selected pair priority to 0Olivier Crête2014-10-091-0/+3
* agent: Add some preconditions to public APIPhilip Withnall2014-10-091-0/+5
* outputstream: Fix double unrefOlivier Crête2014-10-091-1/+0
* agent: Remove socket source on HUPOlivier Crête2014-10-091-0/+18
* agent: Declare the stream to be CONNECTED only if a pair is selectedOlivier Crête2014-10-091-10/+10
* agent: Document interaction between closing and removing streamsPhilip Withnall2014-09-262-2/+6
* agent: Delay some assignments until the agent is lockedPhilip Withnall2014-09-261-2/+5
* agent: Warn if a Component is freed without first being closedPhilip Withnall2014-09-251-0/+5
* agent: Close Streams before freeing themPhilip Withnall2014-09-251-0/+1
* agent: Check STUN buffer is non-NULL before getting its message IDPhilip Withnall2014-09-251-2/+4
* agent: Fix a leak of a GCancellable and its GSourcePhilip Withnall2014-09-252-5/+10
* agent: Fix a minor leak in an error handling pathPhilip Withnall2014-09-251-0/+1
* conncheck: Don't use CandidateRefresh after freeing itOlivier Crête2014-09-231-3/+9
* agent: Eliminate a memset() for local variable initialisationPhilip Withnall2014-09-231-3/+1
* agent: Use g_slist_free_full() to reduce codePhilip Withnall2014-09-232-23/+6
* agent: Add some preconditions to internal APIPhilip Withnall2014-09-233-2/+21
* agent: Add some preconditions to public APIPhilip Withnall2014-09-232-1/+9
* 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: Remove dangling pointers on NiceSocket destructionPhilip Withnall2014-09-225-0/+103
* agent: Factor out state transition to FAILED for CandidateCheckPairsPhilip Withnall2014-09-221-13/+19
* agent: Factor out free function for IncomingCheckPhilip Withnall2014-09-223-19/+16
* agent: Improve comments for container element typesPhilip Withnall2014-09-223-5/+5
* agent: Clear existing GSource timeouts before adding new onesPhilip Withnall2014-09-194-48/+53
* agent: Add names to timer GSourcesPhilip Withnall2014-09-194-19/+33