atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / winhttp / session.c
2012-12-28  Marcus Meissnerwinhttp: Do not free name too early (Coverity).
2012-12-18  Hans Leidekkerwinhttp: Use the hostname instead of the IPv4 address...
2012-12-18  Hans Leidekkerwinhttp: Check the server response when downloading...
2012-11-05  Detlef Riekenbergwinhttp: Accept WINHTTP_OPTION_CONFIGURE_PASSPORT_AUTH...
2012-11-01  Hans Leidekkerwinhttp: Fix the error returned from WinHttpGetProxyFor...
2012-10-22  Hans Leidekkerwinhttp: Pass the redirect policy setting down to reque...
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-04-23  Jacek Cabanwinhttp: Trace accept types in WinHttpOpenRequest.
2012-01-20  Hans Leidekkerwinhttp: Download PAC scripts in a separate session.
2011-12-09  Hans Leidekkerwinhttp: Avoid a null pointer dereference (clang).
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-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-16  Hans Leidekkerwinhttp: Implement WinHttpGetIEProxyConfigForCurrentUser.
2011-11-15  Hans Leidekkerwinhttp: Implement WinHttpDetectAutoProxyConfigUrl.
2011-09-05  Hans Leidekkerwinhttp: Fix some memory leaks.
2011-07-26  Hans Leidekkerwinhttp: Add accept types to the request headers.
2011-07-06  Frédéric Delanoywinhttp: Remove dead assignment (Clang).
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-07-22  Hans Leidekkerwinhttp: Add a partial implementation of WINHTTP_OPTION...
2010-05-18  Juan Langwinhttp: Store security flags in netconn_t.
2010-05-17  Michael Stefaniucwinhttp: Remove redundant "not NULL" check for the...
2010-05-14  Hans Leidekkerwinhttp: Support setting security flags on request...
2010-04-22  Hans Leidekkerwinhttp: Support setting and querying credentials on...
2010-02-22  Hans Leidekkerwinhttp: Add support for resolve timeouts.
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-25  Hans Leidekkerwinhttp: Adjust connect timeout to the value observed...
2009-10-26  Hans Leidekkerwinhttp: Implement HTTP_OPTION_PARENT_HANDLE for connec...
2009-10-21  Hans Leidekkerwinhttp: Fix a memory leak.
2009-09-09  Juan Langwinhttp: Add a fixme for WINHTTP_OPTION_SECURITY_FLAGS.
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  Juan Langwinhttp: Store send and receive timeouts in request_t...
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  Juan Langwinhttp: Fix a comment typo.
2009-07-15  Juan Langwinhttp: Don't set port number to a default before...
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: 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-07  Hans Leidekkerwinhttp: Implement WinHttpSetTimeouts.
2008-12-31  Paul TBBle Hampsonwinhttp: Don't try and call a null callback.
2008-12-11  Hans Leidekkerwinhttp: Resolve host port at the latest possible moment.
2008-12-08  Andrew Talbotwinhttp: Sign-compare warning fix.
2008-12-08  Hans Leidekkerwinhttp: Prepend slash to request path if necessary.
2008-09-17  Dmitry Timoshkovwinhttp: Move common code to the upper level, avoid...
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  Dmitry Timoshkovwinhttp: Add some tests for set/query option, make...
2008-09-09  Hans Leidekkerwinhttp: Option WINHTTP_OPTION_SERVER_CERT_CONTEXT...
2008-09-08  Hans Leidekkerwinhttp: Implement WINHTTP_OPTION_SERVER_CERT_CONTEXT.
2008-09-08  Hans Leidekkerwinhttp: Start sending async completion notifications...
2008-09-05  Hans Leidekkerwinhttp: Implement WinHttpQueryOption(WINHTTP_OPTION_SE...
2008-09-04  Hans Leidekkerwinhttp: Implement some more options.
2008-09-03  Hans Leidekkerwinhttp: Add status notification tests. Make them pass.
2008-09-03  Hans Leidekkerwinhttp: Add an initial implementation of WinHttpQueryO...
2008-09-03  Hans Leidekkerwinhttp: Move handling of default request parameters...
2008-08-29  Hans Leidekkerwinhttp: Use default values when empty strings are...
2008-08-29  Hans Leidekkerwinhttp: Add support for secure connections.
2008-08-26  Hans Leidekkerwinhttp: Remove some unneeded includes.
2008-08-26  Hans Leidekkerwinhttp: Implement WinHttpSendRequest.
2008-08-20  Hans Leidekkerwinhttp: Use default values for verb, object and versio...
2008-08-20  Hans Leidekkerwinhttp: Implement WinHttpAddRequestHeaders.
2008-08-20  Hans Leidekkerwinhttp: Add a stub implementation for WinHttpSetTimeouts.
2008-08-20  Hans Leidekkerwinhttp: Deliver status notifications to the application.
2008-08-19  Hans Leidekkerwinhttp: Implement WinHttpTimeFromSystemTime and WinHtt...
2008-08-19  Hans Leidekkerwinhttp: Add stub implementations for WinHttpGetDefault...
2008-08-19  Hans Leidekkerwinhttp: Implement WinHttpSetStatusCallback. Start...
2008-08-19  Hans Leidekkerwinhttp: Implement WinHttpOpenRequest.
2008-08-19  Hans Leidekkerwinhttp: Implement WinHttpConnect.
2008-08-19  Hans Leidekkerwinhttp: Implement WinHttpOpen and WinHttpCloseHandle.