projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
crypt32: Implement CertGetNameStringW for CERT_NAME_RDN_TYPE.
[wine]
/
dlls
/
winhttp
/
session.c
2009-09-09
Juan Lang
winhttp: Add a fixme for WINHTTP_OPTION_SECURITY_FLAGS.
blob
|
commitdiff
|
raw
2009-07-24
Juan Lang
winhttp: Only output fixme for unhandled resolve timeout.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-24
Juan Lang
winhttp: Implement connect timeout.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Alexandre Julliard
winhttp: Avoid casting away const.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Juan Lang
winhttp: Store send and receive timeouts in request_t...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Juan Lang
winhttp: Check environment if the registry settings...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Juan Lang
winhttp: Strip scheme from http_proxy environment variable.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Juan Lang
winhttp: Fix crash when proxy bypass is unset.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-16
Juan Lang
winhttp: Fix a comment typo.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Juan Lang
winhttp: Don't set port number to a default before...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Juan Lang
winhttp: Use proxy server when redirecting.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Juan Lang
winhttp: Use a helper function to set connect_t's serve...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Juan Lang
winhttp: Set connect_t's servername and port based...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Juan Lang
winhttp: Honor WINHTTP_ACCESS_TYPE_DEFAULT_PROXY in...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Juan Lang
winhttp: Support getting the default proxy settings...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Juan Lang
winhttp: Implement WinHttpGetDefaultProxyConfiguration.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Juan Lang
winhttp: Implement WinHttpSetDefaultProxyConfiguration.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Juan Lang
winhttp: Add tests for WinHttpSetDefaultProxyConfiguration.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-07
Hans Leidekker
winhttp: Implement WinHttpSetTimeouts.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-31
Paul TBBle Hampson
winhttp: Don't try and call a null callback.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-11
Hans Leidekker
winhttp: Resolve host port at the latest possible moment.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-08
Andrew Talbot
winhttp: Sign-compare warning fix.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-08
Hans Leidekker
winhttp: Prepend slash to request path if necessary.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-17
Dmitry Timoshkov
winhttp: Move common code to the upper level, avoid...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-16
Hans Leidekker
winhttp: Fix logic inversion bug in setting disable...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-16
Hans Leidekker
winhttp: Manage a session global cookie cache.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-16
Hans Leidekker
winhttp: Move handling of default request parameters...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-16
Dmitry Timoshkov
winhttp: Add some tests for set/query option, make...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-09
Hans Leidekker
winhttp: Option WINHTTP_OPTION_SERVER_CERT_CONTEXT...
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-08
Hans Leidekker
winhttp: Start sending async completion notifications...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-05
Hans Leidekker
winhttp: Implement WinHttpQueryOption(WINHTTP_OPTION_SE...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-04
Hans Leidekker
winhttp: Implement some more options.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-03
Hans Leidekker
winhttp: Add status notification tests. Make them pass.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-03
Hans Leidekker
winhttp: Add an initial implementation of WinHttpQueryO...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-03
Hans Leidekker
winhttp: Move handling of default request parameters...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-29
Hans Leidekker
winhttp: Use default values when empty strings are...
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
Hans Leidekker
winhttp: Remove some unneeded includes.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-26
Hans Leidekker
winhttp: Implement WinHttpSendRequest.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-20
Hans Leidekker
winhttp: Use default values for verb, object and versio...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-20
Hans Leidekker
winhttp: Implement WinHttpAddRequestHeaders.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-20
Hans Leidekker
winhttp: Add a stub implementation for WinHttpSetTimeouts.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-20
Hans Leidekker
winhttp: Deliver status notifications to the application.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-19
Hans Leidekker
winhttp: Implement WinHttpTimeFromSystemTime and WinHtt...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-19
Hans Leidekker
winhttp: Add stub implementations for WinHttpGetDefault...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-19
Hans Leidekker
winhttp: Implement WinHttpSetStatusCallback. Start...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-19
Hans Leidekker
winhttp: Implement WinHttpOpenRequest.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-19
Hans Leidekker
winhttp: Implement WinHttpConnect.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-19
Hans Leidekker
winhttp: Implement WinHttpOpen and WinHttpCloseHandle.
blob
|
commitdiff
|
raw
|
diff to current