summaryrefslogtreecommitdiff
path: root/agent
Commit message (Expand)AuthorAgeFilesLines
* Fix agent leak in case component socket is reset remotelyPhilip Withnall2015-08-291-1/+2
* agent: Remove unused inet_pton() functionPhilip Withnall2015-08-181-31/+0
* conncheck: set writable callback to socket from TCP active connectJakub Adam2015-07-033-1/+9
* pseudotcp: Only define errnos on Windows if not already definedPhilip Withnall2015-07-011-0/+12
* Use G_GSIZE_FORMAT instead of %zuFelix Schlitter2015-06-301-1/+1
* Split "verbose" on-every-packet messages to a verbose logOlivier Crête2015-06-243-25/+51
* Removing no-op assignmentYouness Alaoui2015-05-051-1/+0
* Do not compare scope for IPv6 address when scope is 0Youness Alaoui2015-05-051-2/+4
* Do not update a remote candidate's typeYouness Alaoui2015-05-051-1/+1
* agent: Remove unnecessary NULL checkPhilip Withnall2015-05-031-9/+7
* agent: Fix a utility function being defined unnecessarilyPhilip Withnall2015-04-241-28/+28
* agent: Add a missing cast when compiling without HAVE_GETIFADDRSPhilip Withnall2015-04-241-1/+1
* agent: Move utility function outside #ifdefPhilip Withnall2015-04-241-5/+5
* 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-202-2/+18
* Prefix include guardsOlivier Crête2015-04-206-18/+18
* agent: Improve nice_agent_attach_recv and nice_agent_recv* docsIlya Konstantinov2015-04-201-5/+29
* stun: Add missing format attributes for va_list printf functionsPhilip Withnall2015-04-141-0/+3
* agent: Add API to set local credentialsRohan Garg2015-04-142-0/+58
* agent: Whitespace fixesRohan Garg2015-04-142-3/+2
* agent: Add missing preconditions to public APIPhilip Withnall2015-03-101-6/+104
* agent: Fix documentation to use ‘nul-terminated’ for stringsPhilip Withnall2015-03-102-4/+4
* Remove duplicate ips from nice_interfacesYouness Alaoui2015-01-301-6/+23
* Only change the receiving nicesock for udp-turn for ice-tcpYouness Alaoui2015-01-201-20/+19
* docs: Add various missing documentation comments and update sections.txtPhilip Withnall2015-01-021-3/+0
* 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