Sweden-Number/dlls/wininet
Jacek Caban 69c4115c10 wininet: Forward InternetGetCookieW to InternetGetCookieExW, not the other way around. 2014-07-03 18:17:50 +02:00
..
tests wininet: Fix invalid memory access in HTTP_QUERY_RAW_HEADERS (Valgrind). 2014-07-02 19:57:14 +02:00
Makefile.in wininet: Add support for retrieving the proxy automatic configuration URL on Mac OS X. 2014-05-06 13:49:47 +02:00
cookie.c wininet: Forward InternetGetCookieW to InternetGetCookieExW, not the other way around. 2014-07-03 18:17:50 +02:00
dialogs.c wininet: Separate socket destruction from destruction of the connection object. 2013-12-11 12:57:01 +01:00
ftp.c wininet: Use a helper to receive data and take care of EINTR. 2014-06-12 18:05:06 +02:00
gopher.c
http.c wininet: Fix invalid memory access in HTTP_QUERY_RAW_HEADERS (Valgrind). 2014-07-02 19:57:14 +02:00
internet.c Assorted spelling/grammar fixes. 2014-06-20 12:19:31 +02:00
internet.h wininet: Use a helper to receive data and take care of EINTR. 2014-06-12 18:05:06 +02:00
netconnection.c wininet: Use a helper to receive data and take care of EINTR. 2014-06-12 18:05:06 +02:00
resource.h
urlcache.c wininet: Fix cache container prefix initialization. 2013-04-24 14:32:37 +02:00
utility.c Assorted spelling fixes. 2013-11-21 19:44:46 +01:00
wininet.rc wininet: Update module version. 2014-02-10 10:42:07 +01:00
wininet.spec wininet: Add a stub for LoadUrlCacheContent. 2013-02-14 17:33:23 +01:00
wininet_main.c