gdiplus/tests: Cleanup resources on error path in test_font_height_scaling (coverity).
[wine] / dlls / winhttp /
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.
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: Add tests for IWinHttpRequest.
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: Register interfaces and add a typelib resource.
2011-07-08  Hans Leidekkerwinhttp: Add a class factory implementation.
2011-07-08  Hans Leidekkerwinhttp: Add a stub implementation of IWinHttpRequest.
2011-07-06  Frédéric Delanoywinhttp: Remove dead assignment (Clang).
2011-06-20  Jerome Leclanchewinhttp: Fix a warning when compiling --without-openssl.
2011-06-01  Hans Leidekkerwinhttp: Don't change the verb if the server response...
2011-05-09  Karsten Elfenbeinwinhttp: Follow 307 temporary redirect.
2011-04-29  Marcus Meissnerwinhttp: Mark internal symbols as hidden.
2011-04-20  Alexandre Julliardwinhttp: Use an accessor function instead of directly...
2011-03-29  André Hentschelwinhttp: Port numbers are unsigned (more).
2011-03-28  André Hentschelwinhttp: Port numbers are unsigned.
2011-02-09  Austin Englishwinhttp/tests: Make sure a return value is used (LLVM...
2011-01-27  Hans Leidekkerwinhttp/tests: Test a return value (clang).
2011-01-20  Greg Geldorpwinhttp/tests: No reconnect on redirect when using...
2011-01-17  Greg Geldorpwinhttp/tests: Fix tests when connecting via proxy.
2010-11-16  Juan Langwinhttp: Verify revocation status of certificate chain.
2010-10-25  Andrew Nguyenwinhttp: Fix misleading OpenSSL version number check.
next