Skip to content

Commit

Permalink
Bump msquic from 680c5b9 to 3d70aa9 (#209)
Browse files Browse the repository at this point in the history
Bumps [msquic](https://github.com/microsoft/msquic) from `680c5b9` to `3d70aa9`.
- [Release notes](https://github.com/microsoft/msquic/releases)
- [Commits](microsoft/msquic@680c5b9...3d70aa9)

---
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 Apr 22, 2024
1 parent 19c555c commit 2679c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msquic
Submodule msquic updated 59 files
+14 −0 .CodeQL.yml
+33 −22 .docker/ubuntu-20.04/Dockerfile
+47 −35 .docker/ubuntu-22.04/Dockerfile
+3 −3 .github/workflows/build-reuse-darwin-framework.yml
+2 −2 .github/workflows/build-reuse-unix.yml
+1 −1 .github/workflows/build-reuse-win.yml
+1 −1 .github/workflows/build-reuse-winkernel.yml
+1 −1 .github/workflows/build.yml
+1 −1 .github/workflows/cargo.yml
+1 −1 .github/workflows/check-clog.yml
+1 −1 .github/workflows/check-dotnet.yml
+6 −6 .github/workflows/code-coverage.yml
+1 −1 .github/workflows/codeql-analysis.yml
+5 −3 .github/workflows/docker-publish-xcomp.yml
+2 −2 .github/workflows/docker-publish.yml
+1 −1 .github/workflows/dotnet-test.yml
+1 −1 .github/workflows/mirror-repo.yml
+1 −1 .github/workflows/package-linux.yml
+1 −1 .github/workflows/package-reuse-linux.yml
+2 −2 .github/workflows/plugins.yml
+1 −1 .github/workflows/publish-docfx.yml
+1 −1 .github/workflows/scorecards-analysis.yml
+2 −2 .github/workflows/stress.yml
+1 −1 .github/workflows/test-down-level.yml
+3 −3 .github/workflows/test.yml
+3 −3 .github/workflows/wan-perf.yml
+1 −1 Cargo.toml
+0 −4 scripts/log.ps1
+17 −17 scripts/prepare-machine.ps1
+6 −4 src/core/api.c
+53 −31 src/core/connection.c
+6 −0 src/core/connection.h
+36 −5 src/core/crypto.c
+2 −1 src/core/crypto.h
+9 −3 src/core/datagram.c
+4 −0 src/core/frame.h
+5 −1 src/core/loss_detection.c
+33 −16 src/core/packet_builder.c
+5 −0 src/core/packet_builder.h
+12 −4 src/core/recv_buffer.c
+31 −6 src/core/send.c
+1 −0 src/core/send.h
+7 −10 src/core/stream_recv.c
+1 −1 src/core/stream_send.c
+68 −0 src/core/unittest/RecvBufferTest.cpp
+18 −18 src/generated/linux/connection.c.clog.h
+19 −19 src/generated/linux/connection.c.clog.h.lttng.h
+13 −0 src/manifest/MsQuicEtw.man
+17 −0 src/manifest/clog.sidecar
+2 −2 src/perf/lib/SecNetPerfMain.cpp
+1 −1 src/platform/datapath_epoll.c
+1 −1 src/platform/unittest/CryptTest.cpp
+10 −1 src/test/MsQuicTests.h
+14 −0 src/test/bin/quic_gtest.cpp
+18 −0 src/test/bin/quic_gtest.h
+7 −0 src/test/bin/winkernel/control.cpp
+95 −0 src/test/lib/HandshakeTest.cpp
+85 −28 src/tools/spin/spinquic.cpp
+1 −1 submodules/googletest

0 comments on commit 2679c52

Please sign in to comment.