summaryrefslogtreecommitdiff
path: root/agent
AgeCommit message (Expand)AuthorFilesLines
2015-04-24agent: Fix a utility function being defined unnecessarilyPhilip Withnall1-28/+28
2015-04-24agent: Add a missing cast when compiling without HAVE_GETIFADDRSPhilip Withnall1-1/+1
2015-04-24agent: Move utility function outside #ifdefPhilip Withnall1-5/+5
2015-04-22agent: Print valid string even with no local candidatesOlivier Crête1-1/+1
2015-04-22agent: Fix SDP line countingOlivier Crête1-4/+5
2015-04-20agent: Count m= files to match streamsOlivier Crête1-17/+10
2015-04-20agent: Warn on invalid media types for SDPOlivier Crête2-2/+18
2015-04-20Prefix include guardsOlivier Crête6-18/+18
2015-04-20agent: Improve nice_agent_attach_recv and nice_agent_recv* docsIlya Konstantinov1-5/+29
2015-04-14stun: Add missing format attributes for va_list printf functionsPhilip Withnall1-0/+3
2015-04-14agent: Add API to set local credentialsRohan Garg2-0/+58
2015-04-14agent: Whitespace fixesRohan Garg2-3/+2
2015-03-10agent: Add missing preconditions to public APIPhilip Withnall1-6/+104
2015-03-10agent: Fix documentation to use ‘nul-terminated’ for stringsPhilip Withnall2-4/+4
2015-01-30Remove duplicate ips from nice_interfacesYouness Alaoui1-6/+23
2015-01-20Only change the receiving nicesock for udp-turn for ice-tcpYouness Alaoui1-20/+19
2015-01-02docs: Add various missing documentation comments and update sections.txtPhilip Withnall1-3/+0
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-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-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.80.1.8Olivier Crête5-25/+25
2014-10-09agent: Remove extra post conditionOlivier Crête1-1/+0
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ête2-0/+35
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ête3-3/+32
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-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-09-26agent: Document interaction between closing and removing streamsPhilip Withnall2-2/+6
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