summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* gitlab-ci: Fix typoOlivier Crête2022-11-061-1/+1
* ci: Expose full code coverage report to GitLabOlivier Crête2022-10-173-3/+6
* ci: Add code coverage to MRsOlivier Crête2022-10-171-1/+3
* Add configuration file for lcovPatrick Griffis2022-10-171-0/+14
* ci: Export JUnit reportOlivier Crête2022-10-171-0/+8
* ci: Use fdo templatesOlivier Crête2022-10-173-16/+50
* conncheck: Limit ichecks based on propertyOlivier Crête2022-10-172-10/+18
* udp-bsd: Explicitly bind to the interface when creating a socketOlivier Crête2022-07-291-0/+28
* interfaces: Add API to find the interface index from a local addressOlivier Crête2022-07-254-0/+168
* candidate: Copy stun_server with candidateOlivier Crête2022-06-011-0/+2
* version: Add NICE_CHECK_VERSION to the documentationOlivier Crête2022-05-263-1/+14
* address: Add Boxed TypeOlivier Crête2022-05-264-0/+11
* agent: Support adding optional headers to HTTP proxy clientJohan Sternerup2022-05-264-17/+76
* 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
* NICE_CHECK_VERSION: fix unexpected "git = next version" assumptionTim-Philipp Müller2022-05-261-3/+1
* Fix NICE_CHECK_VERSION in public installTim-Philipp Müller2022-05-263-1/+12
* Conncheck: recheck consent timeout overflow fixAndrey Skryabin2022-05-201-1/+1
* candidate: Add utility function to get STUN server addressPhilippe Normand2022-05-099-13/+64
* docs: Add index for symbols added in 0.1.20Philippe Normand2022-05-051-0/+4
* Add NICE_CHECK_VERSION macroPhilippe Normand2022-05-052-0/+12
* agent: Initialize variableOlivier Crête2022-05-031-0/+1
* version 0.1.19.1Olivier Crête2022-05-031-1/+1
* version 0.1.190.1.19Olivier Crête2022-05-032-2/+15
* candidate: Add utility function to get TURN relay addressPhilippe Normand2022-05-034-0/+26
* 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-066-3/+91
* 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
* meson: Fix openssl settingOlivier Crête2022-01-261-1/+1
* gitlab-ci: Allow manual runsOlivier Crête2021-11-261-2/+3
* tcp-active: Fix use-after-free in error caseOlivier Crête2021-11-261-10/+30
* agent: Clear the original message pointer instead of a copyOlivier Crête2021-11-262-3/+3
* gstnicesink: disable drop out of segment on nicesinkGuillaume Desmottes2021-11-261-0/+4
* test-io-stream-common: Avoid CPU starvation by yieldingOle André Vadla Ravnås2021-11-221-0/+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
* test-io-stream-thread: Handle partial I/OOle André Vadla Ravnås2021-11-221-4/+4
* test-io-stream-closing-write: Handle partial I/OOle André Vadla Ravnås2021-11-221-11/+12
* test-io-stream-closing-read: Handle partial I/OOle André Vadla Ravnås2021-11-221-12/+11
* test-io-stream-common: Remove incorrect assertionOle André Vadla Ravnås2021-11-221-4/+0
* test-io-stream-common: Fix GSource callback signatureOle André Vadla Ravnås2021-11-221-1/+11
* test-io-stream-common: Remove dead codeOle André Vadla Ravnås2021-11-221-6/+0
* agent: Add support for bytestream TCPOle André Vadla Ravnås2021-11-2215-173/+610
* conncheck: don't ignore local socket errorsFabrice Bellet2021-11-225-20/+61