summaryrefslogtreecommitdiff
path: root/agent/agent.c
Commit message (Expand)AuthorAgeFilesLines
* agent: Adjust the nice_agent_new_full() to use flagsOlivier Crête2017-06-211-4/+5
* agent: remove spurious newlinesFabrice Bellet2017-06-211-1/+1
* agent: add new pairs only for gathering streamsFabrice Bellet2017-06-211-0/+11
* conncheck: implement ice regular nomination methodFabrice Bellet2017-06-121-0/+59
* stun timer: make properties for stun timer tunablesFabrice Bellet2017-06-121-0/+97
* agent: Use base_addr to generate rport in SDPOlivier Crête2017-06-081-1/+1
* agent: Ignore remote candidate of non-accepted typesOlivier Crête2017-04-111-0/+7
* agent: Drop packets not from validated addressesOlivier Crête2017-04-111-2/+18
* agent: Remove impossible caseOlivier Crête2017-04-041-1/+2
* agent: Separate return from NiceSocket and internal enumOlivier Crête2017-04-041-16/+19
* Make clang-analyzer happyOlivier Crête2017-04-041-1/+0
* agent: Don't set variable that won't be usedOlivier Crête2017-04-041-1/+0
* conncheck: consider answer received when remote credentials are setMiguel París Díaz2017-04-041-2/+2
* 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