d3drm: Just use RGBA_MAKE.
[wine] / dlls / winhttp /
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.
2010-01-28  Marcus Meissnerwinhttp: On NULL request, skip the other tests (Coverity).
2010-01-25  Hans Leidekkerwinhttp: Store the context passed to WinHttpSendRequest.
2010-01-25  Hans Leidekkerwinhttp: Adjust connect timeout to the value observed...
2010-01-06  Reece DunnDon't generate FIXME warnings for DllCanUnloadNow.
2009-12-24  Alexandre Julliardwinhttp: Fix pointer cast warnings on 64-bit.
2009-12-15  Juan Langwinhttp: Set error and fail if a secure connections...
2009-12-15  Juan Langwinhttp: Return error directly from netconn_verify_cert.
2009-12-14  Juan Langwinhttp/tests: Skip secure connection tests if the...
2009-12-14  Juan Langwinhttp: Don't call a function whose result is never...
2009-12-11  Juan Langwinhttp: Free OpenSSL error strings at unload.
2009-12-09  Juan Langwinhttp/tests: Only free a certificate context if retri...
2009-12-09  Juan Langwinhttp: Fix test error when run as non-administrator.
2009-12-08  Marcus Meissnerwinhttp: Check for endCert being NULL (Coverity).
2009-12-07  Francois Gougetwinhttp: Fix compilation on systems that don't support...
2009-12-07  Juan Langwinhttp: Use sk_ functions rather than accessing an...
2009-12-07  Huw Davieswinhttp: Load X509_STORE_CTX_get_ex_data from libcrypto...
2009-12-04  Juan Langwinhttp: Check the certificate in an https connection...
2009-12-04  Juan Langwinhttp: Set callback to verify hostname with peer...
2009-12-04  Juan Langwinhttp: Store hostname for secure connection in its...
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-27  Hans Leidekkerwinhttp: Clean up locks after closing libssl and libcrypto.
2009-10-26  Hans Leidekkerwinhttp: Implement HTTP_OPTION_PARENT_HANDLE for connec...
2009-10-21  Hans Leidekkerwinhttp: Fix two memory leaks.
2009-10-21  Hans Leidekkerwinhttp/tests: Free the certificate context after use.
2009-10-21  Hans Leidekkerwinhttp: Correct SSL lock size and make sure we free...
2009-10-21  Hans Leidekkerwinhttp: Fix a memory leak.
next