1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00
wine/dlls/winhttp
2024-02-21 21:55:04 +01:00
..
tests winhttp: Add support for WINHTTP_AUTOPROXY_HOST_LOWERCASE flag in WinHttpGetProxyForUrl. 2024-02-05 12:39:15 +01:00
cookie.c winhttp: Use the wcsdup function instead of reimplementing it. 2022-11-21 12:58:00 +01:00
handle.c winhttp: Use specific types insted of sizeof(ULONG_PTR) in alloc_handle. 2023-07-05 17:03:31 +02:00
main.c
Makefile.in makefiles: Always use the global SOURCES variable for .idl files. 2023-11-01 22:43:50 +01:00
net.c winhttp: Skip unexpected completions in netconn_wait_overlapped_result(). 2023-07-31 21:03:53 +09:00
request.c winhttp: Mind read size when skipping async read in WinHttpReadData(). 2024-02-21 21:55:04 +01:00
rsrc.rc
session.c winhttp: Force debug info in critical sections. 2024-02-20 10:44:14 +01:00
url.c winhttp: Fix default port corner cases in WinHttpCrackUrl(). 2022-06-14 18:44:10 +02:00
winhttp.spec winhttp: Add stubs for new proxy functions. 2020-06-25 23:08:30 +02:00
winhttp_private.h winhttp: Add support for WINHTTP_AUTOPROXY_HOST_LOWERCASE flag in WinHttpGetProxyForUrl. 2024-02-05 12:39:15 +01:00
winhttp_tlb.idl