summaryrefslogtreecommitdiff
path: root/agent
Commit message (Expand)AuthorAgeFilesLines
* agent: Use provided CandidatePair rather than re-finding a pairwip/phab/T3557-non-unique-pair-foundationsPhilip Withnall2016-02-051-4/+7
* agent: Fix not setting UPnP timeout on second gather_candidates()Mike Ruprecht2016-01-181-3/+3
* pseudotcp: Use labs() rather than abs() for handling long integersPhilip Withnall2015-10-211-1/+1
* agent: Correctly namespace Component and its methodsPhilip Withnall2015-10-0112-261/+235
* agent: Correctly namespace Stream and its methodsPhilip Withnall2015-10-0112-180/+165
* agent: Turn Component into a GObjectPhilip Withnall2015-10-012-67/+263
* agent: Turn Stream into a GObjectPhilip Withnall2015-10-012-15/+77
* agent: Remove redundant GLIB_CHECK_VERSION macrosPhilip Withnall2015-10-011-24/+0
* conncheck: rename priv_process_response_check_for_peer_reflexive()Jakub Adam2015-09-111-3/+3
* conncheck: generate candidate pair for valid srflx candidateJakub Adam2015-09-111-14/+16
* agent: check for base socket in _tcp_sock_is_writable()Jakub Adam2015-09-111-1/+1
* agent: Add assertions to check component state transitions are validPhilip Withnall2015-09-032-17/+86
* candidate: use distinct priority also for non-MS compatibilitiesJakub Adam2015-09-021-1/+2
* conncheck: give temporary candidate_priority a base_addrJakub Adam2015-09-021-0/+1
* ms-ice: ensure distinct candidate priority for multihomed hostsJakub Adam2015-09-021-1/+39
* discovery: assign candidate priority after base_addr is setJakub Adam2015-09-021-15/+15
* 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