summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-04version 0.1.22.1HEADmasterOlivier Crête1-1/+1
2024-03-04version 0.1.220.1.22latest-releaseOlivier Crête2-2/+11
2024-02-19tests: Reduce the printing a little to please libxmlOlivier Crête1-1/+1
2024-02-19Change padding to be rfc8489 conformAdnan Elezovic1-1/+1
2024-01-30meson: Generate nice-version.h in the right builddirNirbheek Chauhan5-12/+47
2024-01-30interfaces: Avoid using strncpy to keep NULL terminationOlivier Crête1-3/+3
2024-01-10interfaces: Avoid overwriting the ifreq structOlivier Crête1-21/+30
2024-01-10interfaces: Don't iterate allocationOlivier Crête1-60/+24
2023-12-21Include TURN sockets in nice_agent_get_sockets()Emil Ljungdahl1-3/+3
2023-11-21nicesink: Protect field access with object lockOlivier Crête1-18/+21
2023-08-30ci: Update Windows image to latestOlivier Crête1-1/+1
2023-08-07nice: Export nice_address_is_linklocalOlivier Crête1-0/+1
2023-07-17gitlab-ci: Move Coverity build to Fedora 38Olivier Crête2-3/+24
2023-05-22agent/meson: Replace filename with basenameKhem Raj1-2/+2
2023-05-16agent: set consent timeout to value specified in RFC 7675Mathieu Duponchelle1-1/+1
2023-03-29meson: do not build gst test in static modeStéphane Cerveau2-1/+6
2023-03-19ci: Remove keyring update for msys2Olivier Crête1-2/+0
2023-03-19ci: Update Windows image to 2022Olivier Crête1-2/+2
2023-01-09Use ifr_ifindex on LinuxKlemens Nanni2-2/+17
2023-01-09Use ifr_index to fix build on OpenBSDKlemens Nanni2-5/+5
2023-01-09Fix build with clangChristoph Reiter1-1/+1
2023-01-07version 0.1.21.1Olivier Crête1-1/+1
2023-01-07version 0.1.210.1.21Olivier Crête2-3/+7
2023-01-06interfaces: Only use `ifr_ifindex` if OS supports itOle André Vadla Ravnås2-0/+10
2023-01-06version 0.1.20.1Olivier Crête1-1/+1
2023-01-06version 0.1.200.1.20Olivier Crête2-2/+16
2023-01-06version: When set nano 0 to be a stringOlivier Crête1-1/+1
2023-01-06gst: Use gst-full compatible registration functionsOlivier Crête5-4/+20
2023-01-06gst: Remove GStreamer 0.10 supportPhilippe Normand4-78/+1
2023-01-06test-consent: Don't try to set the consent prop after creationOlivier Crête1-4/+2
2023-01-06address: Add introspection-friendly to_string_dupJames Westman4-1/+26
2023-01-04test-turn: Make it work against coturnOlivier Crête1-6/+5
2023-01-04agent: Allow getting UDP candidates from a TURN server over TCPOlivier Crête1-7/+2
2023-01-04agent: Resolve TURN server IP addressesOlivier Crête5-28/+277
2023-01-04agent: Resolve STUN server IP addressOlivier Crête3-21/+168
2022-11-19candidate: fix assertions caused by API guards in new address APIMathieu Duponchelle1-2/+2
2022-11-06gitlab-ci: Fix typoOlivier Crête1-1/+1
2022-10-17ci: Expose full code coverage report to GitLabOlivier Crête3-3/+6
2022-10-17ci: Add code coverage to MRsOlivier Crête1-1/+3
2022-10-17Add configuration file for lcovPatrick Griffis1-0/+14
2022-10-17ci: Export JUnit reportOlivier Crête1-0/+8
2022-10-17ci: Use fdo templatesOlivier Crête3-16/+50
2022-10-17conncheck: Limit ichecks based on propertyOlivier Crête2-10/+18
2022-07-29udp-bsd: Explicitly bind to the interface when creating a socketOlivier Crête1-0/+28
2022-07-25interfaces: Add API to find the interface index from a local addressOlivier Crête4-0/+168
2022-06-01candidate: Copy stun_server with candidateOlivier Crête1-0/+2
2022-05-26version: Add NICE_CHECK_VERSION to the documentationOlivier Crête3-1/+14
2022-05-26address: Add Boxed TypeOlivier Crête4-0/+11
2022-05-26agent: Support adding optional headers to HTTP proxy clientJohan Sternerup4-17/+76
2022-05-26Conncheck: renomination: set use_candidate for pending check on early inbound...Andrey Skryabin1-15/+62