summaryrefslogtreecommitdiff
path: root/agent
Commit message (Expand)AuthorAgeFilesLines
...
* agent: don't allocate large arrays on the stackFabrice Bellet2021-04-203-17/+29
* agent: keep a track of the candidate refreshes being prunedFabrice Bellet2021-04-205-0/+35
* interfaces: Skip special interfaces on Apple OSesOle André Vadla Ravnås2021-04-191-0/+25
* interfaces: Skip special interfaces on Apple OSesOle André Vadla Ravnås2021-04-201-0/+18
* agent: reset remote credentials when restarting iceFabrice Bellet2021-03-051-0/+7
* agent: transition to state gathering when restarting iceFabrice Bellet2021-03-052-3/+8
* agent: don't change agent role when restarting iceFabrice Bellet2021-03-051-8/+0
* Add (in) annotation to buf_len argumentdemotomohiro2021-03-051-2/+2
* interfaces: Accept only IPv4/IPv4 addresses using ioctl() methodOlivier Crête2021-02-251-17/+30
* interfaces: Fix small warnings on Win32Olivier Crête2021-02-161-2/+1
* agent: reject addition of peer-reflexive remote candidatesFabrice Bellet2020-12-141-0/+2
* discovery: use the address of a relayed candidate for its foundationFabrice Bellet2020-12-141-20/+39
* discovery: remove turn refresh after discarding relay candidateFabrice Bellet2020-12-143-18/+37
* discovery: redundant candidates should have the same transportFabrice Bellet2020-12-141-0/+2
* discovery: use a single server reflexive and relay local candidateFabrice Bellet2020-12-141-1/+18
* interfaces: skip unhandled interface families earlyFabrice Bellet2020-12-141-0/+4
* agent: set component is state gathering earlierFabrice Bellet2020-12-142-10/+5
* candidate: fix unused variableFabrice Bellet2020-12-141-2/+1
* agent: implement support for RFC7675 - Consent FreshnessMatthew Waters2020-12-107-127/+282
* interfaces: IPv6 addresses can have a scope and be very longOlivier Crête2020-12-071-1/+1
* conncheck: fix a buggy state transitionFabrice Bellet2020-12-071-4/+8
* agent: report duplicated port in udp bsd sockets tooFabrice Bellet2020-12-072-39/+59
* conncheck: better handle remote tcp disconnectionFabrice Bellet2020-12-073-13/+41
* component: Fix potential NULL deferenceOlivier Crête2020-10-261-1/+2
* conncheck: add stun transaction id of stun ping response in debugging logsChi Liu2020-10-211-9/+18
* agent: Start connchecks when credentials are setOlivier Crête2020-10-211-0/+1
* agent: Move UPnP handling to each streamOlivier Crête2020-10-216-203/+301
* conncheck: Only valid stun messages used for KeepaliveJohan Sternerup2020-10-202-1/+1
* agent: Enable both UDP and TCP to the same TURN serverJohan Sternerup2020-09-171-40/+56
* candidate: Hide the internal implementation from APIOlivier Crête2020-08-209-242/+341
* agent: Actually fail gathering on UDP port unavailabilityOlivier Crête2020-08-182-3/+10
* Ignore interfaces in windowsAmi Perlmutter2020-08-131-0/+25
* address: Use unionOlivier Crête2020-08-101-2/+10
* agent: Accept duplicated ports if no other optionOlivier Crête2020-07-213-13/+47
* candidate: Make debug string functions publicOlivier Crête2020-07-213-45/+75
* interfaces: Fix code style for function declarationsNirbheek Chauhan2020-07-091-3/+6
* interfaces: Fix fetching of interfaces on Win32Nirbheek Chauhan2020-07-091-89/+85
* interfaces: Remove unused win32 codeNirbheek Chauhan2020-07-091-36/+0
* interfaces: Port to GetBestInterfaceEx for UWP compatNirbheek Chauhan2020-07-091-2/+15
* interfaces: Add debug logging to sockaddr_to_stringNirbheek Chauhan2020-07-091-3/+14
* agent: Don't go haywire if only a partial message is availableOlivier Crête2020-06-261-11/+27
* conncheck: add a check to move into the ready state after a pair failedFabrice Bellet2020-05-221-6/+27
* agent: Remove test that is not requiredOlivier Crête2020-05-221-2/+3
* Remove autotools buildTim-Philipp Müller2020-05-221-135/+0
* conncheck: do not always remove pair in triggered check listFabrice Bellet2020-05-191-2/+20
* agent: Don't hold hard ref while removing streamOlivier Crête2020-05-184-8/+26
* conncheck: clear the retransmit flag when the stun list is emptyFabrice Bellet2020-05-181-29/+13
* conncheck: add a missing component state transitionFabrice Bellet2020-05-181-9/+9
* conncheck: remove a redundant testFabrice Bellet2020-05-181-3/+0
* conncheck: do not change the pair state in triggered check queueFabrice Bellet2020-05-181-11/+26