Skip to content

Commit

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

---
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 Jan 14, 2024
1 parent c59b554 commit 11d05ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msquic
Submodule msquic updated 52 files
+9 −9 .github/workflows/build-reuse-darwin-framework.yml
+10 −6 .github/workflows/build-reuse-unix.yml
+12 −8 .github/workflows/build-reuse-win.yml
+6 −6 .github/workflows/build-reuse-winkernel.yml
+3 −3 .github/workflows/build.yml
+2 −2 .github/workflows/cargo.yml
+1 −1 .github/workflows/cifuzz.yml
+19 −19 .github/workflows/code-coverage.yml
+1 −1 .github/workflows/docker-publish-xcomp.yml
+1 −1 .github/workflows/docker-publish.yml
+1 −1 .github/workflows/dotnet-test.yml
+33 −0 .github/workflows/netperf.yml
+2 −2 .github/workflows/package-linux.yml
+11 −7 .github/workflows/package-reuse-linux.yml
+2 −2 .github/workflows/plugins.yml
+1 −1 .github/workflows/scorecards-analysis.yml
+49 −49 .github/workflows/stress.yml
+56 −58 .github/workflows/test.yml
+6 −6 .github/workflows/wan-perf.yml
+6 −0 docs/Streams.md
+1 −0 docs/api/StreamSend.md
+28 −28 scripts/RemoteTests.json
+179 −0 scripts/secnetperf-helpers.psm1
+204 −0 scripts/secnetperf.ps1
+2 −2 src/bin/winkernel/msquicpriv.kernel.vcxproj
+5 −0 src/bin/winkernel/nmrprovider.c
+3 −0 src/core/library.c
+10 −10 src/core/stream.c
+3 −1 src/core/stream.h
+32 −2 src/core/stream_send.c
+25 −0 src/core/unittest/SettingsTest.cpp
+20 −0 src/cs/lib/msquic_generated.cs
+167 −1 src/inc/msquic.h
+1 −1 src/inc/msquic.hpp
+5 −0 src/inc/msquicp.h
+10 −5 src/perf/bin/appmain.cpp
+80 −19 src/perf/lib/PerfClient.cpp
+5 −6 src/perf/lib/PerfClient.h
+41 −95 src/perf/lib/PerfServer.cpp
+36 −72 src/perf/lib/PerfServer.h
+3 −0 src/perf/lib/SecNetPerf.h
+7 −8 src/perf/lib/SecNetPerfMain.cpp
+0 −1 src/perf/lib/Tcp.h
+85 −9 src/perf/readme.md
+2 −0 src/plugins/dbg/quictypes.h
+19 −1 src/test/MsQuicTests.h
+23 −0 src/test/bin/quic_gtest.cpp
+18 −0 src/test/bin/quic_gtest.h
+23 −129 src/test/bin/winkernel/control.cpp
+2 −2 src/test/bin/winkernel/msquictestpriv.kernel.vcxproj
+250 −0 src/test/lib/DataTest.cpp
+1 −1 submodules/googletest

0 comments on commit 11d05ad

Please sign in to comment.