crypt32: Trace enhanced key usage extension.
[wine] / dlls / winhttp /
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.
2009-07-15  Juan Langwinhttp: Use a helper function to set connect_t's serve...
2009-07-15  Juan Langwinhttp: Connect to the proxy port rather than the...
2009-07-15  Juan Langwinhttp: When connecting via a proxy include full hostn...
2009-07-15  Juan Langwinhttp: Set connect_t's servername and port based...
2009-07-15  Juan Langwinhttp: Honor WINHTTP_ACCESS_TYPE_DEFAULT_PROXY in...
2009-07-15  Juan Langwinhttp: Support getting the default proxy settings...
2009-07-15  Juan Langwinhttp: Implement WinHttpGetDefaultProxyConfiguration.
2009-07-15  Juan Langwinhttp: Implement WinHttpSetDefaultProxyConfiguration.
2009-07-15  Juan Langwinhttp: Add tests for WinHttpSetDefaultProxyConfiguration.
2009-07-09  Juan Langwinhttp: Support IPv6 in netconn_resolve.
2009-07-09  Juan Langwinhttp: Support IPv6 addresses in open_connection.
2009-07-09  Juan Langwinhttp: Convert connect_t's address type from a struct...
2009-07-09  Juan Langwinhttp: Simplify netconn_resolve when using getaddrinfo.
2009-07-09  Juan Langwinhttp: Change type of netconn_resolve from struct...
2009-07-07  Hans Leidekkerwinhttp: Implement WinHttpSetTimeouts.
2009-03-05  Hans Leidekkerwinhttp, wininet: Load i2d_X509 from libcrypto.so.
2009-02-05  Michael Stefaniucwinhttp: Remove superfluous pointer casts.
2009-01-05  Hans Leidekkerwinhttp: Set last error for invalid URLs passed to...
2009-01-05  Alexandre Julliardwinhttp: Use ~0u instead of ~0ul for DWORD values.
2009-01-03  Alexandre Julliardwinhttp/tests: Use ~0u instead of ~0ul for DWORD values.
2008-12-31  Paul TBBle Hampsonwinhttp: Don't try and call a null callback.
2008-12-31  Paul TBBle Hampsonwinhttp: Correctly parse specified ports in WinHttpCrac...
2008-12-31  Paul TBBle Hampsonwinhttp/tests: Add tests for WinHttpCrackUrl port numbe...
2008-12-31  Paul TBBle Hampsonwinhttp: Fix resolution-failure TRACE in netconn_resolv...
2008-12-29  Austin Englishwinhttp: Fix a missing include for OpenBSD.
2008-12-22  Alexandre Julliardlibport: Replacement for poll().
2008-12-12  Francois Gougetwininet & winhttp: Remove the MSG_WAITALL definition...
2008-12-11  Hans Leidekkerwinhttp: Resolve host port at the latest possible moment.
2008-12-11  Hans Leidekkerwinhttp: Validate parameters per component in WinHttpCr...
2008-12-08  Andrew Talbotwinhttp: Sign-compare warning fix.
2008-12-08  Hans Leidekkerwinhttp: Prepend slash to request path if necessary.
2008-12-08  Francois Gougetwininet & winhttp: Fix a pointer type mismatch warning...
2008-11-20  Hans Leidekkerwinhttp: Prefer builtin over native.
2008-11-18  Hans Leidekkerwinhttp: Add tests for WinHttpCrackUrl.
2008-11-18  Hans Leidekkerwinhttp: Reimplement WinHttpCrackUrl.
2008-11-12  Aric Stewartwinhttp: Correct another difference between InternetCra...
2008-10-01  Rob Shearmanwinhttp: Fix compilation with MinGW/MSVC.
2008-09-29  Hans Leidekkerwinhttp: Skip notifications that may arrive out of...
2008-09-23  Hans Leidekkerwinhttp: Add tests for WinHttpCreateUrl.
2008-09-23  Hans Leidekkerwinhttp: Implement WinHttpCreateUrl.
2008-09-17  Dmitry Timoshkovwinhttp: Move common code to the upper level, avoid...
2008-09-16  Hans Leidekkerwinhttp: Close the network connection if necessary.
2008-09-16  Hans Leidekkerwinhttp: Fix logic inversion bug in setting disable...
2008-09-16  Hans Leidekkerwinhttp: Manage a session global cookie cache.
2008-09-16  Hans Leidekkerwinhttp: Move handling of default request parameters...
2008-09-16  Hans Leidekkerwinhttp: Reset content length when all data has been...
2008-09-16  Dmitry Timoshkovwinhttp: Add some tests for set/query option, make...
2008-09-11  Hans Leidekkerwinhttp: Strip content-type/length headers from request...
2008-09-11  Hans Leidekkerwinhttp: Preserve cookies on redirects.
2008-09-11  Hans Leidekkerwinhttp: Redirects are always GET requests.
2008-09-11  Hans Leidekkerwinhttp: Handle relative redirects.
2008-09-10  Rob Shearmanwinhttp: Add version resource.
2008-09-10  Juan Langwinhttp: Don't reference past the attribute array....
2008-09-10  Hans Leidekkerwinhttp: Better diagnostics in the notification test.
2008-09-10  Hans Leidekkerwinhttp: Increase sleep between two tests that connect...
2008-09-10  Hans Leidekkerwinhttp: Don't loop on response codes other than 301...
2008-09-09  Hans Leidekkerwinhttp: Make sure not to read more data than expected...
2008-09-09  Hans Leidekkerwinhttp: WinHttpQueryDataAvailable should do a blocking...
2008-09-09  Hans Leidekkerwinhttp: Option WINHTTP_OPTION_SERVER_CERT_CONTEXT...
2008-09-08  Hans Leidekkerwinhttp: Support asynchronous requests.
2008-09-08  Hans Leidekkerwinhttp: Add the remaining completion notifications.
2008-09-08  Hans Leidekkerwinhttp: Use a process global SSL context instead of...
2008-09-08  Hans Leidekkerwinhttp: The last parameter of WinHttpWriteData is...
next