summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-28Version 0.1.90.1.9Olivier Crête2-3/+9
2015-01-20Only change the receiving nicesock for udp-turn for ice-tcpYouness Alaoui1-20/+19
2015-01-02docs: Enable documentation checks during `make check` by defaultPhilip Withnall1-3/+4
2015-01-02docs: Add 0.1.8 API to the documentation indexPhilip Withnall1-0/+4
2015-01-02docs: Add various missing documentation comments and update sections.txtPhilip Withnall7-4/+173
2015-01-02docs: Inform gtk-doc of the libnice namespacePhilip Withnall1-1/+1
2015-01-02docs: Use gtk-doc no-tmpl modePhilip Withnall1-1/+1
2015-01-02docs: Switch from gtk-doc SGML mode to XML modePhilip Withnall2-2/+2
2014-12-27agent: Document G_MESSAGES_DEBUG and NICE_DEBUGPhilip Withnall1-2/+12
2014-12-17agent: Handle EWOULDBLOCK when transmitting pseudo-TCP segmentsPhilip Withnall1-1/+8
2014-12-08pseudotcp: Do roll-over safe assertionOlivier Crête1-1/+1
2014-11-14agent: Add debug output for lifetime of Components and StreamsPhilip Withnall2-0/+26
2014-11-06tests: Use G_SOURCE_[CONTINUE|REMOVE] instead of booleansPhilip Withnall1-6/+6
2014-11-06tests: Fix a memory leak in test-send-recvPhilip Withnall1-2/+12
2014-11-05Add ability to build static GST pluginsNicolas Dufresne1-0/+18
2014-10-30agent: Expand simple example in documentation to mention GMainContextPhilip Withnall1-2/+10
2014-10-30agent: Close pseudo-TCP socket earlier in component_close()Philip Withnall1-3/+14
2014-10-27stun: Rename a symbol to avoid a naming clash with OpenSSLCurieux Tres3-4/+4
2014-10-09Fix documentation relating to how remote crendentials should be set for new I...Youness Alaoui1-1/+15
2014-10-09agent: ignore externally set peer-reflexive candidatesYouness Alaoui1-0/+4
2014-10-09Version 0.1.8.1Olivier Crête1-2/+2
2014-10-09Version 0.1.80.1.8Olivier Crête7-30/+47
2014-10-09agent: Remove extra post conditionOlivier Crête1-1/+0
2014-10-09udp-turn: Don't dereference priv before check that it's validOlivier Crête1-2/+2
2014-10-09agent: Pass all packets that are not acceptable STUN packets to the applicationOlivier Crête1-9/+4
2014-10-09agent: Re-emit gathering done after a new relay has been setOlivier Crête1-0/+2
2014-10-09pseudotcp: Print unsigned int with %u not %dOlivier Crête1-16/+16
2014-10-09agent: Add function to retrieve the current component stateOlivier Crête3-0/+36
2014-10-09agent: Make the stun-pacing-timer app configurableOlivier Crête1-1/+1
2014-10-09pseudotcp: Set default RTO to 1 secondOlivier Crête1-1/+1
2014-10-09conncheck: Computer STUN retransmission timeout (RTO) dynamicallyOlivier Crête1-3/+33
2014-10-09discovery: Remove extra \n in g_debug()Olivier Crête1-1/+1
2014-10-09agent: Only add pairs once on gathering doneOlivier Crête3-4/+6
2014-10-09conncheck: Insert the candidates sorted after setting the priorityOlivier Crête1-3/+3
2014-10-09conncheck: Insert peer reflexive pair sortedOlivier Crête1-1/+3
2014-10-09conncheck: Don't remove elements in the conncheck list while iterating itOlivier Crête1-30/+50
2014-10-09agent: Avoid leaking UPnP mappings between streamsOlivier Crête4-4/+33
2014-10-09agent: Avoid restarting the GUPnP client on every gatherOlivier Crête1-24/+27
2014-10-09agent: Ignore UPnP mappings after the UPnP discovery has finishedOlivier Crête1-0/+3
2014-10-09component: On ICE restart reset selected pair priority to 0Olivier Crête1-0/+3
2014-10-09agent: Add some preconditions to public APIPhilip Withnall1-0/+5
2014-10-09build: Update .gitignorePhilip Withnall1-0/+1
2014-10-09outputstream: Fix double unrefOlivier Crête1-1/+0
2014-10-09agent: Remove socket source on HUPOlivier Crête1-0/+18
2014-10-09agent: Declare the stream to be CONNECTED only if a pair is selectedOlivier Crête1-10/+10
2014-10-08nice.pc: Include ${includedir} directlyOlivier Crête1-1/+1
2014-09-26agent: Document interaction between closing and removing streamsPhilip Withnall2-2/+6
2014-09-26tests: Add more helgrind suppressionsPhilip Withnall1-0/+60
2014-09-26agent: Delay some assignments until the agent is lockedPhilip Withnall1-2/+5
2014-09-25agent: Warn if a Component is freed without first being closedPhilip Withnall1-0/+5