atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / winhttp / request.c
2012-12-19  Hans Leidekkerwinhttp: Add a missing goto in winhttp_request_get_Status.
2012-11-23  Andrew Talbotwinhttp: Remove unused variables.
2012-10-22  Hans Leidekkerwinhttp: Respect the redirect policy setting.
2012-07-19  Heiko Hundwinhttp: Make strings in WINHTTP_PROXY_INFO non-const.
2012-03-12  Hans Leidekkerwinhttp: Fix up headers with wrong termination.
2012-02-20  Jan-Peter Nilssonwinhttp: Set the context on the request handle earlier.
2012-01-27  Hans Leidekkerwinhttp: Don't attempt to read data after receiving...
2012-01-27  Hans Leidekkerwinhttp: Also close the connection when there's nothing...
2012-01-27  Hans Leidekkerwinhttp: Only turn POST requests into GET requests...
2011-12-09  Hans Leidekkerwinhttp: Remove some dead assignments (clang).
2011-11-25  Hans Leidekkerwinhttp: Resolve the server name only on the first...
2011-11-24  Marcus Meissnerwinhttp: Added missing LeaveCriticalSection (Coverity).
2011-11-16  Hans Leidekkerwinhttp: Clean up properly in request_send.
2011-11-14  Francois Gougetwinhttp: Give a name to the critical sections.
2011-11-14  Hans Leidekkerwinhttp: Convert string data to UTF-8 and add a corresp...
2011-11-09  Hans Leidekkerwinhttp: Use a separate function to set request parameters.
2011-11-09  Hans Leidekkerwinhttp: Fix sending data with synchronous requests.
2011-09-05  Hans Leidekkerwinhttp: Fix some memory leaks.
2011-09-05  Hans Leidekkerwinhttp: Properly test a boolean variant.
2011-08-24  Hans Leidekkerwinhttp: Support setting the WinHttpRequestOption_Enabl...
2011-08-02  Hans Leidekkerwinhttp: Verify parameter types in IWinHttpRequest...
2011-08-02  Hans Leidekkerwinhttp: Implement IWinHttpRequest::SetAutoLogonPolicy.
2011-08-02  Hans Leidekkerwinhttp: Execute asynchronous requests in a separate...
2011-08-02  Hans Leidekkerwinhttp: Protect access to the request object with...
2011-07-29  Hans Leidekkerwinhttp: Store a copy of the proxy server name and...
2011-07-29  Hans Leidekkerwinhttp: Factor out request initialization.
2011-07-29  Hans Leidekkerwinhttp: Set an appropriate error when the request...
2011-07-29  Hans Leidekkerwinhttp: Fix some valgrind warnings.
2011-07-28  Hans Leidekkerwinhttp: Disable automatic authentication.
2011-07-27  Hans Leidekkerwinhttp: Don't send any data if the verb is GET.
2011-07-27  Hans Leidekkerwinhttp: Include the extra info part of the URL in...
2011-07-26  Hans Leidekkerwinhttp: Add support for sending data with a request.
2011-07-26  Hans Leidekkerwinhttp: Implement IWinHttpRequest::SetRequestHeader.
2011-07-26  Hans Leidekkerwinhttp: Implement IWinHttpRequest::GetResponseHeader.
2011-07-26  Hans Leidekkerwinhttp: Add some parameter checks.
2011-07-26  Hans Leidekkerwinhttp: Implement IWinHttpRequest::GetAllResponseHeaders.
2011-07-26  Hans Leidekkerwinhttp: Set WINHTTP_FLAG_SECURE if the scheme is https.
2011-07-26  Hans Leidekkerwinhttp: Add a default user agent header.
2011-07-26  Hans Leidekkerwinhttp: Add accept types to the request headers.
2011-07-26  Hans Leidekkerwinhttp: Implement IWinHttpRequest::SetProxy.
2011-07-24  Hans Leidekkerwinhttp: Propagate errors from asynchronous requests.
2011-07-24  Hans Leidekkerwinhttp: Set last error if the server didn't return...
2011-07-24  Hans Leidekkerwinhttp: Implement IWinHttpRequest::SetCredentials.
2011-07-24  Hans Leidekkerwinhttp: Implement IWinHttpRequest::get_ResponseBody.
2011-07-24  Hans Leidekkerwinhttp: Use an offset instead of a pointer for the...
2011-07-21  Hans Leidekkerwinhttp: Implement IWinHttpRequest::Abort.
2011-07-21  Hans Leidekkerwinhttp: Implement IWinHttpRequest::get_ResponseText.
2011-07-21  Hans Leidekkerwinhttp: Implement IWinHttpRequest::get_StatusText.
2011-07-21  Hans Leidekkerwinhttp: Implement IWinHttpRequest::get_Status.
2011-07-21  Hans Leidekkerwinhttp: Implement IWinHttpRequest::WaitForResponse.
2011-07-21  Hans Leidekkerwinhttp: Implement IWinHttpRequest::SetTimeouts.
2011-07-21  Hans Leidekkerwinhttp: Implement IWinHttpRequest::Send.
2011-07-21  Hans Leidekkerwinhttp: Implement IWinHttpRequest::Open.
2011-07-19  Hans Leidekkerwinhttp: Implement IDispatch for WinHttpRequest.
2011-07-08  Hans Leidekkerwinhttp: Add a stub implementation of IWinHttpRequest.
2011-06-01  Hans Leidekkerwinhttp: Don't change the verb if the server response...
2011-05-09  Karsten Elfenbeinwinhttp: Follow 307 temporary redirect.
2011-03-28  AndrĂ© Hentschelwinhttp: Port numbers are unsigned.
2010-08-20  Alexandre Julliardwinhttp: Make WinHttpQueryHeaders behave the same way...
2010-04-22  Hans Leidekkerwinhttp: Add support for basic authentication.
2010-03-05  Hans Leidekkerwinhttp: Implement WINHTTP_QUERY_STATUS_TEXT.
2010-02-22  Hans Leidekkerwinhttp: Add support for resolve timeouts.
2010-01-25  Hans Leidekkerwinhttp: Store the context passed to WinHttpSendRequest.
2009-12-04  Juan Langwinhttp: Pass hostname to netconn_secure_connect.
2009-10-29  Hans Leidekkerwinhttp: Implement WinHttpQueryHeaders(WINHTTP_QUERY_VE...
2009-10-29  Hans Leidekkerwinhttp: Accept empty headers parameter in WinHttpSendR...
2009-10-02  Michael Stefaniucwinhttp: 'http1_1' is already defined in the private...
2009-08-03  Gerald Pfeiferwinhttp: Include <sys/socket.h> from winhttp_private...
2009-07-24  Juan Langwinhttp: Implement connect timeout.
2009-07-22  Marcus Meissnerwinhttp: Check for NULL return from heap_alloc (Coverity).
2009-07-22  Juan Langwinhttp: Set a socket's timeouts when it's created.
2009-07-16  Juan Langwinhttp: Use the correct address length when connecting.
2009-07-15  Juan Langwinhttp: Issue CONNECT command to connect to a secure...
2009-07-15  Juan Langwinhttp: Use proxy server when redirecting.
2009-07-15  Juan Langwinhttp: Connect to the proxy port rather than the...
2009-07-15  Juan Langwinhttp: When connecting via a proxy include full hostn...
2009-07-09  Juan Langwinhttp: Support IPv6 addresses in open_connection.
2009-07-09  Juan Langwinhttp: Convert connect_t's address type from a struct...
2009-07-09  Juan Langwinhttp: Change type of netconn_resolve from struct...
2009-02-05  Michael Stefaniucwinhttp: Remove superfluous pointer casts.
2009-01-05  Alexandre Julliardwinhttp: Use ~0u instead of ~0ul for DWORD values.
2008-12-11  Hans Leidekkerwinhttp: Resolve host port at the latest possible moment.
2008-11-12  Aric Stewartwinhttp: Correct another difference between InternetCra...
2008-09-16  Hans Leidekkerwinhttp: Close the network connection if necessary.
2008-09-16  Hans Leidekkerwinhttp: Manage a session global cookie cache.
2008-09-16  Hans Leidekkerwinhttp: Move handling of default request parameters...
2008-09-16  Hans Leidekkerwinhttp: Reset content length when all data has been...
2008-09-11  Hans Leidekkerwinhttp: Strip content-type/length headers from request...
2008-09-11  Hans Leidekkerwinhttp: Preserve cookies on redirects.
2008-09-11  Hans Leidekkerwinhttp: Redirects are always GET requests.
2008-09-11  Hans Leidekkerwinhttp: Handle relative redirects.
2008-09-10  Juan Langwinhttp: Don't reference past the attribute array....
2008-09-10  Hans Leidekkerwinhttp: Don't loop on response codes other than 301...
2008-09-09  Hans Leidekkerwinhttp: Make sure not to read more data than expected...
2008-09-09  Hans Leidekkerwinhttp: WinHttpQueryDataAvailable should do a blocking...
2008-09-08  Hans Leidekkerwinhttp: Support asynchronous requests.
2008-09-08  Hans Leidekkerwinhttp: Add the remaining completion notifications.
2008-09-08  Hans Leidekkerwinhttp: The last parameter of WinHttpWriteData is...
2008-09-08  Hans Leidekkerwinhttp: Start sending async completion notifications...
2008-09-05  Hans Leidekkerwinhttp: The last parameter of WinHttpQueryDataAvailabl...
next