projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
d3dcompiler_43: Make debug_print_{relarg,swizzle,writemask}() static.
[wine]
/
dlls
/
winhttp
/
2010-08-20
Alexandre Julliard
winhttp: Make WinHttpQueryHeaders behave the same way...
tree
|
commitdiff
2010-08-02
Uwe Bonnes
wininet: Add const qualifier after openssl version...
tree
|
commitdiff
2010-07-22
Hans Leidekker
winhttp: Handle errors from SSL_read.
tree
|
commitdiff
2010-07-22
Hans Leidekker
winhttp: Add a partial implementation of WINHTTP_OPTION...
tree
|
commitdiff
2010-07-21
Alexandre Julliard
dlls: Remove explicit imports of kernel32 and ntdll.
tree
|
commitdiff
2010-06-08
Juan Lang
winhttp/tests: Skip tests when a connection fails.
tree
|
commitdiff
2010-05-18
Juan Lang
winhttp: Honor security flags when verifying a certificate.
tree
|
commitdiff
2010-05-18
Juan Lang
winhttp: Store a pointer to the netconn_t in the SSL...
tree
|
commitdiff
2010-05-18
Juan Lang
winhttp: Store security flags in netconn_t.
tree
|
commitdiff
2010-05-17
Michael Stefaniuc
winhttp: Remove redundant "not 0" test of argument...
tree
|
commitdiff
2010-05-17
Michael Stefaniuc
winhttp: Remove redundant "not NULL" check for the...
tree
|
commitdiff
2010-05-14
Hans Leidekker
winhttp: Support setting security flags on request...
tree
|
commitdiff
2010-05-08
Paul Vriens
winhttp/tests: Show the correct error.
tree
|
commitdiff
2010-04-22
Hans Leidekker
winhttp/tests: Avoid test failures caused by broken...
tree
|
commitdiff
2010-04-22
Hans Leidekker
winhttp/tests: Use the right handle type.
tree
|
commitdiff
2010-04-22
Hans Leidekker
winhttp: Add tests for basic authentication.
tree
|
commitdiff
2010-04-22
Hans Leidekker
winhttp: Add support for basic authentication.
tree
|
commitdiff
2010-04-22
Hans Leidekker
winhttp: Support setting and querying credentials on...
tree
|
commitdiff
2010-03-17
Maciej Borsz
winhttp: Fix invalid behaviour of WinHttpCrackUrl.
tree
|
commitdiff
2010-03-16
Alexandre Julliard
makefiles: Remove the no longer needed explicit separat...
tree
|
commitdiff
2010-03-05
Hans Leidekker
winhttp: Implement WINHTTP_QUERY_STATUS_TEXT.
tree
|
commitdiff
2010-02-22
Hans Leidekker
winhttp: Add support for resolve timeouts.
tree
|
commitdiff
2010-02-22
Alexandre Julliard
makefiles: Use the standard C_SRCS variable as the...
tree
|
commitdiff
2010-02-17
Hans Leidekker
winhttp/tests: Wait for a handle closing notification.
tree
|
commitdiff
2010-01-29
Matijn Woudt
winhttp: Implement WINHTTP_OPTION_{CONNECT, SEND, RECEI...
tree
|
commitdiff
2010-01-29
Matijn Woudt
winhttp: Add timeout for session handles and implement...
tree
|
commitdiff
2010-01-29
Matijn Woudt
winhttp/tests: Add timeout tests for WinHttp{Set, Query...
tree
|
commitdiff
2010-01-28
Matijn Woudt
winhttp/tests: Add tests for WinHttpSetTimeouts.
tree
|
commitdiff
2010-01-28
Marcus Meissner
winhttp: On NULL request, skip the other tests (Coverity).
tree
|
commitdiff
2010-01-25
Hans Leidekker
winhttp: Store the context passed to WinHttpSendRequest.
tree
|
commitdiff
2010-01-25
Hans Leidekker
winhttp: Adjust connect timeout to the value observed...
tree
|
commitdiff
2010-01-06
Reece Dunn
Don't generate FIXME warnings for DllCanUnloadNow.
tree
|
commitdiff
2009-12-24
Alexandre Julliard
winhttp: Fix pointer cast warnings on 64-bit.
tree
|
commitdiff
2009-12-15
Juan Lang
winhttp: Set error and fail if a secure connections...
tree
|
commitdiff
2009-12-15
Juan Lang
winhttp: Return error directly from netconn_verify_cert.
tree
|
commitdiff
2009-12-14
Juan Lang
winhttp/tests: Skip secure connection tests if the...
tree
|
commitdiff
2009-12-14
Juan Lang
winhttp: Don't call a function whose result is never...
tree
|
commitdiff
2009-12-11
Juan Lang
winhttp: Free OpenSSL error strings at unload.
tree
|
commitdiff
2009-12-09
Juan Lang
winhttp/tests: Only free a certificate context if retri...
tree
|
commitdiff
2009-12-09
Juan Lang
winhttp: Fix test error when run as non-administrator.
tree
|
commitdiff
2009-12-08
Marcus Meissner
winhttp: Check for endCert being NULL (Coverity).
tree
|
commitdiff
2009-12-07
Francois Gouget
winhttp: Fix compilation on systems that don't support...
tree
|
commitdiff
2009-12-07
Juan Lang
winhttp: Use sk_ functions rather than accessing an...
tree
|
commitdiff
2009-12-07
Huw Davies
winhttp: Load X509_STORE_CTX_get_ex_data from libcrypto...
tree
|
commitdiff
2009-12-04
Juan Lang
winhttp: Check the certificate in an https connection...
tree
|
commitdiff
2009-12-04
Juan Lang
winhttp: Set callback to verify hostname with peer...
tree
|
commitdiff
2009-12-04
Juan Lang
winhttp: Store hostname for secure connection in its...
tree
|
commitdiff
2009-12-04
Juan Lang
winhttp: Pass hostname to netconn_secure_connect.
tree
|
commitdiff
2009-10-29
Hans Leidekker
winhttp: Implement WinHttpQueryHeaders(WINHTTP_QUERY_VE...
tree
|
commitdiff
2009-10-29
Hans Leidekker
winhttp: Accept empty headers parameter in WinHttpSendR...
tree
|
commitdiff
2009-10-27
Hans Leidekker
winhttp: Clean up locks after closing libssl and libcrypto.
tree
|
commitdiff
2009-10-26
Hans Leidekker
winhttp: Implement HTTP_OPTION_PARENT_HANDLE for connec...
tree
|
commitdiff
2009-10-21
Hans Leidekker
winhttp: Fix two memory leaks.
tree
|
commitdiff
2009-10-21
Hans Leidekker
winhttp/tests: Free the certificate context after use.
tree
|
commitdiff
2009-10-21
Hans Leidekker
winhttp: Correct SSL lock size and make sure we free...
tree
|
commitdiff
2009-10-21
Hans Leidekker
winhttp: Fix a memory leak.
tree
|
commitdiff
2009-10-08
Juan Lang
winhttp: Set callbacks needed by OpenSSL for multithrea...
tree
|
commitdiff
2009-10-05
Juan Lang
winhttp: Unload OpenSSL when unloading winhttp.
tree
|
commitdiff
2009-10-05
Juan Lang
winhttp: Protect OpenSSL initialization with critical...
tree
|
commitdiff
2009-10-05
Juan Lang
winhttp: Move initialization of SSL_CTX to library...
tree
|
commitdiff
2009-10-02
Michael Stefaniuc
winhttp: 'http1_1' is already defined in the private...
tree
|
commitdiff
2009-09-11
Ge van Geldorp
winhttp/tests: Fix tests on Win7.
tree
|
commitdiff
2009-09-09
Juan Lang
winhttp: Add a fixme for WINHTTP_OPTION_SECURITY_FLAGS.
tree
|
commitdiff
2009-09-08
Hans Leidekker
winhttp: Make tests pass on Win7. Conform to the more...
tree
|
commitdiff
2009-08-19
Alexandre Julliard
winhttp/tests: Use the global wine_dbgstr_w instead...
tree
|
commitdiff
2009-08-03
Gerald Pfeifer
winhttp: Include <sys/socket.h> from winhttp_private...
tree
|
commitdiff
2009-07-24
Juan Lang
winhttp: Only output fixme for unhandled resolve timeout.
tree
|
commitdiff
2009-07-24
Juan Lang
winhttp: Implement connect timeout.
tree
|
commitdiff
2009-07-22
Alexandre Julliard
winhttp: Avoid casting away const.
tree
|
commitdiff
2009-07-22
Marcus Meissner
winhttp: Check for NULL return from heap_alloc (Coverity).
tree
|
commitdiff
2009-07-22
Paul Vriens
winhttp/tests: Fix a test failure on some W2K/XP systems.
tree
|
commitdiff
2009-07-22
Juan Lang
winhttp: Remove no-longer-used #defines.
tree
|
commitdiff
2009-07-22
Juan Lang
winhttp: Remove calls to SSL_CTX_set_timeout, as they...
tree
|
commitdiff
2009-07-22
Juan Lang
winhttp: Use connection's timeout rather than default...
tree
|
commitdiff
2009-07-22
Juan Lang
winhttp: Set a socket's timeouts when it's created.
tree
|
commitdiff
2009-07-22
Juan Lang
winhttp: Store send and receive timeouts in request_t...
tree
|
commitdiff
2009-07-22
Juan Lang
winhttp: If the default proxy settings are not found...
tree
|
commitdiff
2009-07-22
Juan Lang
winhttp: Check environment if the registry settings...
tree
|
commitdiff
2009-07-22
Juan Lang
winhttp: Strip scheme from http_proxy environment variable.
tree
|
commitdiff
2009-07-22
Juan Lang
winhttp: Fix crash when proxy bypass is unset.
tree
|
commitdiff
2009-07-16
Paul Vriens
winhttp: Fix a crash on Vista and higher.
tree
|
commitdiff
2009-07-16
Juan Lang
winhttp: Use the correct address length when connecting.
tree
|
commitdiff
2009-07-16
Juan Lang
winhttp: Fix a comment typo.
tree
|
commitdiff
2009-07-15
Juan Lang
winhttp: Issue CONNECT command to connect to a secure...
tree
|
commitdiff
2009-07-15
Juan Lang
winhttp: Don't set port number to a default before...
tree
|
commitdiff
2009-07-15
Juan Lang
winhttp: Allow full path in addition to relative path...
tree
|
commitdiff
2009-07-15
Juan Lang
winhttp: Use proxy server when redirecting.
tree
|
commitdiff
2009-07-15
Juan Lang
winhttp: Use a helper function to set connect_t's serve...
tree
|
commitdiff
2009-07-15
Juan Lang
winhttp: Connect to the proxy port rather than the...
tree
|
commitdiff
2009-07-15
Juan Lang
winhttp: When connecting via a proxy include full hostn...
tree
|
commitdiff
2009-07-15
Juan Lang
winhttp: Set connect_t's servername and port based...
tree
|
commitdiff
2009-07-15
Juan Lang
winhttp: Honor WINHTTP_ACCESS_TYPE_DEFAULT_PROXY in...
tree
|
commitdiff
2009-07-15
Juan Lang
winhttp: Support getting the default proxy settings...
tree
|
commitdiff
2009-07-15
Juan Lang
winhttp: Implement WinHttpGetDefaultProxyConfiguration.
tree
|
commitdiff
2009-07-15
Juan Lang
winhttp: Implement WinHttpSetDefaultProxyConfiguration.
tree
|
commitdiff
2009-07-15
Juan Lang
winhttp: Add tests for WinHttpSetDefaultProxyConfiguration.
tree
|
commitdiff
2009-07-09
Juan Lang
winhttp: Support IPv6 in netconn_resolve.
tree
|
commitdiff
2009-07-09
Juan Lang
winhttp: Support IPv6 addresses in open_connection.
tree
|
commitdiff
2009-07-09
Juan Lang
winhttp: Convert connect_t's address type from a struct...
tree
|
commitdiff
2009-07-09
Juan Lang
winhttp: Simplify netconn_resolve when using getaddrinfo.
tree
|
commitdiff
next