Skip to content

Commit

Permalink
Bump msquic from 9cb53ee to b01cef9 (#249)
Browse files Browse the repository at this point in the history
Bumps [msquic](https://github.com/microsoft/msquic) from `9cb53ee` to `b01cef9`.
- [Release notes](https://github.com/microsoft/msquic/releases)
- [Commits](microsoft/msquic@9cb53ee...b01cef9)

---
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 Aug 12, 2024
1 parent 2d7a610 commit 11929ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msquic
Submodule msquic updated 50 files
+1 −1 .azure/OneBranch.Package.yml
+1 −1 .azure/OneBranch.PullRequest.yml
+1 −0 .azure/obtemplates/build-linux-packages.yml
+6 −2 .github/workflows/stress.yml
+4 −0 .github/workflows/test.yml
+1 −1 CMakeLists.txt
+1 −1 Cargo.toml
+7 −0 docs/Release.md
+1 −0 docs/Settings.md
+10 −2 docs/Streams.md
+10 −2 docs/api/QUIC_SETTINGS.md
+2 −1 docs/api/StreamReceiveComplete.md
+21 −13 scripts/make-packages.sh
+18 −9 scripts/package-distribution.ps1
+1 −1 scripts/package-nuget.ps1
+59 −142 scripts/secnetperf-helpers.psm1
+24 −16 scripts/secnetperf.ps1
+1 −1 scripts/write-versions.ps1
+10 −4 src/core/connection.c
+3 −1 src/core/connection.h
+6 −0 src/core/inline.c
+18 −1 src/core/operation.h
+6 −0 src/core/quicdef.h
+41 −0 src/core/settings.c
+3 −1 src/core/settings.h
+3 −1 src/core/stream.c
+1 −0 src/core/stream.h
+13 −12 src/core/stream_recv.c
+2 −0 src/core/unittest/SettingsTest.cpp
+81 −19 src/core/worker.c
+12 −0 src/core/worker.h
+47 −6 src/cs/lib/msquic_generated.cs
+1 −1 src/distribution/Info.plist
+30 −0 src/generated/linux/settings.c.clog.h
+32 −0 src/generated/linux/settings.c.clog.h.lttng.h
+4 −2 src/inc/msquic.h
+2 −0 src/inc/msquic.hpp
+1 −1 src/inc/msquic.ver
+55 −0 src/manifest/clog.sidecar
+1 −2 src/perf/lib/PerfClient.cpp
+32 −14 src/plugins/dbg/connection.cpp
+16 −0 src/plugins/dbg/quictypes.h
+15 −1 src/test/MsQuicTests.h
+21 −0 src/test/bin/quic_gtest.cpp
+10 −0 src/test/bin/winkernel/control.cpp
+498 −4 src/test/lib/DataTest.cpp
+32 −6 src/tools/forwarder/forwarder.cpp
+2 −0 src/tools/sample/sample.c
+1 −0 src/tools/spin/spinquic.cpp
+1 −1 version.json

0 comments on commit 11929ae

Please sign in to comment.