wininet: Fixed gzip decoding on chunked stream.
[wine] / dlls / wininet / http.c
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...
2008-09-25  Hans Leidekkerwininet: Support setting username and password through...
2008-08-28  Lei Zhangwininet: Remove redundant CrLf variables.
2008-08-28  Lei Zhangwininet: Work around NULL headers when handling HTTP_QU...
2008-08-19  Vincent Povirkwininet: Default to keep-alive when the server is HTTP...
2008-07-31  Dan Kegelwininet: HTTP_QUERY_RAW_HEADERS_CRLF length shouldn...
2008-07-21  Hans Leidekkerwininet: Fix cookie buffer overflow.
2008-07-21  Hans Leidekkerwininet: Move insertion of cookie header from HttpOpenR...
2008-07-21  Hans Leidekkerwininet: Fix a memory leak.
2008-07-21  Jacek Cabanwininet: Moved more InternetQueryOption implementation...
2008-07-21  Jacek Cabanwininet: Move InternetQueryOption(INTERNET_OPTION_USER_...
2008-07-17  Vincent Povirkwininet: Always respect Proxy-Connection: or Connection...
2008-07-07  Alexander Morozovwininet: Add port number to Host HTTP header.
2008-07-07  Alexander Morozovwininet: Add support of INTERNET_FLAG_NO_CACHE_WRITE.
2008-07-04  Alexander Morozovwininet: Remove unneeded variable.
2008-06-30  Hans Leidekkerwininet: Only reconnect when redirected to an external...
2008-06-24  Hans Leidekkerwininet: Resolve hostname once per connection.
2008-06-24  Hans Leidekkerwininet: Send a 'Pragma: no-cache' header if asked...
2008-06-24  Hans Leidekkerwininet: Clear last error upon successful return from...
2008-06-21  Rob Shearmanwininet: Fix memory leak in HTTP_DeleteCustomHeader.
2008-06-19  Colin Finckwininet: Always pass a variable as lpNumberOfBytesWritt...
2008-06-02  Hans Leidekkerwininet: Don't send a "Connection: Close" header.
2008-06-02  Hans Leidekkerwininet: Make resolving hostnames thread-safe.
2008-05-22  Lei Zhangwininet: Send https scheme to proxy server when appropr...
2008-05-19  Hans Leidekkerwininet: Fix buffer size query for HttpQueryInfo(HTTP_Q...
2008-05-19  Hans Leidekkerwininet: INTERNET_STATUS_REQUEST_COMPLETE callback...
2008-05-19  Rob Shearmanwininet: Fix a typo in is_basic_auth_value.
2008-05-12  Hans Leidekkerwininet: HTTP_BuildProxyRequestUrl returns a pointer.
2008-05-12  Hans Leidekkerwininet: Don't overwrite content length header in HttpS...
2008-05-07  Hans Leidekkerwininet: Deal with bogus accept types array passed...
2008-05-05  Andrew Talbotwininet: Remove unused variables.
2008-05-05  Hans Leidekkerwininet: Don't add the user agent header until HttpSend...
2008-04-24  Dan Hipschmanwininet: Don't forget the INTERNET_STATUS_REDIRECT...
2008-04-23  Dan Hipschmanwininet: Remove custom content-length/type headers...
2008-04-22  Austin EnglishSpelling fixes.
2008-04-18  Aric Stewartwininet: Correct the case where Content-Length is set...
2008-04-04  Alexandre Julliardwininet: Avoid size_t type in trace.
2008-04-01  Hans Leidekkerwininet: Use INTERNET_MAX_URL_LENGTH to size buffers...
2008-04-01  Hans Leidekkerwininet: Parse the redirect URL in HTTP_HandleRedirect...
2008-04-01  Hans Leidekkerwininet: Remove dead code from HTTP_DealWithProxy and...
2008-03-31  Hans Leidekkerwininet: Don't set the host port from the server port.
2008-03-31  Hans Leidekkerwininet: Fix redirects through a proxy.
2008-03-31  Hans Leidekkerwininet: Don't close proxy connections when keep-alive...
2008-03-28  Dan Hipschmanwininet: InternetReadFileExA should check INTERNET_FLAG...
2008-03-28  Dan Hipschmanwininet: HttpSendRequestExA is not a stub.
2008-03-26  Hans Leidekkerwininet: Support chunked reads in InternetReadFileEx...
2008-03-26  Hans Leidekkerwininet: Implement chunked reads.
2008-03-25  Hans Leidekkerwininet: Don't strip Accept-Encoding headers from versi...
2008-03-15  Rob Shearmanwininet: If we receive an error from InitializeSecurity...
2008-03-15  Rob Shearmanwininet: Assume that if we're connected to an HTTP...
2008-03-12  Rob Shearmanwininet: Only clear authentication header if the connec...
2008-03-12  Rob Shearmanwininet: Fix proxy authentication by using the data...
next