Sweden-Number/dlls/winhttp
Francois Gouget c1b2008d0c wininet & winhttp: Fix a pointer type mismatch warning when compiling on Windows. On Windows setsockopt() expects a char* while on Unix it accepts anything. 2008-12-08 12:05:57 +01:00
..
tests winhttp: Add tests for WinHttpCrackUrl. 2008-11-18 11:53:02 +01:00
Makefile.in winhttp: Reimplement WinHttpCrackUrl. 2008-11-18 11:52:54 +01:00
cookie.c winhttp: Manage a session global cookie cache. 2008-09-16 13:36:38 +02:00
handle.c winhttp: Remove some unneeded includes. 2008-08-26 12:07:44 +02:00
main.c winhttp: Prefer builtin over native. 2008-11-20 15:02:07 +01:00
net.c wininet & winhttp: Fix a pointer type mismatch warning when compiling on Windows. On Windows setsockopt() expects a char* while on Unix it accepts anything. 2008-12-08 12:05:57 +01:00
request.c winhttp: Correct another difference between InternetCrackurl and WinHttpCrackUrl. 2008-11-12 13:41:10 +01:00
session.c winhttp: Move common code to the upper level, avoid accessing the buffer before the buffer size check, make the code conform to existing rules. 2008-09-17 10:54:52 +02:00
url.c winhttp: Reimplement WinHttpCrackUrl. 2008-11-18 11:52:54 +01:00
version.rc winhttp: Add version resource. 2008-09-10 12:08:55 +02:00
winhttp.spec winhttp: Implement WinHttpSetCredentials. 2008-08-27 13:21:20 +02:00
winhttp_private.h winhttp: Fix compilation with MinGW/MSVC. 2008-10-01 11:43:19 -05:00