Guillaume Hetier
Guillaume Hetier
When there is a trailing comma in a json object, foldings stop at the line with the trailing comma and restart at level one after it. For instance, ``` {...
pass-winmenu isn't present in the winget repository (https://github.com/microsoft/winget-pkgs). Winget is a very convenient alternative to Chocolatey, supported by Microsoft: it would be a nice option to have for installing pass-winmenue...
### Describe the bug When publishing the 2.5.* msquic crate, crates.io rejects it because it is larger than 10MB. ``` error: failed to publish to registry at https://crates.io Caused by:...
### Describe the bug This test failed on a PR only adding a static assert: there must be some flakyness to it. ``` [ RUN ] Misc/WithReceiveResumeNoDataArgs.ReceiveResumeNoData/0 [3473](https://github.com/microsoft/msquic/actions/runs/15508878596/job/43667287840?pr=5147#step:9:3474)D:\a\msquic\msquic\src\test\lib\DataTest.cpp(2230): error: Server...
### Describe the feature you'd like supported We should use clang-format to format the codebase to easily keep a consistent style in the codebase and in contributions. ### Proposed solution...
### Describe the bug [Creating this to not lose the data and train of though, need double checking] In the Windows usermode receive path implementation, a memory access seems to...
Stress test failure in https://github.com/microsoft/msquic/pull/5487 ~Likely related to #5490~
## Description Handshake/WithHandshakeArgsustomClientCertificateValidation has been failing with a call to schannel taking over 3sec. This temporarily enables schannel logs to more test passes in the hope to get enough logs...
## Description - Remove the logic to re-run tests on failure - After starting to fail on re-run, we haven't seen a major spike or test failure. This removes the...
MsQuic has multiple datapath, to support different platforms (Windows UM, Windows KM, Linux...) and transport technologies (XDP, IO uring...). This lead the datapath layers to grow in a convoluted way,...