Skip to content

Commit

Permalink
Bump msquic from 14810af to 01aaf3b (#270)
Browse files Browse the repository at this point in the history
Bumps [msquic](https://github.com/microsoft/msquic) from `14810af` to `01aaf3b`.
- [Release notes](https://github.com/microsoft/msquic/releases)
- [Commits](microsoft/msquic@14810af...01aaf3b)

---
updated-dependencies:
- dependency-name: msquic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 1274b75 commit 8e06a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msquic
Submodule msquic updated 51 files
+12 −12 .github/workflows/build-reuse-darwin-framework.yml
+1 −1 .github/workflows/build-reuse-unix.yml
+7 −0 .github/workflows/build-reuse-win.yml
+1 −1 .github/workflows/build.yml
+1 −1 .github/workflows/cargo.yml
+2 −2 .github/workflows/codeql-analysis.yml
+1 −1 .github/workflows/dotnet-test.yml
+1 −1 .github/workflows/netperf.yml
+1 −1 .github/workflows/scorecards-analysis.yml
+4 −4 .github/workflows/stress.yml
+3 −1 CMakeLists.txt
+1 −9 docs/API.md
+5 −0 docs/Deployment.md
+111 −0 docs/Execution.md
+8 −5 docs/Settings.md
+25 −4 docs/Versions.md
+2 −2 scripts/build.ps1
+6 −2 scripts/build.rs
+14 −6 src/bin/CMakeLists.txt
+7 −0 src/core/connection.c
+1 −0 src/core/connection.h
+1 −1 src/core/unittest/CMakeLists.txt
+7 −2 src/core/worker.c
+1 −0 src/cs/lib/msquic_generated.cs
+9 −3 src/generated/CMakeLists.txt
+3 −0 src/inc/msquic.h
+6 −0 src/inc/quic_datapath.h
+1 −1 src/perf/bin/CMakeLists.txt
+1 −2 src/perf/lib/PerfClient.cpp
+0 −1 src/perf/lib/PerfClient.h
+1 −0 src/perf/lib/SecNetPerf.h
+7 −0 src/perf/lib/SecNetPerfMain.cpp
+17 −17 src/platform/CMakeLists.txt
+70 −3 src/platform/datapath_epoll.c
+4 −0 src/platform/datapath_kqueue.c
+4 −1 src/platform/datapath_raw.c
+2 −0 src/platform/datapath_raw_socket.c
+70 −0 src/platform/datapath_winkernel.c
+82 −8 src/platform/datapath_winuser.c
+3 −0 src/platform/platform_worker.c
+1 −1 src/platform/unittest/CMakeLists.txt
+14 −1 src/platform/unittest/DataPathTest.cpp
+38 −0 src/platform/unittest/external/CMakeLists.txt
+1 −1 src/test/bin/CMakeLists.txt
+7 −0 src/test/lib/HandshakeTest.cpp
+1 −1 src/tools/CMakeLists.txt
+1 −1 src/tools/attack/CMakeLists.txt
+2 −2 src/tools/pcp/CMakeLists.txt
+1 −1 src/tools/recvfuzz/CMakeLists.txt
+5 −3 submodules/CMakeLists.txt
+1 −1 submodules/googletest

0 comments on commit 8e06a8e

Please sign in to comment.