summaryrefslogtreecommitdiff
path: root/agent
Commit message (Expand)AuthorAgeFilesLines
* agent: set consent timeout to value specified in RFC 7675HEADmasterMathieu Duponchelle2023-05-161-1/+1
* Use ifr_ifindex on LinuxKlemens Nanni2023-01-091-2/+11
* Use ifr_index to fix build on OpenBSDKlemens Nanni2023-01-091-3/+3
* Fix build with clangChristoph Reiter2023-01-091-1/+1
* interfaces: Only use `ifr_ifindex` if OS supports itOle André Vadla Ravnås2023-01-061-0/+6
* address: Add introspection-friendly to_string_dupJames Westman2023-01-062-1/+24
* agent: Allow getting UDP candidates from a TURN server over TCPOlivier Crête2023-01-041-7/+2
* agent: Resolve TURN server IP addressesOlivier Crête2023-01-045-28/+277
* agent: Resolve STUN server IP addressOlivier Crête2023-01-043-21/+168
* candidate: fix assertions caused by API guards in new address APIMathieu Duponchelle2022-11-191-2/+2
* conncheck: Limit ichecks based on propertyOlivier Crête2022-10-172-10/+18
* interfaces: Add API to find the interface index from a local addressOlivier Crête2022-07-252-0/+166
* candidate: Copy stun_server with candidateOlivier Crête2022-06-011-0/+2
* address: Add Boxed TypeOlivier Crête2022-05-262-0/+7
* agent: Support adding optional headers to HTTP proxy clientJohan Sternerup2022-05-262-2/+46
* Conncheck: renomination: set use_candidate for pending check on early inbound...Andrey Skryabin2022-05-261-15/+62
* Conncheck: always updating remote_consent.last_received for selected pair on ...Andrey Skryabin2022-05-261-4/+5
* Conncheck: recheck consent timeout overflow fixAndrey Skryabin2022-05-201-1/+1
* candidate: Add utility function to get STUN server addressPhilippe Normand2022-05-097-13/+62
* agent: Initialize variableOlivier Crête2022-05-031-0/+1
* candidate: Add utility function to get TURN relay addressPhilippe Normand2022-05-032-0/+24
* agent: Hold ref while doing async closeOlivier Crête2022-04-201-0/+5
* Don't try to use link-local addresses outside local networkJohan Sternerup2022-04-064-3/+56
* agent: Fix warning about required glib versionNirbheek Chauhan2022-03-212-2/+2
* agent: Convert g_print() to nice_debug()Nirbheek Chauhan2022-03-211-1/+2
* agent: Clear the original message pointer instead of a copyOlivier Crête2021-11-261-2/+2
* agent: Consume data before removing disconnected socketOle André Vadla Ravnås2021-11-221-2/+3
* iostream: Implement close() for ICE-TCP alsoOle André Vadla Ravnås2021-11-224-12/+41
* component: Clear buffer pointers to avoid potential double freeOle André Vadla Ravnås2021-11-221-0/+2
* agent: Add support for bytestream TCPOle André Vadla Ravnås2021-11-225-158/+415
* conncheck: don't ignore local socket errorsFabrice Bellet2021-11-221-2/+8
* agent: Handle failure to create TCP TURN socketOle André Vadla Ravnås2021-11-031-6/+11
* conncheck: schedule the connection check in most relevant placesFabrice Bellet2021-11-023-15/+10
* Remove g_assert_cmp* macros outside of the unit testsOlivier Crête2021-11-016-35/+35
* agent: ensure suceeded and discovered pairs fail the same timeFabrice Bellet2021-11-011-0/+22
* agent: Unify constructors into nice_agent_new_fullJuan Navarro2021-11-012-14/+4
* component: reset the stun agent on ice restartFabrice Bellet2021-10-043-3/+10
* nice: Bring new symbols to 0.1.19Olivier Crête2021-08-192-3/+3
* nice: Export nice_candidate_transport_to_stringOlivier Crête2021-08-191-1/+1
* nice: Export nice_candidate_type_to_stringOlivier Crête2021-08-191-1/+1
* agent: Simplify accepting state changes to FAILEDOlivier Crête2021-07-201-5/+1
* agent: Accept any transition back to the gathering stateOlivier Crête2021-07-201-3/+3
* pseudotcp: Disable Nagle algorithm by defaultOle André Vadla Ravnås2021-05-101-1/+1
* agent: Remove duplicated early returnOlivier Crête2021-05-031-4/+0
* agent: Avoid leak on programming errorOlivier Crête2021-05-031-1/+3
* conncheck: Free password in more obvious wayOlivier Crête2021-05-031-5/+5
* agent: avoid leak of all turn refreshes when disposing the agentFabrice Bellet2021-04-202-23/+23
* discovery: fix asynchronous agent refreshes pruningFabrice Bellet2021-04-201-0/+9
* agent: avoid leak of turn refreshesFabrice Bellet2021-04-201-0/+9
* agent: warn when closing the agent with alive turn refreshesFabrice Bellet2021-04-201-0/+5