Commit 5db036b
authored
Bumps [msquic](https://github.com/microsoft/msquic) from `0b1071e` to `a981494`.
- [Release notes](https://github.com/microsoft/msquic/releases)
- [Commits](microsoft/msquic@0b1071e...a981494)
---
updated-dependencies:
- dependency-name: msquic
dependency-version: a9814940f0a0b2c6a18744cc91c0b5bf2448e82d
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b69d85 commit 5db036b
1 file changed
+1
-1
lines changed- .docker/ubuntu-24.04/Dockerfile+1-1
- .github/SECURITY.md-2
- .github/workflows/build-reuse-darwin-framework.yml+12-12
- .github/workflows/build-reuse-unix.yml+2-2
- .github/workflows/build-reuse-win.yml+3-3
- .github/workflows/build-reuse-winkernel.yml+2-2
- .github/workflows/build.yml+5-5
- .github/workflows/cargo.yml+4-4
- .github/workflows/check-clog.yml+1-1
- .github/workflows/check-dotnet.yml+1-1
- .github/workflows/cifuzz.yml+1-1
- .github/workflows/code-coverage.yml+18-18
- .github/workflows/codeql-analysis.yml+1-1
- .github/workflows/docker-publish-xcomp.yml+1-1
- .github/workflows/docker-publish.yml+1-1
- .github/workflows/dotnet-test.yml+2-2
- .github/workflows/package-alpine-linux.yml+11-6
- .github/workflows/package-linux.yml+82-29
- .github/workflows/package-reuse-linux.yml+3-3
- .github/workflows/plugins.yml+5-5
- .github/workflows/publish-docfx.yml+1-1
- .github/workflows/scorecards-analysis.yml+2-2
- .github/workflows/stress.yml+10-10
- .github/workflows/test-down-level.yml+2-2
- .github/workflows/test.yml+18-18
- .github/workflows/validate-linux-packages-reuse.yml+659
- .github/workflows/validate-linux-packages.yml+54
- .github/workflows/wan-perf.yml+9-9
- .gitignore+3
- Cargo.toml+1-1
- global.json+6
- rust-toolchain.toml+1-1
- scripts/build.rs-4
- scripts/clog.inputs+1-1
- scripts/docker-script.sh+32-31
- scripts/prepare-machine.ps1+23
- scripts/run-executable.ps1+77-20
- scripts/spin.ps1+8-1
- scripts/validate-msquic-docker.ps1+2.0k
- src/core/bbr.h+8
- src/core/binding.c+9
- src/core/binding.h+7
- src/core/configuration.c+5
- src/core/configuration.h+7
- src/core/connection.c+4
- src/core/connection.h+7
- src/core/cubic.h+8
- src/core/library.c+84-15
- src/core/library.h+62
- src/core/listener.c+10
- src/core/listener.h+7
- src/core/registration.c+5
- src/core/registration.h+7
- src/core/stream.c+3
- src/core/stream.h+5
- src/core/unittest/CMakeLists.txt+1
- src/core/unittest/CubicTest.cpp+771
- src/cs/QuicSimpleTest/QuicHello.net10.0.csproj+10
- src/cs/QuicSimpleTest/QuicHello.net9.0.csproj+2
- src/generated/linux/CubicTest.cpp.clog.h+12
- src/generated/linux/datapath_epoll.c.clog.h+76
- src/generated/linux/datapath_epoll.c.clog.h.lttng.h+76
- src/generated/linux/datapath_raw_dpdk.c.clog.h-67
- src/generated/linux/datapath_raw_dpdk.c.clog.h.lttng.h-42
- src/generated/linux/datapath_winuser.c.clog.h+54
- src/generated/linux/datapath_winuser.c.clog.h.lttng.h+57
- src/generated/linux/quic.clog_CubicTest.cpp.clog.h.c+1
- src/generated/linux/quic.clog_datapath_raw_dpdk.c.clog.h.c-7
- src/inc/quic_platform.h+26-4
- src/manifest/clog.sidecar+187
- src/perf/lib/SecNetPerfMain.cpp+3-3
- src/platform/datapath_epoll.c+20-2
- src/platform/datapath_iouring.c+2-2
- src/platform/datapath_kqueue.c+2-2
- src/platform/datapath_raw.c+3-3
- src/platform/datapath_raw_dpdk.c-782
- src/platform/datapath_raw_linux.c+1-1
- src/platform/datapath_raw_win.c+1-1
- src/platform/datapath_winuser.c+14-2
- src/platform/platform_worker.c+54-5
- src/platform/unittest/DataPathTest.cpp+4-4
- src/rs/lib.rs+53-32
- src/rs/server_client_test.rs+141-7
- src/rs/types.rs+2-3
- src/test/MsQuicTests.h+17-1
- src/test/bin/quic_gtest.cpp+42-22
- src/test/bin/quic_gtest.h+13
- src/test/bin/winkernel/control.cpp+111-17
- src/test/lib/DataTest.cpp+4-2
- src/test/lib/HandshakeTest.cpp+189-192
- src/tools/attack/attack.cpp+2-2
- src/tools/lb/loadbalancer.cpp+2-2
- src/tools/load/load.cpp+2-2
- src/tools/pcp/pcp.cpp+2-2
- src/tools/recvfuzz/recvfuzz.cpp+2-2
- submodules/googletest+1-1
- submodules/openssl+1-1
0 commit comments