projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine]
/
dlls
/
winhttp
/
request.c
2012-12-19
Hans Leidekker
winhttp: Add a missing goto in winhttp_request_get_Status.
blob
|
commitdiff
|
raw
2012-11-23
Andrew Talbot
winhttp: Remove unused variables.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-22
Hans Leidekker
winhttp: Respect the redirect policy setting.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-19
Heiko Hund
winhttp: Make strings in WINHTTP_PROXY_INFO non-const.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-12
Hans Leidekker
winhttp: Fix up headers with wrong termination.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-20
Jan-Peter Nilsson
winhttp: Set the context on the request handle earlier.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-27
Hans Leidekker
winhttp: Don't attempt to read data after receiving...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-27
Hans Leidekker
winhttp: Also close the connection when there's nothing...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-27
Hans Leidekker
winhttp: Only turn POST requests into GET requests...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-09
Hans Leidekker
winhttp: Remove some dead assignments (clang).
blob
|
commitdiff
|
raw
|
diff to current
2011-11-25
Hans Leidekker
winhttp: Resolve the server name only on the first...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-24
Marcus Meissner
winhttp: Added missing LeaveCriticalSection (Coverity).
blob
|
commitdiff
|
raw
|
diff to current
2011-11-16
Hans Leidekker
winhttp: Clean up properly in request_send.
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-11-14
Hans Leidekker
winhttp: Convert string data to UTF-8 and add a corresp...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-09
Hans Leidekker
winhttp: Use a separate function to set request parameters.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-09
Hans Leidekker
winhttp: Fix sending data with synchronous requests.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-05
Hans Leidekker
winhttp: Fix some memory leaks.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-05
Hans Leidekker
winhttp: Properly test a boolean variant.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-24
Hans Leidekker
winhttp: Support setting the WinHttpRequestOption_Enabl...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-02
Hans Leidekker
winhttp: Verify parameter types in IWinHttpRequest...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-02
Hans Leidekker
winhttp: Implement IWinHttpRequest::SetAutoLogonPolicy.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-02
Hans Leidekker
winhttp: Execute asynchronous requests in a separate...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-02
Hans Leidekker
winhttp: Protect access to the request object with...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-29
Hans Leidekker
winhttp: Store a copy of the proxy server name and...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-29
Hans Leidekker
winhttp: Factor out request initialization.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-29
Hans Leidekker
winhttp: Set an appropriate error when the request...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-29
Hans Leidekker
winhttp: Fix some valgrind warnings.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-28
Hans Leidekker
winhttp: Disable automatic authentication.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-27
Hans Leidekker
winhttp: Don't send any data if the verb is GET.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-27
Hans Leidekker
winhttp: Include the extra info part of the URL in...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-26
Hans Leidekker
winhttp: Add support for sending data with a request.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-26
Hans Leidekker
winhttp: Implement IWinHttpRequest::SetRequestHeader.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-26
Hans Leidekker
winhttp: Implement IWinHttpRequest::GetResponseHeader.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-26
Hans Leidekker
winhttp: Add some parameter checks.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-26
Hans Leidekker
winhttp: Implement IWinHttpRequest::GetAllResponseHeaders.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-26
Hans Leidekker
winhttp: Set WINHTTP_FLAG_SECURE if the scheme is https.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-26
Hans Leidekker
winhttp: Add a default user agent header.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-26
Hans Leidekker
winhttp: Add accept types to the request headers.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-26
Hans Leidekker
winhttp: Implement IWinHttpRequest::SetProxy.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-24
Hans Leidekker
winhttp: Propagate errors from asynchronous requests.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-24
Hans Leidekker
winhttp: Set last error if the server didn't return...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-24
Hans Leidekker
winhttp: Implement IWinHttpRequest::SetCredentials.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-24
Hans Leidekker
winhttp: Implement IWinHttpRequest::get_ResponseBody.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-24
Hans Leidekker
winhttp: Use an offset instead of a pointer for the...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-21
Hans Leidekker
winhttp: Implement IWinHttpRequest::Abort.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-21
Hans Leidekker
winhttp: Implement IWinHttpRequest::get_ResponseText.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-21
Hans Leidekker
winhttp: Implement IWinHttpRequest::get_StatusText.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-21
Hans Leidekker
winhttp: Implement IWinHttpRequest::get_Status.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-21
Hans Leidekker
winhttp: Implement IWinHttpRequest::WaitForResponse.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-21
Hans Leidekker
winhttp: Implement IWinHttpRequest::SetTimeouts.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-21
Hans Leidekker
winhttp: Implement IWinHttpRequest::Send.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-21
Hans Leidekker
winhttp: Implement IWinHttpRequest::Open.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-19
Hans Leidekker
winhttp: Implement IDispatch for WinHttpRequest.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-08
Hans Leidekker
winhttp: Add a stub implementation of IWinHttpRequest.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-01
Hans Leidekker
winhttp: Don't change the verb if the server response...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-09
Karsten Elfenbein
winhttp: Follow 307 temporary redirect.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-28
André Hentschel
winhttp: Port numbers are unsigned.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-20
Alexandre Julliard
winhttp: Make WinHttpQueryHeaders behave the same way...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-22
Hans Leidekker
winhttp: Add support for basic authentication.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-05
Hans Leidekker
winhttp: Implement WINHTTP_QUERY_STATUS_TEXT.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-22
Hans Leidekker
winhttp: Add support for resolve timeouts.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-25
Hans Leidekker
winhttp: Store the context passed to WinHttpSendRequest.
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-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
next