winhttp: Remove redundant "not 0" test of argument len.
[wine] / dlls / winhttp / net.c
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.