1
0
mirror of https://github.com/coturn/coturn.git synced 2026-04-03 11:21:00 +02:00

Commit Graph

  • a4756d482f
    fix: restore RFC 3489 (old STUN) backward compatibility broken since 4.7.0 (#1839) master Carlos Ruiz Ballesteros 2026-03-26 07:16:21 +01:00
  • ba571ad795
    Update Debian "trixie" to 20260316 snapshot in Docker image tyranron 2026-03-17 13:43:57 +02:00
  • 86e5e72718
    Change port identifiers to use uint16_t (#1752) redraincatching 2026-03-15 02:47:15 +00:00
  • 85ff6cd2fb
    Create CLAUDE.md file (#1835) Pavel Punsky 2026-03-14 18:25:54 -07:00
  • 75f8133c40
    Fixes: run_tests.sh and no db (#1834) Pavel Punsky 2026-03-12 22:01:28 -07:00
  • a6028ddd8a
    Improve PostgreSQL.md Clarity (#1833) Captain Picarl 2026-03-13 03:53:40 +00:00
  • 65c4445227
    Add session usage reporting callback to TURN database driver (#1794) mesibo 2026-03-08 19:48:54 -07:00
  • 44d201a4f9
    Initialize variables before use (#1832) Pavel Punsky 2026-03-08 16:24:32 -07:00
  • dbfa9dbb53
    Replace perror with logging (#1831) Pavel Punsky 2026-03-08 16:24:00 -07:00
  • 9467af5041
    CLI interface is disabled by default (#1830) Pavel Punsky 2026-03-06 18:00:45 -08:00
  • 20d8e38297
    Disable reason string in response messages to reduce amplification factor (#1829) Pavel Punsky 2026-03-06 17:59:21 -08:00
  • d6e828c717
    Upgrade docker/setup-buildx-action from 3 to 4 version (#1828) dependabot[bot] 2026-03-06 00:26:51 +01:00
  • 679f9b4865
    Upgrade docker/login-action from 3 to 4 version (#1826) dependabot[bot] 2026-03-05 12:38:23 +01:00
  • 8479d13b12
    Upgrade docker/setup-qemu-action from 3 to 4 version (#1825) dependabot[bot] 2026-03-05 12:37:36 +01:00
  • 00519cd2b5
    Perf: improve worst case scenario optimization (#1823) Pavel Punsky 2026-03-01 20:57:33 -08:00
  • ec0719c421
    Fix compilation warnings (#1822) Pavel Punsky 2026-02-28 19:45:16 -08:00
  • b07d747d4b
    Upgrade actions/download-artifact from 7 to 8 version (#1820) dependabot[bot] 2026-02-27 00:57:38 +01:00
  • a56ee58ee5
    Upgrade actions/upload-artifact from 6 to 7 version (#1819) dependabot[bot] 2026-02-27 00:56:53 +01:00
  • 35180707b9
    Fix codeql scanning definition (#1814) Pavel Punsky 2026-02-25 22:57:24 -08:00
  • e4b7f09c00
    Upgrade Docker image to 4.9.0 Coturn version docker/4.9.0-r0 tyranron 2026-02-24 11:12:50 +02:00
  • 41ba6d8f5d
    Update version to 4.9.0 (#1813) 4.9.0 Pavel Punsky 2026-02-23 17:04:31 -08:00
  • e59f0ffeaa
    Fix thread sanitizer warning (#1812) Pavel Punsky 2026-02-23 16:16:27 -08:00
  • da30d26ea3
    Temporary workaround for windows build (#1811) Pavel Punsky 2026-02-22 22:57:29 -08:00
  • b80eb898ba
    Merge commit from fork Pavel Punsky 2026-02-22 19:18:42 -08:00
  • e5ed78583d
    Fixes: int to bool conversion and comparison (#1810) Pavel Punsky 2026-02-21 18:27:16 -08:00
  • 4c674289a8
    OpenSSL: migrate to modern API for DH param (#1809) Pavel Punsky 2026-02-21 17:31:17 -08:00
  • 6c38ccb08d
    Migrate AES-128 encryption from deprecated OpenSSL API to EVP (#1808) Pavel Punsky 2026-02-19 18:05:05 -08:00
  • b209191ba1
    Fix unbounded strcpy in stun_method_str (ns_turn_msg.c) (#1798) Pavel Punsky 2026-02-16 21:23:10 -08:00
  • 667b661e80
    Fix missing null termination in addr_to_string (ns_turn_ioaddr.c) (#1806) Pavel Punsky 2026-02-16 21:20:41 -08:00
  • 77f99e0995
    Fix missing null termination after strncpy in DB drivers (#1804) Pavel Punsky 2026-02-16 19:19:02 -08:00
  • ad85332c94
    Fix unbounded strcpy in HTTP response (http_server.c) (#1800) Pavel Punsky 2026-02-15 18:48:24 -08:00
  • 8c8bf97a38
    Remove ubuntu20, DEBUG builds from build matrix (#1803) Pavel Punsky 2026-02-15 18:38:39 -08:00
  • 84f492ad6e
    Fix buffer overflow in decryptPassword in mysql (#1801) Pavel Punsky 2026-02-15 18:22:56 -08:00
  • bdacef780b
    Fix missing null termination after strncpy in MongoDB driver (dbd_mongo.c) (#1797) Pavel Punsky 2026-02-15 17:50:40 -08:00
  • b69ceb4252
    Fix buffer overflow in decrypt_aes_128 (#1799) Pavel Punsky 2026-02-15 17:42:01 -08:00
  • 7f7dc99d3e
    Urgent! Fix Web Admin Password Check (#1802) 薄景仁 2026-02-13 13:09:12 +08:00
  • 8dc340f9be
    Update Debian "trixie" to 20260202 snapshot in Docker image tyranron 2026-02-04 17:12:33 +02:00
  • 53c405a712
    Update Alpine to 3.23.3 version to fix OpenSSL CVEs in Docker image docker/4.8.0-r1 tyranron 2026-01-29 12:42:56 +01:00
  • 80e20f58f3
    Update Debian "trixie" to 20260112 snapshot in Docker image tyranron 2026-01-13 13:10:32 +01:00
  • 48fb3dd287
    Upgrade Docker image to 4.8.0 Coturn version docker/4.8.0-r0 tyranron 2026-01-06 16:48:21 +01:00
  • 0177bcd373
    Update version to 4.8.0 (#1791) 4.8.0 Pavel Punsky 2026-01-05 17:35:27 -08:00
  • a7202a72dd
    Update Debian "trixie" to 20251229 snapshot in Docker image tyranron 2025-12-30 12:33:55 +01:00
  • 11fc465f4b
    Merge commit from fork Pavel Punsky 2025-12-29 09:05:16 -08:00
  • bae6bb3aed
    Allow faster packet validation on listener threads (#1768) Pavel Punsky 2025-12-29 09:04:25 -08:00
  • c7936e449b
    Fix order of arguments to calloc (#1790) Pavel Punsky 2025-12-28 11:39:01 -08:00
  • 21ddce65be
    Fix crashes while setting socket buffer size (#1789) Pavel Punsky 2025-12-26 21:10:24 -08:00
  • 59921981bb
    Implement configurable buffer sizes (#1780) Pavel Punsky 2025-12-25 14:06:28 -08:00
  • 6a0b3a648a
    Update Alpine to 3.23.2 version in Docker image docker/4.7.0-r4 tyranron 2025-12-18 14:44:24 +01:00
  • 15cecc97a2
    Upgrade actions/download-artifact from 6 to 7 version (#1785) dependabot[bot] 2025-12-13 01:44:37 +01:00
  • 60ed2e246e
    Upgrade actions/upload-artifact from 5 to 6 version (#1784) dependabot[bot] 2025-12-13 01:43:51 +01:00
  • b7dfa236c1
    Upgrade actions/cache from 4 to 5 version (#1783) dependabot[bot] 2025-12-12 12:03:36 +01:00
  • 5a6c9f3ce4
    Update Debian "trixie" to 20251208 snapshot in Docker image tyranron 2025-12-09 12:33:53 +01:00
  • 265d1029e6
    Use bool to enable prometheus (#1779) Pavel Punsky 2025-12-08 08:43:36 -08:00
  • a668d4b4cc
    Upgrade Alpine to 3.23 version in Docker image docker/4.7.0-r3 tyranron 2025-12-04 15:34:15 +01:00
  • 9298847097
    Upgrade actions/checkout from 5 to 6 version (#1776) dependabot[bot] 2025-11-21 13:37:27 +01:00
  • 60b6e2d816
    Update Debian "trixie" to 20251117 snapshot in Docker image tyranron 2025-11-18 13:57:46 +01:00
  • e1d3ba8a69
    Update Debian "trixie" to 20251103 snapshot in Docker image tyranron 2025-11-05 12:04:30 +02:00
  • 5c14404c71
    Upgrade actions/upload-artifact from 4 to 5 version (#1771) dependabot[bot] 2025-10-25 10:03:37 +02:00
  • 7cd09efe87
    Upgrade actions/download-artifact from 5 to 6 version (#1772) dependabot[bot] 2025-10-25 10:02:45 +02:00
  • bc8d0ca36b
    Update Debian "trixie" to 20251020 snapshot in Docker image tyranron 2025-10-22 14:28:29 +03:00
  • 242467faba
    Update Alpine to 3.22.2 version in Docker image to fix CVE-2025-9230, CVE-2025-9231 and CVE-2025-9232 docker/4.7.0-r2 tyranron 2025-10-09 14:13:50 +03:00
  • ec5f2bcd83
    Upgrade github/codeql-action from 3 to 4 version (#1759) dependabot[bot] 2025-10-08 13:43:16 +02:00
  • e1ce664cbb
    Update Debian "trixie" to 20250929 snapshot in Docker image tyranron 2025-09-30 14:27:15 +03:00
  • 63447a763a
    Fix memory leak using libevent (#1751) Pavel Punsky 2025-09-28 21:00:44 -07:00
  • b1dddb5f49
    addressed possible null pointer dereferences (#1729) redraincatching 2025-09-12 02:00:38 +01:00
  • 0f46392ec1
    Update Debian "trixie" to 20250908 snapshot in Docker image tyranron 2025-09-09 11:45:29 +03:00
  • 2a9b77bd0b
    address possible null pointer dereferences (#1744) redraincatching 2025-09-09 05:18:33 +01:00
  • 98d91a73cf
    Improve const correctness in coturn (#1424) Michael Jones 2025-09-08 23:14:56 -05:00
  • 0749cd7efd
    Update attribute values according to RFC 8656 (#1748) Pavel Punsky 2025-09-07 19:34:38 -07:00
  • ce72767375
    fixing missing dependencies in Makefile (#1739) Jun Lyu 2025-09-07 08:46:59 +08:00
  • d124014428
    add fuzzing to ci workflows (#1745) redraincatching 2025-09-05 18:37:58 +01:00
  • 439914716d
    mainreplay: fix leak in decrypt_aes_128() (#1737) Lidong Yan 2025-09-06 01:36:55 +08:00
  • 04a8e52e09
    Upgrade actions/github-script from 7 to 8 version (#1746) dependabot[bot] 2025-09-05 14:20:10 +02:00
  • 24e99eca1c
    Upgrade Debian to "trixie" in Docker image tyranron 2025-08-13 15:59:17 +03:00
  • 8b55bd05c0
    Update Debian "bookworm" to 20250811 snapshot in Docker image tyranron 2025-08-13 14:38:44 +03:00
  • 3cfa30552d
    Upgrade actions/checkout from 4 to 5 version (#1733) dependabot[bot] 2025-08-12 13:30:02 +02:00
  • c67a41f5ff
    Upgrade vcpkg to 2025.07.25 release on MSVC CI (#1734) Kai Ren 2025-08-12 12:45:21 +02:00
  • 20761e0cd5
    Upgrade actions/download-artifact from 4 to 5 version (#1731) dependabot[bot] 2025-08-06 11:22:45 +02:00
  • 3a788061a0
    Update Debian "bookworm" to 20250721 snapshot in Docker image tyranron 2025-07-22 13:07:58 +03:00
  • 4b69110460
    Fix typo in Docker CI spec docker/4.7.0-r1 tyranron 2025-07-16 13:29:08 +03:00
  • f386333d00
    Update Alpine to 3.22.1 version in Docker image tyranron 2025-07-16 13:27:51 +03:00
  • 752cf2e565
    Verify CHANGELOG date on Docker CI tyranron 2025-07-16 13:25:19 +03:00
  • 0ca4649367 Fix integer overflow in port allocation causing permanent allocation failure copilot/fix-1649 copilot-swe-agent[bot] 2025-07-16 07:36:21 +00:00
  • 584198dad4 Initial plan copilot-swe-agent[bot] 2025-07-16 07:27:58 +00:00
  • 6877e91c20
    Fix logging before parsing logging cmd line args (#1723) Gustavo Garcia 2025-07-14 15:44:34 +02:00
  • 88fbfa90d5
    Fix dead link in turnserver.spec Source0 field (#1722) Copilot 2025-07-14 12:03:20 +02:00
  • 68ac0772d9
    reduce calls to random (#1710) redraincatching 2025-07-11 11:42:28 +01:00
  • 4de6c14f71
    Fix null pointer dereference in set_ssl_ctx function (#1720) Gustavo Garcia 2025-07-11 12:40:28 +02:00
  • 99984fbccd
    Add configurable CPU count option for containerized environments (#1717) Copilot 2025-07-10 15:37:02 +02:00
  • 5ab95e1a5a
    Fix memory and resource leaks in udp_create_server_socket( ) (#1714) lhywk 2025-07-03 17:23:59 +09:00
  • 2944775261
    Add define to disable OAuth support (#1713) Shane 2025-07-02 02:36:50 -07:00
  • 0f8cdde961
    typo correction (#1715) redraincatching 2025-07-01 13:10:45 +01:00
  • bc7cd74718
    Update Debian "bookworm" to 20250630 snapshot in Docker image tyranron 2025-07-01 14:34:38 +03:00
  • a3a7450104
    refactored tri-state to bools (#1709) redraincatching 2025-07-01 11:41:22 +01:00
  • 16f801f646
    addressed null pointer deref warnings (#1712) redraincatching 2025-07-01 11:40:11 +01:00
  • cb74638149
    removed unnecessary null check (#1706) redraincatching 2025-06-20 17:51:52 +01:00
  • 62d91b0bc5
    Fix compiler warnings in source files (#1704) Gustavo Garcia 2025-06-17 15:25:26 +02:00
  • afec2e2add
    guarantee no oob write in strncat (#1702) redraincatching 2025-06-12 10:15:46 +01:00
  • 1368e65988
    Fix issues with Global Allocation Count for drain mode (#1699) Scott Godin 2025-06-11 17:15:36 -04:00
  • 14e6919996
    Update Debian "bookworm" to 20250610 snapshot in Docker image tyranron 2025-06-11 11:12:58 +02:00