atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / winhttp / net.c
2012-11-23  Andrew Talbotwinhttp: Remove unused variables.
2012-04-19  Jacek Cabanwinhttp: Use SSL_pending in netconn_query_data_available.
2012-04-19  Jacek Cabanwinhttp: Fixed netconn_recv when read uses both SSL_rec...
2011-12-01  Hans Leidekkerwinhttp: Consistently use the allocation macros.
2011-11-17  Francois Gougetwinhttp: Delete the static critical sections when unloa...
2011-11-14  Francois Gougetwinhttp: Give a name to the critical sections.
2011-06-20  Jerome Leclanchewinhttp: Fix a warning when compiling --without-openssl.
2011-04-20  Alexandre Julliardwinhttp: Use an accessor function instead of directly...
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: Support querying the cipher strength of an...
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-08-02  Uwe Bonneswininet: Add const qualifier after openssl version...
2010-07-22  Hans Leidekkerwinhttp: Handle errors from SSL_read.
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-17  Michael Stefaniucwinhttp: Remove redundant "not 0" test of argument...
2010-02-22  Hans Leidekkerwinhttp: Add support for resolve timeouts.
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: Don't call a function whose result is never...
2009-12-11  Juan Langwinhttp: Free OpenSSL error strings at unload.
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-27  Hans Leidekkerwinhttp: Clean up locks after closing libssl and libcrypto.
2009-10-21  Hans Leidekkerwinhttp: Correct SSL lock size and make sure we free...
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-07-24  Juan Langwinhttp: Implement connect timeout.
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-09  Juan Langwinhttp: Support IPv6 in netconn_resolve.
2009-07-09  Juan Langwinhttp: Simplify netconn_resolve when using getaddrinfo.
2009-07-09  Juan Langwinhttp: Change type of netconn_resolve from struct...
2009-03-05  Hans Leidekkerwinhttp, wininet: Load i2d_X509 from libcrypto.so.
2009-02-05  Michael Stefaniucwinhttp: Remove superfluous pointer casts.
2008-12-31  Paul TBBle Hampsonwinhttp: Fix resolution-failure TRACE in netconn_resolv...
2008-12-08  Francois Gougetwininet & winhttp: Fix a pointer type mismatch warning...
2008-10-01  Rob Shearmanwinhttp: Fix compilation with MinGW/MSVC.
2008-09-09  Hans Leidekkerwinhttp: WinHttpQueryDataAvailable should do a blocking...
2008-09-08  Hans Leidekkerwinhttp: Use a process global SSL context instead of...
2008-09-08  Hans Leidekkerwinhttp: Implement WINHTTP_OPTION_SERVER_CERT_CONTEXT.
2008-09-03  Hans Leidekkerwinhttp: Allow reusing a secure connection.
2008-09-03  Hans Leidekkerwinhttp: Avoid testing errno when it isn't set.
2008-08-29  Michael Stefaniucwinhttp: Move the wine includes after the system includes.
2008-08-29  Hans Leidekkerwinhttp: Add support for secure connections.
2008-08-26  Alexandre JulliardInclude sys/filio.h to get the FIONREAD definition...
2008-08-26  Hans Leidekkerwinhttp: Add networking infrastructure.