Commit Graph

  • a12f670c79 Update go.mod version to 1.19 Eric Daniels 2024-04-02 22:21:20 -04:00
  • bca4f2f2a1 Update module github.com/pion/mdns/v2 to v2.0.7 renovate[bot] 2024-04-02 17:36:56 +00:00
  • 0bdcf93c6e Update CI configs to v0.11.7 Pion 2024-04-02 16:41:07 +00:00
  • 39c0392295 Support IPv6 from mDNS Eric Daniels 2024-03-27 11:24:02 -04:00
  • ae1ba6fcbb Update CI configs to v0.11.4 Pion 2024-03-27 14:57:45 +00:00
  • 66051b6877 Improve performance of UDPMux map lookups sebapeti 2024-03-25 15:16:16 +01:00
  • 52f2075c2e Replace t.(Error/Fatal) with require.NoError Steffen Vogel 2024-03-23 21:01:58 -04:00
  • b2e40ad7fa Partial undo of 85a3a7f524 Sean DuBois 2024-03-23 20:34:30 -04:00
  • 85a3a7f524 Simplify usage of test.TimeOut() Sean DuBois 2024-03-23 20:28:47 -04:00
  • 01c35354b0 Simplify usage of test.CheckRoutines() Sean DuBois 2024-03-23 20:08:57 -04:00
  • 05ab684741 Use testify/require instead of testify/assert Steffen Vogel 2024-03-22 21:46:47 -04:00
  • fdca6c47c0 Move taskloop into dedicated package Steffen Vogel 2024-03-21 11:47:51 -04:00
  • b36d33253b Remove afterRun from Task Loop Sean DuBois 2024-03-21 10:55:09 -04:00
  • d17be4df3b Use Notification Queue from 67cc918a51 more Sean DuBois 2024-03-21 09:51:35 -04:00
  • b386d4488f Fix type of CandidatePairState constants Steffen Vogel 2023-05-17 10:12:36 +02:00
  • 8680cd591f Match libwebrtc's TURN protocol priority José Mélançon 2023-11-22 07:47:32 -05:00
  • 67cc918a51 Fix ConnectionState being reported out of order sukun 2024-03-13 21:25:57 +05:30
  • 77cc354d7f Respect IncludeLoopback in UDPMuxDefault dinvlad 2023-10-02 13:13:40 -04:00
  • a72844663f Allow using mDNS candidates with UDP multiplexing Aleks Todorov 2023-12-22 11:08:01 +00:00
  • 970978e8c7 Start listening range at 1024 instead of 1 Dirk-Willem van Gulik 2024-02-18 15:14:53 +01:00
  • 1460da4c50 Merge pull request #1 from netbirdio/feature/add-latency pascal-fischer 2024-03-20 10:39:18 +01:00
  • 5fcf0380e7 Update module github.com/pion/mdns to v2 Sean DuBois 2024-03-19 11:13:13 -04:00
  • 3be7f17602 add TransaktionID type Pascal Fischer 2024-03-19 10:13:22 +01:00
  • f0c60fedf8 Update module github.com/stretchr/testify to v1.9.0 renovate[bot] 2024-03-19 00:07:22 +00:00
  • 70eda83a49 Update module golang.org/x/net to v0.22.0 renovate[bot] 2024-03-19 00:03:17 +00:00
  • 26ba6dfea5 Fix WASM build Sean DuBois 2024-03-18 19:59:32 -04:00
  • 2d7ced1d49 Fix linter errors Sean DuBois 2024-03-15 22:25:46 -04:00
  • e72a50fcb6 fire callback method only on selected pair binding Pascal Fischer 2024-03-15 18:46:35 +01:00
  • bc851c5284 use binding requests to calculate latency for each candidate pair Pascal Fischer 2024-03-15 18:20:59 +01:00
  • cb8a47ac37 Refine TCPMux memory usage cnderrauber 2024-02-22 10:53:43 +08:00
  • ab18a94710 Update mdns to v0.0.12 to fix racy resolution Eric Daniels 2024-02-08 08:06:43 -05:00
  • 57a28a6cd2 Update module github.com/pion/mdns to v0.0.11 renovate[bot] 2024-02-07 19:02:06 +00:00
  • c0a6ffa458 Update module github.com/pion/dtls/v2 to v2.2.10 renovate[bot] 2024-02-03 07:25:09 +00:00
  • 2f2b03958c Update module github.com/pion/mdns to v0.0.10 renovate[bot] 2024-02-03 05:26:57 +00:00
  • 4c36f0b340 Update module golang.org/x/net to v0.20.0 renovate[bot] 2024-02-01 00:27:09 +00:00
  • acd71a0c94 Update module github.com/google/uuid to v1.6.0 renovate[bot] 2024-01-23 22:08:55 +00:00
  • c8227261a2 Trace log inbound messages (#641) Raja Subramanian 2024-01-11 13:46:39 +05:30
  • df552cd22b Update CI configs to v0.11.3 Pion 2024-01-05 00:03:06 +00:00
  • 6fb529b043 Update CI configs to v0.11.0 Pion 2024-01-02 19:14:11 +00:00
  • 194dfb82fa Remove 'AUTHORS.txt' from README.md Sean DuBois 2024-01-02 12:39:18 -05:00
  • 0a79ae769c Remove 'Generate Authors' workflow Sean DuBois 2024-01-02 11:41:24 -05:00
  • 350aecd577 Update module github.com/pion/dtls/v2 to v2.2.9 renovate[bot] 2024-01-02 06:55:53 +00:00
  • 5139807c1a Update module github.com/google/uuid to v1.5.0 renovate[bot] 2023-12-12 19:18:27 +00:00
  • 25324b78ce Update module github.com/google/uuid to v1.4.0 renovate[bot] 2023-12-01 06:37:11 +00:00
  • 43a0b751ff Update module github.com/pion/dtls/v2 to v2.2.8 renovate[bot] 2023-12-01 03:01:56 +00:00
  • 3e8b2d5545 Update module golang.org/x/net to v0.19.0 renovate[bot] 2023-12-01 01:24:40 +00:00
  • 1c68365549 Update module golang.org/x/net to v0.17.0 [SECURITY] renovate[bot] 2023-10-12 00:27:35 +00:00
  • 5e6a7d1b3b Update module github.com/pion/mdns to v0.0.9 renovate[bot] 2023-09-08 23:11:05 +00:00
  • 8d69e9ecd8 Update module github.com/pion/stun to v2 renovate[bot] 2023-09-08 07:37:04 +00:00
  • 817032b919 Update module github.com/pion/transport/v3 to v3.0.1 renovate[bot] 2023-09-08 05:21:40 +00:00
  • dbdc6bdf02 Only report closure errors for the last connection Ondrej Sery 2023-09-05 13:55:14 +02:00
  • 9590b7987a Update AUTHORS.txt renovate[bot] 2023-09-04 03:45:21 +00:00
  • d21edf9690 Start pion/ice@v3 renovate[bot] 2023-09-02 19:16:20 +00:00
  • c62fd28aa8 Clear selected pair on ICE failed (#612) Raja Subramanian 2023-09-02 22:59:39 +05:30
  • 949c2e3d5a Update module github.com/pion/transport/v2 to v2.2.2 renovate[bot] 2023-09-01 03:28:14 +00:00
  • d41eb5aae7 Update module golang.org/x/net to v0.14.0 renovate[bot] 2023-09-01 01:27:00 +00:00
  • 20b9cb0985 Update module github.com/pion/mdns to v0.0.8 renovate[bot] 2023-08-31 07:24:36 +00:00
  • 0ec2333bea Update module github.com/google/uuid to v1.3.1 renovate[bot] 2023-08-21 16:51:54 +00:00
  • efff4c4457 Fix connection close log Atsushi Watanabe 2023-08-07 14:59:18 +09:00
  • 21d18f5c2d Update CI configs to v0.10.11 Pion 2023-08-05 17:45:51 +00:00
  • 9ed689062b Update module golang.org/x/net to v0.13.0 renovate[bot] 2023-08-01 22:08:11 +00:00
  • de54be13de Update module golang.org/x/net to v0.12.0 renovate[bot] 2023-08-01 05:46:17 +00:00
  • 310cb158c4 Update module github.com/pion/turn/v2 to v2.1.3 renovate[bot] 2023-07-22 07:39:22 +00:00
  • 8d14c1f2e7 Harmonize errors and error logging Steffen Vogel 2023-07-14 22:26:12 +02:00
  • 214c86c5cf Update AUTHORS.txt Steffen Vogel 2023-07-06 07:14:44 +02:00
  • 4f32f1057d Change log level for failed DNS resolution ar-hosseinkhani 2023-06-28 22:50:46 +03:30
  • 52bac769b5 Add tests for Agent.Get{Local,Remote}Candidates() Steffen Vogel 2023-07-03 18:03:57 +02:00
  • ef637050e2 Add GetRemoteCandidates() Steffen Vogel 2023-07-03 09:33:37 +02:00
  • 53beccaed5 Harmonize capitalization of log messages Steffen Vogel 2023-06-24 09:37:18 +02:00
  • 794e03f62c Update module golang.org/x/net to v0.11.0 renovate[bot] 2023-07-01 11:32:05 +00:00
  • cb8d677c37 Update module github.com/pion/turn/v2 to v2.1.2 renovate[bot] 2023-06-27 20:36:53 +00:00
  • 0a3ea3b8f9 Update module github.com/pion/stun to v0.6.1 renovate[bot] 2023-06-26 22:54:27 +00:00
  • db5d7ea72b Implement Active ICE TCP Candidates Sean DuBois 2023-06-15 14:40:19 -04:00
  • 9f4e3d6604 Update AUTHORS.txt Anshul 2023-06-07 04:59:11 +00:00
  • 346feb271e Use global id generator to reduce allocations Anshul 2023-06-07 10:26:14 +05:30
  • 13378ba0c8 Update module github.com/stretchr/testify to v1.8.4 renovate[bot] 2023-05-30 10:57:16 +00:00
  • abc1ca33b5 Revert active TCP candidate support Sean DuBois 2023-05-24 00:05:31 -04:00
  • 7715befedc Update module github.com/pion/stun to v0.6.0 renovate[bot] 2023-05-22 05:16:20 +00:00
  • c863a3a8fa Update module github.com/pion/dtls/v2 to v2.2.7 renovate[bot] 2023-05-19 11:21:52 +00:00
  • ba610b5ab1 Update CI configs to v0.10.9 Pion 2023-05-19 07:44:44 +00:00
  • b74aec6d11 Bring back LICENSE file Steffen Vogel 2023-05-19 09:05:01 +02:00
  • b8831acdaf Update module github.com/stretchr/testify to v1.8.3 renovate[bot] 2023-05-19 02:02:17 +00:00
  • 62e94d8bcf Update CI configs to v0.10.8 Pion 2023-05-18 19:13:51 +00:00
  • 00bbd2954c Minor style fixes for active TCP candidate support Steffen Vogel 2023-05-15 23:18:00 +02:00
  • 1d502ca6ec Implement active TCP candidate type (RFC6544) Artur Shellunts 2023-05-15 22:41:52 +02:00
  • 898746c1f5 Invoke handlers from their own Goroutines Steffen Vogel 2023-04-23 11:16:54 +02:00
  • 4697f51ab4 Update module github.com/pion/stun to v0.5.2 renovate[bot] 2023-05-10 14:38:14 +00:00
  • c2756c121d Change type of ConnectionState constants Steffen Vogel 2023-05-10 13:23:17 +02:00
  • ca9de18fd6 Move URL type to pion/stun.URI Steffen Vogel 2023-05-10 12:45:24 +02:00
  • 6c82312fcd Update pion/stun to v0.5.1 Steffen Vogel 2023-05-10 12:45:10 +02:00
  • 3172e05931 Extract TestOnSelectedCandidatePairChange Artur Shellunts 2023-05-07 17:05:16 +02:00
  • 53ecdad0e2 Move MockPacketConn to fakenet package Artur Shellunts 2023-05-07 17:05:16 +02:00
  • 8c5b0991ef Refactor local variables Rel{Addr,Port} Steffen Vogel 2023-04-19 15:12:01 +02:00
  • 2d2407b9c5 Refactor local variable TURNServerAddr Steffen Vogel 2023-04-19 15:06:56 +02:00
  • 8e15962f64 Simplify logging with gather's closeConnAndLog() Steffen Vogel 2023-04-19 15:05:37 +02:00
  • ecfb354131 Fix capitalization of log messages Steffen Vogel 2023-04-19 14:22:33 +02:00
  • b37a5a34eb Change working for logging errors Steffen Vogel 2023-04-19 14:20:10 +02:00
  • b5e8b283ea Add missing author to AUTHORS.txt Steffen Vogel 2023-04-19 13:59:06 +02:00
  • 1aa9d76f17 Make comments more readable Steffen Vogel 2023-04-19 13:58:56 +02:00
  • 8b166270df Fix capitalization of acronyms like UDP, TCP, STUN Steffen Vogel 2023-04-19 13:50:56 +02:00