wininet: Don't use INTERNET_SetLastError in HttpSendRequestA.
[wine] / dlls / wininet / http.c
2009-12-21  Jacek Cabanwininet: Don't use INTERNET_SetLastError in HttpSendReq...
2009-12-21  Hans Leidekkerwininet: Always set last error in HttpSendRequest{...
2009-12-17  Jacek Cabanwininet: Make sure to not read over chunk end in read_g...
2009-12-14  Jacek Cabanwininet: Directly return error status from HTTP_HttpQue...
2009-12-09  Jacek Cabanwininet: Correctly handle dwContentRead for gzip encode...
2009-12-09  Juan Langwininet: Fix an apparent typo.
2009-12-09  Juan Langwininet: Trace more parameters to HTTP_GetCustomHeaderI...
2009-12-07  Hans Leidekkerwininet: Cleanup any existing cache file before creatin...
2009-12-04  Juan Langwininet: Correct length of data passed to callback...
2009-12-03  Jacek Cabanwininet: Directly return error status from HTTP_HandleR...
2009-12-03  Jacek Cabanwininet: Directly return error status fro HTTP_HttpEndR...
2009-12-03  Jacek Cabanwininet: Directly return error from HTTP_HttpSendRequest.
2009-12-01  Jacek Cabanwininet: Make HTTP_HttpSendRequestW static and avoid...
2009-12-01  Jacek Cabanwininet: Directly return error status from HTTP_HttpAdd...
2009-12-01  Jacek Cabanwininet: Directly return error status from HTTP_HttpOpe...
2009-12-01  Jacek Cabanwininet: Make HTTP_HttpOpenRequestW static and avoid...
2009-12-01  Jacek Cabanwininet: Directly return error status from NETCON_init.
2009-12-01  Jacek Cabanwininet: Directly return error status from refill_buffer.
2009-12-01  Jacek Cabanwininet: Directly return error status from NETCON_recv.
2009-11-30  Jacek Cabanwininet: Don't use INTERNET_SetLastError in HttpSendReq...
2009-11-30  Jacek Cabanwininet: Directly return error status from HTTP_OpenCon...
2009-11-30  Jacek Cabanwininet: Directly return error status from WriteFile...
2009-11-30  Jacek Cabanwininet: Dorectly return error status from NETCON_secur...
2009-11-30  Jacek Cabanwininet: Directly return error status from NETCON_connect.
2009-11-30  Jacek Cabanwininet: Directly return error status from NETCON_create.
2009-11-17  Hans Leidekkerwininet: Avoid a crash on NULL lpcszHeader in HttpSendR...
2009-10-27  Hans Leidekkerwininet: Avoid accessing uninitialized memory in HttpSe...
2009-10-13  Aric Stewartwininet: Cache basic authentication values based on...
2009-09-30  Erik Inge Bolsøwininet: Add test for response without headers, avoid...
2009-09-02  Hans Leidekkerwininet: Destroy authorization info on failure in HTTP_...
2009-08-24  Jacek Cabanwininet: Don't free gzip_stream in HTTPREQ_CloseConnection.
2009-08-11  Juan Langwininet: Partially implement InternetQueryOption for...
2009-08-03  Jacek Cabanwininet: Explicity delete Content-Length header for...
2009-07-22  Hans Leidekkerwininet: Correct handling of redirected HEAD requests.
2009-07-17  Jacek Cabanwininet: Code clean up by using heap_strdup* functions.
2009-07-17  Jacek Cabanwininet: Rename WININET_strdupW to standard heap_strdupW.
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 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: Change type of GetAddress from struct sockaddr...
2009-07-08  Jacek Cabanwininet: Rename WININETHANDLEHEADER to object_header_t.
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  Mike Kaplinskiywininet: Make \r and \n valid header separators.
2009-06-16  Hans Leidekkerwininet: Always create a URL cache entry.
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-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-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-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-04-30  Hans Leidekkerwininet: Replace any existing content length header...
2009-04-27  Paul TBBle Hampsonwininet: HTTP_HttpAddRequestHeadersW should ignore...
2009-04-24  Hans Leidekkerwininet: Replace any existing cookie header.
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-03-04  Hans Leidekkerwininet: Ignore invalid response headers.
2009-03-04  Hans Leidekkerwininet: Remove MSG_PEEK hack from HTTP_GetResponseHeaders.
2009-02-18  Aric Stewartwininet: Make use of improved cookie functions and...
2009-02-13  Hans Leidekkerwininet: Properly drain content for chunked transfers.
2009-02-02  Andrew Talbotwininet: Declare some functions static.
2009-01-29  Hans Leidekkerwininet: Make sure redirected POST requests become...
2009-01-22  Jacek Cabanwininet: Set dwError to 0 in first INTERNET_STATUS_REQU...
2009-01-16  Hans Leidekkerwininet: Calculate the header size if needed in HttpSen...
2009-01-16  Hans Leidekkerwininet: Implement InternetReadFileExW.
2009-01-15  Hans Leidekkerwininet: Send a content length header for all verbs...
2009-01-13  Jacek Cabanwininet: Make sure that we have data buffered before...
2009-01-05  Alexandre Julliardwininet: Use ~0u instead of ~0ul for DWORD values.
2008-12-09  Alexandre Julliardwininet: Include ws2tcpip.h before anything else for...
2008-12-08  Andrew Talbotwininet: Sign-compare warnings fix.
2008-12-03  Hans Leidekkerwininet: Stop leaking username and password.
2008-12-03  Hans Leidekkerwininet: Support setting username and password options...
2008-12-02  Hans Leidekkerwininet: Don't increase index in HttpQueryInfo if reque...
2008-12-01  Michael Stefaniucwininet: Remove some superfluous casts.
2008-11-25  Francois Gougetwininet: Remove WINAPI on static functions where not...
2008-11-05  Lei Zhangwininet: Handle HTTP 303 redirects.
2008-11-05  Lei Zhangwininet: Remove redundant variables.
2008-11-03  Marcus Meissnerwininet: Removed redundant NULL check (Coverity).
2008-10-24  Hans Leidekkerwininet: Add an exception handler in HttpOpenRequestA...
2008-10-17  Hans Leidekkerwininet: Don't destroy authentication data when closing...
2008-10-08  Jan-Peter Nilssonwininet: Fix HTTP_ProcessCookies only processing one...
2008-10-08  Rob Shearmanwininet: Fix crash when calling HttpQueryInfoA/W(HTTP_Q...
2008-10-07  Hans Leidekkerwininet: Avoid a crash on certain buffer size queries...
2008-10-01  Rob Shearmanwininet: Compare HRESULT values explicitly against...
next