mshtml: Added IOmHistory::get_length implementation.
[wine] / dlls / winhttp /
2013-04-02  Jacek Cabanwinhttp: Improved error handling in netconn_secure_connect.
2013-03-26  Francois Gougetwinhttp: netconn_get_next_line() is not used anymore...
2013-03-25  Hans Leidekkerwinhttp: Remove support for MSG_PEEK.
2013-03-25  Hans Leidekkerwinhttp: Add a read-ahead buffer to allow WinHttpQueryD...
2013-03-15  Hans Leidekkerwinhttp: Implement WINHTTP_OPTION_CONNECTION_INFO.
2013-03-07  Hans Leidekkerwinhttp: Make the first parameter of resolve_hostname...
2013-03-06  Alexandre Julliardwinhttp: Always pass a ULONG variable to ioctlsocket.
2013-03-06  Andrew Talbotwinhttp: Avoid signed-unsigned integer comparisons.
2013-03-05  Hans Leidekkerwinhttp: Make sure to clear response headers from a...
2013-03-05  Hans Leidekkerwinhttp: Implement WINHTTP_OPTION_REDIRECT_POLICY_DISAL...
2013-03-05  Hans Leidekkerwinhttp: Add a helper to retrieve the redirect URL.
2013-03-05  Hans Leidekkerwinhttp: Use symbolic constants for HTTP status codes.
2013-02-21  Jacek Cabanwinhttp: Removed no longer used netconn_init argument.
2013-02-20  Jacek Cabanwinhttp: Get cert store directly from cert in netconn_v...
2013-01-23  Jacek Cabanwinhttp: Use schannel for HTTPS connection by defaul...
2013-01-23  Jacek Cabanwinhttp: Added schannel-based netconn_get_cipher_streng...
2013-01-23  Jacek Cabanwinhttp: Added schannel-based netconn_get_certificate...
2013-01-23  Jacek Cabanwinhttp: Added schannel-based netconn_send implementation.
2013-01-23  Jacek Cabanwinhttp: Added schannel-based netconn_recv implementation.
2013-01-23  Jacek Cabanwinhttp: Use schannel in netconn_secure_connect if...
2013-01-23  Jacek Cabanwinhttp: Enable more OpenSSL-independent code when...
2013-01-23  Jacek Cabanwinhttp: Test that the data is really read in test_secu...
2013-01-02  Hans Leidekkerwinhttp/tests: Accept another error from WinHttpGetProx...
2012-12-28  Marcus Meissnerwinhttp: Do not free name too early (Coverity).
2012-12-21  Hans Leidekkerwinhttp/tests: Make sure proxy settings are restored.
2012-12-19  Hans Leidekkerwinhttp: Add a missing goto in winhttp_request_get_Status.
2012-12-19  Hans Leidekkerwinhttp/tests: Fix test failures on Windows 8.
2012-12-18  Hans Leidekkerwinhttp: Use the hostname instead of the IPv4 address...
2012-12-18  Hans Leidekkerwinhttp: Check the server response when downloading...
2012-12-14  Francois Gougetwinhttp/tests: Make some traces more explicit.
2012-11-23  Andrew Talbotwinhttp: Remove unused variables.
2012-11-05  Detlef Riekenbergwinhttp: Accept WINHTTP_OPTION_CONFIGURE_PASSPORT_AUTH...
2012-11-01  Hans Leidekkerwinhttp: Fix the error returned from WinHttpGetProxyFor...
2012-10-22  Hans Leidekkerwinhttp: Respect the redirect policy setting.
2012-10-22  Hans Leidekkerwinhttp: Pass the redirect policy setting down to reque...
2012-08-28  Jacek CabanAlways define WIDL_C_INLINE_WRAPPERS.
2012-07-27  Hans Leidekkerwinhttp: Use platform-specific versions of IActiveScrip...
2012-07-19  Heiko Hundwinhttp: Make strings in WINHTTP_PROXY_INFO non-const.
2012-07-02  Jaime Ravewinhttp: Show discovery via DHCP not supported just...
2012-05-21  Michael Stefaniucwinhttp/tests: Remove wrong check for 'len'.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-04-23  Jacek Cabanwinhttp: Trace accept types in WinHttpOpenRequest.
2012-04-19  Jacek Cabanwinhttp: Use SSL_pending in netconn_query_data_available.
2012-04-19  Jacek Cabanwinhttp: Fixed netconn_recv when read uses both SSL_rec...
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...
2012-01-20  Hans Leidekkerwinhttp: Download PAC scripts in a separate session.
2011-12-19  Hans Leidekkerwinhttp/tests: Avoid crashes on some win2k systems.
2011-12-09  Hans Leidekkerwinhttp: Remove some dead assignments (clang).
2011-12-09  Hans Leidekkerwinhttp: Avoid a null pointer dereference (clang).
2011-12-01  Hans Leidekkerwinhttp: Double the handle table size on reallocation.
2011-12-01  Hans Leidekkerwinhttp: Support ICU_ESCAPE in WinHttpCrackUrl.
2011-12-01  Hans Leidekkerwinhttp: Consistently use the allocation macros.
2011-11-25  Hans Leidekkerwinhttp: Resolve the server name only on the first...
2011-11-24  Marcus Meissnerwinhttp: Check return value of CLSIDFromProgID (Coverity).
2011-11-24  Marcus Meissnerwinhttp: Added missing LeaveCriticalSection (Coverity).
2011-11-21  Hans Leidekkerwinhttp: Make the standard utilities available to PAC...
2011-11-21  Hans Leidekkerwinhttp: Fix a memory leak in run_script.
2011-11-21  Hans Leidekkerwinhttp: Reverse the order of arguments passed to Invoke.
2011-11-18  Hans Leidekkerwinhttp: Implement WinHttpGetProxyForUrl.
2011-11-17  Francois Gougetwinhttp: Delete the static critical sections when unloa...
2011-11-16  Hans Leidekkerwinhttp: Implement WinHttpGetIEProxyConfigForCurrentUser.
2011-11-16  Hans Leidekkerwinhttp: Clean up properly in request_send.
2011-11-15  Hans Leidekkerwinhttp: Accept a missing buffer when parsing a decoded...
2011-11-15  Hans Leidekkerwinhttp: Implement WinHttpDetectAutoProxyConfigUrl.
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-10-17  Marcus Meissnerwinhttp: Fixed sizeof calls (Coverity).
2011-09-05  Hans Leidekkerwinhttp: Fix some memory leaks.
2011-09-05  Hans Leidekkerwinhttp/tests: Initialize a variant with a known value.
2011-09-05  Hans Leidekkerwinhttp: Properly test a boolean variant.
2011-08-24  Hans Leidekkerwinhttp: Support setting the WinHttpRequestOption_Enabl...
2011-08-05  Hans Leidekkerwinhttp: Don't depend on shlwapi for decoding a URL.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-08-02  Alexandre Julliardmakefiles: Remove some redundant registration scripts.
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-08-02  Alexandre Julliardmakefiles: Generate resource files for typelibs.
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.
next