summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* docs: Inform gtk-doc of the libnice namespacePhilip Withnall2015-01-021-1/+1
* docs: Use gtk-doc no-tmpl modePhilip Withnall2015-01-021-1/+1
* docs: Switch from gtk-doc SGML mode to XML modePhilip Withnall2015-01-022-2/+2
* 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
* tests: Use G_SOURCE_[CONTINUE|REMOVE] instead of booleansPhilip Withnall2014-11-061-6/+6
* tests: Fix a memory leak in test-send-recvPhilip Withnall2014-11-061-2/+12
* Add ability to build static GST pluginsNicolas Dufresne2014-11-051-0/+18
* 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
* stun: Rename a symbol to avoid a naming clash with OpenSSLCurieux Tres2014-10-273-4/+4
* 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.8.1Olivier Crête2014-10-091-2/+2
* Version 0.1.80.1.8Olivier Crête2014-10-097-30/+47
* agent: Remove extra post conditionOlivier Crête2014-10-091-1/+0
* udp-turn: Don't dereference priv before check that it's validOlivier Crête2014-10-091-2/+2
* 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-093-0/+36
* 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-094-4/+33
* 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
* build: Update .gitignorePhilip Withnall2014-10-091-0/+1
* 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
* nice.pc: Include ${includedir} directlyOlivier Crête2014-10-081-1/+1
* agent: Document interaction between closing and removing streamsPhilip Withnall2014-09-262-2/+6
* tests: Add more helgrind suppressionsPhilip Withnall2014-09-261-0/+60
* 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
* tests: Add a Valgrind suppression filePhilip Withnall2014-09-253-0/+481
* tests: Fix various memory leaks in the unit testsPhilip Withnall2014-09-2510-1/+142
* 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