quartz: Change VideoRenderer_Run to handle EndOfStream slightly better.
[wine] / dlls / winhttp /
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.
2009-10-08  Juan Langwinhttp: Set callbacks needed by OpenSSL for multithrea...
2009-10-05  Juan Langwinhttp: Unload OpenSSL when unloading winhttp.
2009-10-05  Juan Langwinhttp: Protect OpenSSL initialization with critical...
2009-10-05  Juan Langwinhttp: Move initialization of SSL_CTX to library...
2009-10-02  Michael Stefaniucwinhttp: 'http1_1' is already defined in the private...
2009-09-11  Ge van Geldorpwinhttp/tests: Fix tests on Win7.
2009-09-09  Juan Langwinhttp: Add a fixme for WINHTTP_OPTION_SECURITY_FLAGS.
2009-09-08  Hans Leidekkerwinhttp: Make tests pass on Win7. Conform to the more...
2009-08-19  Alexandre Julliardwinhttp/tests: Use the global wine_dbgstr_w instead...
2009-08-03  Gerald Pfeiferwinhttp: Include <sys/socket.h> from winhttp_private...
2009-07-24  Juan Langwinhttp: Only output fixme for unhandled resolve timeout.
2009-07-24  Juan Langwinhttp: Implement connect timeout.
2009-07-22  Alexandre Julliardwinhttp: Avoid casting away const.
2009-07-22  Marcus Meissnerwinhttp: Check for NULL return from heap_alloc (Coverity).
2009-07-22  Paul Vrienswinhttp/tests: Fix a test failure on some W2K/XP systems.
2009-07-22  Juan Langwinhttp: Remove no-longer-used #defines.
2009-07-22  Juan Langwinhttp: Remove calls to SSL_CTX_set_timeout, as they...
2009-07-22  Juan Langwinhttp: Use connection's timeout rather than default...
2009-07-22  Juan Langwinhttp: Set a socket's timeouts when it's created.
2009-07-22  Juan Langwinhttp: Store send and receive timeouts in request_t...
2009-07-22  Juan Langwinhttp: If the default proxy settings are not found...
2009-07-22  Juan Langwinhttp: Check environment if the registry settings...
2009-07-22  Juan Langwinhttp: Strip scheme from http_proxy environment variable.
2009-07-22  Juan Langwinhttp: Fix crash when proxy bypass is unset.
2009-07-16  Paul Vrienswinhttp: Fix a crash on Vista and higher.
2009-07-16  Juan Langwinhttp: Use the correct address length when connecting.
2009-07-16  Juan Langwinhttp: Fix a comment typo.
2009-07-15  Juan Langwinhttp: Issue CONNECT command to connect to a secure...
2009-07-15  Juan Langwinhttp: Don't set port number to a default before...
2009-07-15  Juan Langwinhttp: Allow full path in addition to relative path...
2009-07-15  Juan Langwinhttp: Use proxy server when redirecting.
next