kernel32: Add missing stdarg.h includes.
[wine] / dlls / wininet /
2009-07-22  Hans Leidekkerwininet: Correct handling of redirected HEAD requests.
2009-07-20  Jacek Cabanwininet: Code clean up by using heap_strdup* functions.
2009-07-20  Jacek Cabanwininet: Code clean up by using heap_strdup* functions.
2009-07-17  Jacek Cabanwininet: Code clean up by using heap_strdup* functions.
2009-07-17  Jacek Cabanwininet: Code clean up by using heap_strdup* functions.
2009-07-17  Jacek Cabanwininet: Rename WININET_strdup_WtoA to heap_strdupWtoA.
2009-07-17  Jacek Cabanwininet: Rename WININET_strdup_AtoW to heap_strdupAtoW...
2009-07-17  Jacek Cabanwininet: Rename WININET_strdupW to standard heap_strdupW.
2009-07-15  Michael StefaniucSet the encoding of the remaining German resources...
2009-07-13  Jacek Cabanwininet: Rename WININETFTPFILEW to ftp_file_t.
2009-07-13  Jacek Cabanwininet: Rename WININETFTPSESSIONW to ftp_session_t.
2009-07-13  Jacek Cabanwininet: Rename WININETAPPINFOW to appinfo_t.
2009-07-13  Jacek Cabanwininet: Rename WININETHTTPREQW to http_request_t.
2009-07-13  Jacek Cabanwininet: Rename WININETHTTPSESSIONW to http_session_t.
2009-07-10  Juan Langwininet: Support IPv6 in GetAddress.
2009-07-10  Juan Langwininet: Fail in FTP if the resolved name is not an...
2009-07-10  Juan Langwininet: Support IPv6 addresses in HTTP_ResolveName...
2009-07-10  Juan Langwininet: Convert WININETSESSIONW's socketAddress to...
2009-07-10  Juan Langwininet: Use address length returned by GetAddress...
2009-07-10  Juan Langwininet: Use sizeof(member) rather than sizeof(type...
2009-07-10  Juan Langwininet: Use length reported by GetAddress in FTP_Connect.
2009-07-10  Juan Langwininet: Use struct sockaddr_storage in InternetCheckCo...
2009-07-10  Juan Langwininet: Simplify GetAddress when using getaddrinfo.
2009-07-10  Juan Langwininet: Change type of GetAddress from struct sockaddr...
2009-07-10  Juan Langwininet: Fix tests when running behind a proxy server.
2009-07-08  Jacek Cabanwininet: Rename WININETHANDLEHEADER to object_header_t.
2009-07-07  Frédéric Delanoywininet: Fix French translation & UI display.
2009-07-03  Michael Stefaniucwininet: Build language resource files separately.
2009-06-26  Maksim Kuleshovwininet: Fix sockets leak in FTP_Connect.
2009-06-25  Hans Leidekkerwininet: Improve the PrivacyGet/SetZonePreferenceW...
2009-06-25  Eric van Beurdenwininet: Check for failed heap allocations.
2009-06-25  Eric van Beurdenwininet: Add a terminating empty line to the headers...
2009-06-23  Aric Stewartwininet: Semi-stub for quering Http INTERNET_OPTION_SEC...
2009-06-23  Aric Stewartwininet: Improve HTTP status 100 handling.
2009-06-23  Hans Leidekkerwininet: Don't delete the cache file when closing a...
2009-06-16  Hans Leidekkerwininet: Implement InternetQueryOption(INTERNET_OPTION_...
2009-06-16  Hans Leidekkerwininet: Don't fail if dwReserved is set in CreateUrlCa...
2009-06-16  Mike Kaplinskiywininet/test: Test malformed header separators.
2009-06-16  Mike Kaplinskiywininet: Make \r and \n valid header separators.
2009-06-16  Hans Leidekkerwininet: Always create a URL cache entry.
2009-06-15  Aurimas Fišeraswininet: Add Lithuanian translation.
2009-06-08  Jacek Cabanwininet: Fixed gzip decoding on chunked stream.
2009-06-05  Alexandre Julliardwininet: Always use a full URL for redirects, even...
2009-06-05  Eric van Beurdenwininet: Rearrange invalid header checks.
2009-06-05  Eric van Beurdenwininet: Check for bad allocation in HeapReAlloc.
2009-06-03  Paul Vrienswininet/tests: Fix a few typos.
2009-06-02  Jacek Cabanwininet: Fixed tests on Windows.
2009-06-01  Jacek Cabanwininet: Test gzip encoded read.
2009-06-01  Jacek Cabanwininet: Added support for decompressing gzip encoded...
2009-06-01  Jacek Cabanwininet: Change read_buf type to BYTE.
2009-06-01  Jacek Cabanwininet: Always set path in HttpOpenRequest.
2009-06-01  Jacek Cabanwininet: Move strings to avoid duplications.
2009-05-28  Alexandre Julliardwininet: Add a critical section to protect the read...
2009-05-20  Marcus Meissnerwininet: lpwhr cannot be NULL (Coverity 927).
2009-05-18  Detlef Riekenbergwininet/tests: Remove a duplicate test.
2009-05-14  Alexandre Julliardwininet: Get rid of the SSL-specific read-ahead buffer.
2009-05-14  Alexandre Julliardwininet/tests: Add a test for reading chunked data.
2009-05-14  Alexandre Julliardwininet: Add a read-ahead buffer to allow InternetQuery...
2009-05-14  Alexandre Julliardwininet: Centralize detection of chunked mode and add...
2009-05-14  Paul Vrienswininet/tests: Fix some test failures on systems with...
2009-05-13  Hans Leidekkerwininet: Add a stub implementation of IncrementUrlCache...
2009-05-13  Hans Leidekkerwininet: Implement GetDiskInfoA.
2009-05-13  Paul Vrienswininet/tests: Fix some test failures with IE8 on W2K3.
2009-05-11  Nicolas Le Camwininet/tests: Fix test when automatically detect netwo...
2009-05-11  Nicolas Le Camwininet/tests: Temporize async HttpSendRequestEx test...
2009-05-06  Hans Leidekkerwininet: Don't send any data after being redirected.
2009-05-04  Alexandre Julliardwininet: Pass the complete redirected URL in INTERNET_S...
2009-05-04  Detlef Riekenbergwininet/tests: Prefer winehq.org over winehq.com.
2009-04-30  Hans Leidekkerwininet: Replace any existing content length header...
2009-04-30  Hans Leidekkerwininet: Implement InternetReadFileEx for ftp requests.
2009-04-27  Alexandre Julliardwininet: Fix a memory leak in the URL cache.
2009-04-27  Alexandre Julliardwininet: Add stubs for PrivacyGet/SetZonePreferenceW.
2009-04-27  Paul TBBle Hampsonwininet: HTTP_HttpAddRequestHeadersW should ignore...
2009-04-27  Paul TBBle Hampsonwininet/tests: Test for handling of blank headers in...
2009-04-24  Hans Leidekkerwininet: Replace any existing cookie header.
2009-04-24  Hans Leidekkerwininet: Fix parsing of cookies with attributes.
2009-04-21  Nicolas Le Camwininet/tests: Fix HttpSendRequestW test on IE5.
2009-04-20  Francois GougetAssorted spelling fixes.
2009-04-08  Hans Leidekkerwininet: Add tests for asynchronous HttpSendRequestEx...
2009-04-08  Hans Leidekkerwininet: Support asynchronous HttpEndRequest.
2009-04-08  Hans Leidekkerwininet: Don't start reading when POST data hasn't...
2009-04-08  Hans Leidekkerwininet: Send notifications from InternetWriteFile.
2009-04-08  Hans Leidekkerwininet: Keep track of the number of bytes written.
2009-04-06  Detlef Riekenbergwininet/tests: Fix a test with IE8.
2009-04-06  Marcus Meissnerwininet: Fixed memory corruption in urlcache.
2009-03-25  Alexandre Julliardwininet/tests: Fix another instance of changed behavior...
2009-03-25  Alexandre Julliardwininet/tests: Fix the http tests for the new winehq...
2009-03-10  Paul Vrienswininet/tests: Don't crash on IE5.01SP4.
2009-03-10  Paul Vrienswininet/tests: Skip tests if functions are not implemented.
2009-03-09  Jacek Cabanwininet: Release session after FTP_ReceiveResponse...
2009-03-09  Paul Vrienswininet/tests: Don't crash on systems with IE5.
2009-03-09  Paul Vrienswininet/tests: Skip tests for not implemented functions.
2009-03-09  Paul Vrienswininet/tests: Skip some tests on IE5.
2009-03-09  Paul Vrienswininet/tests: Test result differences are related...
2009-03-06  Vincent Povirkwininet: Stub RegisterUrlCacheNotification.
2009-03-05  Hans Leidekkerwinhttp, wininet: Load i2d_X509 from libcrypto.so.
2009-03-04  Hans Leidekkerwininet: Ignore invalid response headers.
2009-03-04  Hans Leidekkerwininet: Remove MSG_PEEK hack from HTTP_GetResponseHeaders.
2009-03-03  Jacek Cabanwininet: Don't send INTERNET_STATUS_HANDLE_CLOSING...
2009-02-25  Francois Gougetwininet/tests: Use win_skip() to skip over unimplemente...
next