Tags: Azad-roy/msquic
Tags
Support Delaying Stream ID FC Updates to StreamClose (microsoft#3665) (… …microsoft#3684)
Fix QTIP tests in release branch (microsoft#3574) Test code references the flag UseQTIP defined in quic_gtest.cpp unconditionally for RAW datapath. However, the definition of UseQTIP is gated behind QUIC_API_ENABLE_PREVIEW_FEATURES. This PR gates all references behind the same macro, QUIC_API_ENABLE_PREVIEW_FEATURES and QUIC_USE_RAW_DATAPATH.
[release/2.1] make chacha optional on Linux (microsoft#3492) * make chacha optional on Linux (microsoft#3423) * another attempt to fix quic loading when chacha is missing (microsoft#3447) * Update src/platform/crypt_openssl.c * CxPlatCryptInitialize * CxPlatCryptUninitialize --------- Co-authored-by: Nick Banks <[email protected]>
Backports for v2.1.7 (microsoft#3374) * Use the new onebranch linux docker image (microsoft#3315) * Address onebranch pipeline warnings (microsoft#3325) * gamecore_console: avoid importing timeGetDevCaps (microsoft#3332) it is not part of WINAPI_FAMILY_GAMES available to GDK platforms The proper fix is to refactor our link dependencies on Windows platforms. That is however a risker and more involved change, so this PR intends to address the immediate issue rendering msquic unusable on GDK gaming platform. Signed-off-by: Jianye Chen <[email protected]> Signed-off-by: Jianye Chen <[email protected]> * Adds Hashtable Restructuring (microsoft#3344) * Adds Hashtable Restructuring * Extra line in contract path * Make compiler happy * A bit of refactor * Remove unnecessary declaration * formatting * Forgot to remove a few #ifdefs * Updated PGO files * Fix a tag * Update src/platform/hashtable.c * Update src/platform/hashtable.c * Update src/platform/hashtable.c * Rename CXPLAT_HASHTABLE_MAX_RESTRUCT_ATTEMPTS to CXPLAT_HASHTABLE_MAX_RESIZE_ATTEMPTS Co-authored-by: Matt Olson <[email protected]> * gamecore_console: default to latest Windows SDK (microsoft#3343) Signed-off-by: Jianye Chen <[email protected]> * Update Quic VNE and Version 2 constants. (microsoft#3324) * gamecore_console: fix build with 10.0.20348.0 (microsoft#6) (microsoft#3348) updated min. SDK to 10.0.20348.0 for SetThreadIdealProcessor Signed-off-by: Jianye Chen <[email protected]> Signed-off-by: Jianye Chen <[email protected]> * Fix QUIC_SETTINGS param validation tests. (microsoft#3331) * Fix credscan warnings (microsoft#3359) * build: fix onebranch pipelines (microsoft#3360) changed base image to ltsc2019/vse2019 installed additional SDK to the image added pipeline parameter to specify the target branch Signed-off-by: Jianye Chen <[email protected]> Signed-off-by: Jianye Chen <[email protected]> * Update patch version * Use Ubuntu 20.04 to Build OpenSSL-Systemcrypto Variant (microsoft#3267) * Fix/suppress some new clang/cppcheck warnings (microsoft#3064) Signed-off-by: Jianye Chen <[email protected]> Co-authored-by: Yi Huang <[email protected]> Co-authored-by: Jianye Chen <[email protected]> Co-authored-by: Matt Olson <[email protected]> Co-authored-by: Anthony Rossi <[email protected]> Co-authored-by: Lars Eggert <[email protected]>
Update to QuicTls (OpenSSL) 1.1.1s (microsoft#3208) (microsoft#3215)
PreviousNext