projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
winhttp/tests: Skip secure connection tests if the request fails.
[wine]
/
dlls
/
winhttp
/
request.c
2009-12-04
Juan Lang
winhttp: Pass hostname to netconn_secure_connect.
blob
|
commitdiff
|
raw
2009-10-29
Hans Leidekker
winhttp: Implement WinHttpQueryHeaders(WINHTTP_QUERY_VE...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-29
Hans Leidekker
winhttp: Accept empty headers parameter in WinHttpSendR...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-02
Michael Stefaniuc
winhttp: 'http1_1' is already defined in the private...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-03
Gerald Pfeifer
winhttp: Include <sys/socket.h> from winhttp_private...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-24
Juan Lang
winhttp: Implement connect timeout.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Marcus Meissner
winhttp: Check for NULL return from heap_alloc (Coverity).
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Juan Lang
winhttp: Set a socket's timeouts when it's created.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-16
Juan Lang
winhttp: Use the correct address length when connecting.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Juan Lang
winhttp: Issue CONNECT command to connect to a secure...
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: Connect to the proxy port rather than the...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Juan Lang
winhttp: When connecting via a proxy include full hostn...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-09
Juan Lang
winhttp: Support IPv6 addresses in open_connection.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-09
Juan Lang
winhttp: Convert connect_t's address type from a struct...
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-02-05
Michael Stefaniuc
winhttp: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-05
Alexandre Julliard
winhttp: Use ~0u instead of ~0ul for DWORD values.
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-11-12
Aric Stewart
winhttp: Correct another difference between InternetCra...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-16
Hans Leidekker
winhttp: Close the network connection if necessary.
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
Hans Leidekker
winhttp: Reset content length when all data has been...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-11
Hans Leidekker
winhttp: Strip content-type/length headers from request...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-11
Hans Leidekker
winhttp: Preserve cookies on redirects.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-11
Hans Leidekker
winhttp: Redirects are always GET requests.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-11
Hans Leidekker
winhttp: Handle relative redirects.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-10
Juan Lang
winhttp: Don't reference past the attribute array....
blob
|
commitdiff
|
raw
|
diff to current
2008-09-10
Hans Leidekker
winhttp: Don't loop on response codes other than 301...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-09
Hans Leidekker
winhttp: Make sure not to read more data than expected...
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: Support asynchronous requests.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-08
Hans Leidekker
winhttp: Add the remaining completion notifications.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-08
Hans Leidekker
winhttp: The last parameter of WinHttpWriteData is...
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: The last parameter of WinHttpQueryDataAvailabl...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-05
Hans Leidekker
winhttp: Implement WinHttpQueryHeaders(WINHTTP_QUERY_RA...
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: A non-standard port must be included in the...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-03
Hans Leidekker
winhttp: Add zero value content length header to POST...
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: Handle redirects.
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
Gerald Pfeifer
winhttp: Include <sys/socket.h>.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-29
Hans Leidekker
winhttp: Test secure connections. Fix a crash when...
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-27
Hans Leidekker
winhttp: Implement WinHttpSetCredentials.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-27
Hans Leidekker
winhttp: Implement WinHttpQueryAuthSchemes.
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 WinHttpWriteData.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-26
Hans Leidekker
winhttp: Implement WinHttpReadData.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-26
Hans Leidekker
winhttp: Implement WinHttpQueryDataAvailable.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-26
Hans Leidekker
winhttp: Implement WinHttpReceiveResponse.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-26
Hans Leidekker
winhttp: Implement WinHttpSendRequest.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-26
Hans Leidekker
winhttp: Add support for querying most of the standard...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-20
Hans Leidekker
winhttp: Implement WinHttpQueryHeaders.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-20
Hans Leidekker
winhttp: Implement WinHttpAddRequestHeaders.
blob
|
commitdiff
|
raw
|
diff to current