summaryrefslogtreecommitdiff
path: root/agent/agent-priv.h
Commit message (Expand)AuthorAgeFilesLines
* agent: Resolve STUN server IP addressOlivier Crête2023-01-041-0/+3
* agent: Support adding optional headers to HTTP proxy clientJohan Sternerup2022-05-261-0/+1
* agent: Add support for bytestream TCPOle André Vadla Ravnås2021-11-221-1/+1
* agent: keep a track of the candidate refreshes being prunedFabrice Bellet2021-04-201-0/+1
* agent: implement support for RFC7675 - Consent FreshnessMatthew Waters2020-12-101-0/+6
* agent: Move UPnP handling to each streamOlivier Crête2020-10-211-4/+2
* agent: Don't hold hard ref while removing streamOlivier Crête2020-05-181-0/+1
* conncheck: rework the stun requests ordering per timer tickFabrice Bellet2020-05-141-1/+0
* conncheck: explicitely order the type of stun requests per timer tickFabrice Bellet2020-05-141-0/+1
* agent: fix tcp connection to turn serversFabrice Bellet2020-05-081-0/+4
* conncheck: display priorities in debug by spliting their valuesFabrice Bellet2020-02-131-0/+5
* agent: refactor conncheck update_selected_pairFabrice Bellet2020-02-111-1/+0
* conncheck: prune oversized conncheck list based on pair stateFabrice Bellet2020-02-101-1/+1
* conncheck: define a property for a final idle timeoutFabrice Bellet2019-07-041-13/+2
* agent: G_GNUC_FALLTHROUGH macro for compatibility with older glibJakub Adam2019-05-091-0/+8
* conncheck: NOMINATION STUN attribute supportAndrey Skryabin2019-05-081-0/+1
* agent: trickle ICE modeJakub Adam2019-03-081-0/+1
* agent: Expose input_message_get_size() in agent-priv.hJakub Adam2018-12-181-0/+3
* Use per-agent locks and GWeakRefs in callbacks from timeout sourcesJuan Navarro2018-10-281-3/+11
* agent: prevent external role change while conncheck is runningFabrice Bellet2017-11-271-1/+3
* conncheck: fix the component failed transitionFabrice Bellet2017-06-211-0/+14
* conncheck: implement ice regular nomination methodFabrice Bellet2017-06-121-0/+8
* stun timer: make properties for stun timer tunablesFabrice Bellet2017-06-121-1/+3
* agent: Drop packets not from validated addressesOlivier Crête2017-04-111-0/+2
* agent: remove unused agent propertyFabrice Bellet2016-06-231-1/+0
* agent: Add force-relay property to force messages through the relayOlivier Crête2016-05-301-0/+1
* agent: Add warning on ignored resultOlivier Crête2016-05-201-1/+1
* conncheck: implement a "triggered queue" listFabrice Bellet2016-04-041-0/+1
* agent: Correctly namespace Component and its methodsPhilip Withnall2015-10-011-1/+1
* agent: Correctly namespace Stream and its methodsPhilip Withnall2015-10-011-3/+3
* conncheck: set writable callback to socket from TCP active connectJakub Adam2015-07-031-0/+2
* Split "verbose" on-every-packet messages to a verbose logOlivier Crête2015-06-241-0/+4
* agent: Avoid leaking UPnP mappings between streamsOlivier Crête2014-10-091-0/+3
* agent: Improve comments for container element typesPhilip Withnall2014-09-221-1/+1
* agent: Clear existing GSource timeouts before adding new onesPhilip Withnall2014-09-191-2/+2
* agent: Add names to timer GSourcesPhilip Withnall2014-09-191-1/+2
* agent: Put one StunAgent per ComponentOlivier Crête2014-09-011-1/+2
* agent: Add "keepalive-conncheck" property to make keepalives be conncheckOlivier Crête2014-08-211-0/+1
* Add support for ICE-TCPYouness Alaoui2014-05-171-0/+2
* Add support for RFC4571 framing (packetized mode) for ICE-TCP candidatesYouness Alaoui2014-05-171-0/+1
* Add support for MS-ICE2 candidate priorization for OC2007R2 compatibilityYouness Alaoui2014-05-151-0/+4
* Remove priority functions from public header file and move to agent-priv.hYouness Alaoui2014-05-151-0/+18
* Add a nice_socket_send_reliable API for internal use.Youness Alaoui2014-05-151-0/+3
* Some refactoring to allow for ice-tcp (non pseudotcp reliable)Youness Alaoui2014-05-151-2/+2
* agent: Delay signal emission after the lock has been releasedOlivier Crête2014-02-241-0/+3
* agent: Fix inlining of nice_debug() if NDEBUG is definedPhilip Withnall2014-02-241-2/+2
* agent: Add nice_input_message_iter_compare()Philip Withnall2014-02-241-0/+3
* agent: Avoid calling nice_address_to_string() when debugging is disabledOlivier Crête2014-01-311-0/+16
* Remove the "length" parameter from NiceOutputMessageOlivier Crête2014-01-311-1/+5
* socket: Add vectored I/O support for sending on socketsPhilip Withnall2014-01-311-0/+3