mshtml: HTMLWindow_item code clean up.
[wine] / dlls / winhttp /
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.
2010-10-25  Andrew Nguyenwinhttp: Fix const qualifier warning for OpenSSL 1...
2010-10-04  Juan Langwinhttp: Let CertVerifyCertificateChainPolicy handle...
2010-10-01  Juan Langwinhttp: Set cipher strength bits when querying WINHTTP...
2010-10-01  Juan Langwinhttp: Support querying the cipher strength of an...
2010-10-01  Juan Langwinhttp: Return signature algorithm name in WINHTTP_CER...
2010-10-01  Juan Langwinhttp: More completely implement querying WINHTTP_OPT...
2010-10-01  Juan Langwinhttp: Verify SSL policy of chains whose errors were...
2010-10-01  Juan Langwinhttp: Honor more SECURITY_FLAG_IGNORE flags.
2010-10-01  Juan Langwinhttp: Don't make use of OpenSSL's security checks...
2010-10-01  Juan Langwinhttp: Remove unused function pointer.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-08-20  Alexandre Julliardwinhttp: Make WinHttpQueryHeaders behave the same way...
2010-08-02  Uwe Bonneswininet: Add const qualifier after openssl version...
2010-07-22  Hans Leidekkerwinhttp: Handle errors from SSL_read.
2010-07-22  Hans Leidekkerwinhttp: Add a partial implementation of WINHTTP_OPTION...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-06-08  Juan Langwinhttp/tests: Skip tests when a connection fails.
2010-05-18  Juan Langwinhttp: Honor security flags when verifying a certificate.
2010-05-18  Juan Langwinhttp: Store a pointer to the netconn_t in the SSL...
2010-05-18  Juan Langwinhttp: Store security flags in netconn_t.
2010-05-17  Michael Stefaniucwinhttp: Remove redundant "not 0" test of argument...
2010-05-17  Michael Stefaniucwinhttp: Remove redundant "not NULL" check for the...
2010-05-14  Hans Leidekkerwinhttp: Support setting security flags on request...
2010-05-08  Paul Vrienswinhttp/tests: Show the correct error.
2010-04-22  Hans Leidekkerwinhttp/tests: Avoid test failures caused by broken...
2010-04-22  Hans Leidekkerwinhttp/tests: Use the right handle type.
2010-04-22  Hans Leidekkerwinhttp: Add tests for basic authentication.
2010-04-22  Hans Leidekkerwinhttp: Add support for basic authentication.
2010-04-22  Hans Leidekkerwinhttp: Support setting and querying credentials on...
2010-03-17  Maciej Borszwinhttp: Fix invalid behaviour of WinHttpCrackUrl.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-05  Hans Leidekkerwinhttp: Implement WINHTTP_QUERY_STATUS_TEXT.
2010-02-22  Hans Leidekkerwinhttp: Add support for resolve timeouts.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-17  Hans Leidekkerwinhttp/tests: Wait for a handle closing notification.
2010-01-29  Matijn Woudtwinhttp: Implement WINHTTP_OPTION_{CONNECT, SEND, RECEI...
2010-01-29  Matijn Woudtwinhttp: Add timeout for session handles and implement...
2010-01-29  Matijn Woudtwinhttp/tests: Add timeout tests for WinHttp{Set, Query...
2010-01-28  Matijn Woudtwinhttp/tests: Add tests for WinHttpSetTimeouts.
next