[Git][wine/wine][master] 7 commits: winhttp/tests: Don't send more data than the receive buffer can hold.
Alexandre Julliard pushed to branch master at wine / wine Commits: ee8c8656 by Hans Leidekker at 2026-03-16T23:08:23+01:00 winhttp/tests: Don't send more data than the receive buffer can hold. - - - - - e2afde66 by Hans Leidekker at 2026-03-16T23:08:23+01:00 winhttp: WinHttpQueryDataAvailable() fails before a response has been received. - - - - - 020d0e36 by Hans Leidekker at 2026-03-16T23:08:23+01:00 winhttp: Don't report data available for certain response statuses, even if there is data. - - - - - 91e1b5f5 by Hans Leidekker at 2026-03-16T23:08:23+01:00 winhttp: Clear response headers after do_authorization(). - - - - - 0bfacb52 by Hans Leidekker at 2026-03-16T23:08:23+01:00 winhttp: Also do NTLM autorization when credentials are set between requests. - - - - - 20b34866 by Hans Leidekker at 2026-03-16T23:08:23+01:00 winhttp: Introduce a stream abstraction. Based on code from wininet. - - - - - 335ae423 by Hans Leidekker at 2026-03-16T23:08:23+01:00 winhttp: Add decompression support. Based on code from wininet. - - - - - 6 changed files: - dlls/winhttp/Makefile.in - dlls/winhttp/net.c - dlls/winhttp/request.c - dlls/winhttp/session.c - dlls/winhttp/tests/winhttp.c - dlls/winhttp/winhttp_private.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/34061175a75b3e94c7a66cd24d4820... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/34061175a75b3e94c7a66cd24d4820... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)