summaryrefslogtreecommitdiff
path: root/agent/agent.c
Commit message (Expand)AuthorAgeFilesLines
* Version 0.1.140.1.14Olivier Crête2017-04-031-1/+1
* agent: Only try to use the address of the same family to connect to TURNJakub Adam2017-04-031-0/+5
* agent: Eliminate duplicate debug in agent_recv_message_unlocked()Jakub Adam2017-04-031-5/+7
* agent: Improve debug in component_io_cb()Jakub Adam2017-04-031-6/+11
* stun: add STUN_COMPATIBILITY_MSICE2Jakub Adam2016-10-261-2/+2
* stun: add STUN_USAGE_ICE_COMPATIBILITY_MSICE2Jakub Adam2016-10-261-2/+2
* agent: Don't ask upnp to remove not yet allocated candidatesOlivier Crête2016-06-211-0/+3
* agent: read from the correct TCP-TURN socketJakub Adam2016-06-211-1/+1
* agent: rework gathering failures on auto-generated IPsFabrice Bellet2016-06-201-27/+30
* agent: Parse TURN packet on the right socketOlivier Crête2016-06-021-1/+5
* Revert "WIP"Olivier Crête2016-05-311-4/+1
* WIPOlivier Crête2016-05-311-1/+4
* agent: Remove socket on read errorOlivier Crête2016-05-301-0/+4
* component: Add API to cleanly remove a base socketOlivier Crête2016-05-301-1/+1
* agent: Fix udp-turn-over-tcpOlivier Crête2016-05-301-2/+1
* agent: Add force-relay property to force messages through the relayOlivier Crête2016-05-301-9/+80
* Replace g_malloc/g_new with g_alloca where possibleOlivier Crête2016-05-301-4/+2
* conncheck: fix the replay of early incoming connchecksOlivier Crête2016-05-271-1/+1
* agent: Restrict transitions to gatheringOlivier Crête2016-05-271-0/+2
* agent: ignore gathering failures on auto-generated IPsOlivier Crête2016-05-271-0/+4
* agent: Don't emit signal in the middle of recv callOlivier Crête2016-05-261-1/+1
* agent: Update type of peer-reflexive candidate on trickled candidateOlivier Crête2016-05-261-0/+14
* agent: Only try to use the address of the same family to connect to TURNOlivier Crête2016-05-261-1/+3
* Reset to connecting if reconnected after failedOlivier Crête2016-05-261-2/+4
* agent: remove newline from debug outputFabrice Bellet2016-04-041-2/+2
* socket: refactor nice_socket_is_base_of()Jakub Adam2016-04-041-2/+2
* conncheck: implement a "triggered queue" listFabrice Bellet2016-04-041-3/+1
* agent: Fix argument orderOlivier Crête2016-03-061-1/+1
* agent: fix relay candidate discovery on hosts having several IPsJakub Adam2016-03-021-1/+2
* agent: Fix not setting UPnP timeout on second gather_candidates()Mike Ruprecht2016-01-181-3/+3
* agent: Correctly namespace Component and its methodsPhilip Withnall2015-10-011-78/+79
* agent: Correctly namespace Stream and its methodsPhilip Withnall2015-10-011-74/+76
* agent: Remove redundant GLIB_CHECK_VERSION macrosPhilip Withnall2015-10-011-24/+0
* 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-031-17/+77
* Fix agent leak in case component socket is reset remotelyPhilip Withnall2015-08-291-1/+2
* conncheck: set writable callback to socket from TCP active connectJakub Adam2015-07-031-1/+1
* Split "verbose" on-every-packet messages to a verbose logOlivier Crête2015-06-241-25/+25
* Removing no-op assignmentYouness Alaoui2015-05-051-1/+0
* Do not update a remote candidate's typeYouness Alaoui2015-05-051-1/+1
* agent: Remove unnecessary NULL checkPhilip Withnall2015-05-031-9/+7
* 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-201-0/+12
* agent: Add API to set local credentialsRohan Garg2015-04-141-0/+31
* agent: Whitespace fixesRohan Garg2015-04-141-2/+2
* agent: Add missing preconditions to public APIPhilip Withnall2015-03-101-6/+104
* Only change the receiving nicesock for udp-turn for ice-tcpYouness Alaoui2015-01-201-20/+19
* agent: Handle EWOULDBLOCK when transmitting pseudo-TCP segmentsPhilip Withnall2014-12-171-1/+8