projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
winmm: Rearrange device mapping when a new default device is chosen.
[wine]
/
dlls
/
winhttp
/
net.c
2012-11-23
Andrew Talbot
winhttp: Remove unused variables.
blob
|
commitdiff
|
raw
2012-04-19
Jacek Caban
winhttp: Use SSL_pending in netconn_query_data_available.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-19
Jacek Caban
winhttp: Fixed netconn_recv when read uses both SSL_rec...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-01
Hans Leidekker
winhttp: Consistently use the allocation macros.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-17
Francois Gouget
winhttp: Delete the static critical sections when unloa...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
Francois Gouget
winhttp: Give a name to the critical sections.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-20
Jerome Leclanche
winhttp: Fix a warning when compiling --without-openssl.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-20
Alexandre Julliard
winhttp: Use an accessor function instead of directly...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-16
Juan Lang
winhttp: Verify revocation status of certificate chain.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-25
Andrew Nguyen
winhttp: Fix misleading OpenSSL version number check.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-25
Andrew Nguyen
winhttp: Fix const qualifier warning for OpenSSL 1...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-04
Juan Lang
winhttp: Let CertVerifyCertificateChainPolicy handle...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-01
Juan Lang
winhttp: Support querying the cipher strength of an...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-01
Juan Lang
winhttp: Verify SSL policy of chains whose errors were...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-01
Juan Lang
winhttp: Honor more SECURITY_FLAG_IGNORE flags.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-01
Juan Lang
winhttp: Don't make use of OpenSSL's security checks...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-01
Juan Lang
winhttp: Remove unused function pointer.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-02
Uwe Bonnes
wininet: Add const qualifier after openssl version...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-22
Hans Leidekker
winhttp: Handle errors from SSL_read.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-18
Juan Lang
winhttp: Honor security flags when verifying a certificate.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-18
Juan Lang
winhttp: Store a pointer to the netconn_t in the SSL...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-17
Michael Stefaniuc
winhttp: Remove redundant "not 0" test of argument...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-22
Hans Leidekker
winhttp: Add support for resolve timeouts.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-24
Alexandre Julliard
winhttp: Fix pointer cast warnings on 64-bit.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-15
Juan Lang
winhttp: Set error and fail if a secure connections...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-15
Juan Lang
winhttp: Return error directly from netconn_verify_cert.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-14
Juan Lang
winhttp: Don't call a function whose result is never...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-11
Juan Lang
winhttp: Free OpenSSL error strings at unload.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-08
Marcus Meissner
winhttp: Check for endCert being NULL (Coverity).
blob
|
commitdiff
|
raw
|
diff to current
2009-12-07
Francois Gouget
winhttp: Fix compilation on systems that don't support...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-07
Juan Lang
winhttp: Use sk_ functions rather than accessing an...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-07
Huw Davies
winhttp: Load X509_STORE_CTX_get_ex_data from libcrypto...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-04
Juan Lang
winhttp: Check the certificate in an https connection...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-04
Juan Lang
winhttp: Set callback to verify hostname with peer...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-04
Juan Lang
winhttp: Store hostname for secure connection in its...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-04
Juan Lang
winhttp: Pass hostname to netconn_secure_connect.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-27
Hans Leidekker
winhttp: Clean up locks after closing libssl and libcrypto.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Hans Leidekker
winhttp: Correct SSL lock size and make sure we free...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-08
Juan Lang
winhttp: Set callbacks needed by OpenSSL for multithrea...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-05
Juan Lang
winhttp: Unload OpenSSL when unloading winhttp.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-05
Juan Lang
winhttp: Protect OpenSSL initialization with critical...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-05
Juan Lang
winhttp: Move initialization of SSL_CTX to library...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-24
Juan Lang
winhttp: Implement connect timeout.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Juan Lang
winhttp: Remove no-longer-used #defines.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Juan Lang
winhttp: Remove calls to SSL_CTX_set_timeout, as they...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Juan Lang
winhttp: Use connection's timeout rather than default...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-09
Juan Lang
winhttp: Support IPv6 in netconn_resolve.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-09
Juan Lang
winhttp: Simplify netconn_resolve when using getaddrinfo.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-09
Juan Lang
winhttp: Change type of netconn_resolve from struct...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-05
Hans Leidekker
winhttp, wininet: Load i2d_X509 from libcrypto.so.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Michael Stefaniuc
winhttp: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-31
Paul TBBle Hampson
winhttp: Fix resolution-failure TRACE in netconn_resolv...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-08
Francois Gouget
wininet & winhttp: Fix a pointer type mismatch warning...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-01
Rob Shearman
winhttp: Fix compilation with MinGW/MSVC.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-09
Hans Leidekker
winhttp: WinHttpQueryDataAvailable should do a blocking...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-08
Hans Leidekker
winhttp: Use a process global SSL context instead of...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-08
Hans Leidekker
winhttp: Implement WINHTTP_OPTION_SERVER_CERT_CONTEXT.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-03
Hans Leidekker
winhttp: Allow reusing a secure connection.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-03
Hans Leidekker
winhttp: Avoid testing errno when it isn't set.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-29
Michael Stefaniuc
winhttp: Move the wine includes after the system includes.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-29
Hans Leidekker
winhttp: Add support for secure connections.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-26
Alexandre Julliard
Include sys/filio.h to get the FIONREAD definition...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-26
Hans Leidekker
winhttp: Add networking infrastructure.
blob
|
commitdiff
|
raw
|
diff to current