wininet: Set callbacks needed by OpenSSL for multithreaded use.
[wine] / dlls / wininet / http.c
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...
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...
next