projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
crypt32: Support add disposition CERT_STORE_ADD_NEWER_INHERIT_PROPERTIES.
[wine]
/
dlls
/
wininet
/
http.c
2008-12-09
Alexandre Julliard
wininet: Include ws2tcpip.h before anything else for...
blob
|
commitdiff
|
raw
2008-12-08
Andrew Talbot
wininet: Sign-compare warnings fix.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-03
Hans Leidekker
wininet: Stop leaking username and password.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-03
Hans Leidekker
wininet: Support setting username and password options...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-02
Hans Leidekker
wininet: Don't increase index in HttpQueryInfo if reque...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-01
Michael Stefaniuc
wininet: Remove some superfluous casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-25
Francois Gouget
wininet: Remove WINAPI on static functions where not...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-05
Lei Zhang
wininet: Handle HTTP 303 redirects.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-05
Lei Zhang
wininet: Remove redundant variables.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-03
Marcus Meissner
wininet: Removed redundant NULL check (Coverity).
blob
|
commitdiff
|
raw
|
diff to current
2008-10-24
Hans Leidekker
wininet: Add an exception handler in HttpOpenRequestA...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-17
Hans Leidekker
wininet: Don't destroy authentication data when closing...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-08
Jan-Peter Nilsson
wininet: Fix HTTP_ProcessCookies only processing one...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-08
Rob Shearman
wininet: Fix crash when calling HttpQueryInfoA/W(HTTP_Q...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-07
Hans Leidekker
wininet: Avoid a crash on certain buffer size queries...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-01
Rob Shearman
wininet: Compare HRESULT values explicitly against...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
Hans Leidekker
wininet: Support setting username and password through...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-28
Lei Zhang
wininet: Remove redundant CrLf variables.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-28
Lei Zhang
wininet: Work around NULL headers when handling HTTP_QU...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-19
Vincent Povirk
wininet: Default to keep-alive when the server is HTTP...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-31
Dan Kegel
wininet: HTTP_QUERY_RAW_HEADERS_CRLF length shouldn...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-21
Hans Leidekker
wininet: Fix cookie buffer overflow.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-21
Hans Leidekker
wininet: Move insertion of cookie header from HttpOpenR...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-21
Hans Leidekker
wininet: Fix a memory leak.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-21
Jacek Caban
wininet: Moved more InternetQueryOption implementation...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-21
Jacek Caban
wininet: Move InternetQueryOption(INTERNET_OPTION_USER_...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-17
Vincent Povirk
wininet: Always respect Proxy-Connection: or Connection...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-07
Alexander Morozov
wininet: Add port number to Host HTTP header.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-07
Alexander Morozov
wininet: Add support of INTERNET_FLAG_NO_CACHE_WRITE.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-04
Alexander Morozov
wininet: Remove unneeded variable.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-30
Hans Leidekker
wininet: Only reconnect when redirected to an external...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Hans Leidekker
wininet: Resolve hostname once per connection.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Hans Leidekker
wininet: Send a 'Pragma: no-cache' header if asked...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Hans Leidekker
wininet: Clear last error upon successful return from...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-21
Rob Shearman
wininet: Fix memory leak in HTTP_DeleteCustomHeader.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-19
Colin Finck
wininet: Always pass a variable as lpNumberOfBytesWritt...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-02
Hans Leidekker
wininet: Don't send a "Connection: Close" header.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-02
Hans Leidekker
wininet: Make resolving hostnames thread-safe.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-22
Lei Zhang
wininet: Send https scheme to proxy server when appropr...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-19
Hans Leidekker
wininet: Fix buffer size query for HttpQueryInfo(HTTP_Q...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-19
Hans Leidekker
wininet: INTERNET_STATUS_REQUEST_COMPLETE callback...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-19
Rob Shearman
wininet: Fix a typo in is_basic_auth_value.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-12
Hans Leidekker
wininet: HTTP_BuildProxyRequestUrl returns a pointer.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-12
Hans Leidekker
wininet: Don't overwrite content length header in HttpS...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-07
Hans Leidekker
wininet: Deal with bogus accept types array passed...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-05
Andrew Talbot
wininet: Remove unused variables.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-05
Hans Leidekker
wininet: Don't add the user agent header until HttpSend...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Dan Hipschman
wininet: Don't forget the INTERNET_STATUS_REDIRECT...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-23
Dan Hipschman
wininet: Remove custom content-length/type headers...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-22
Austin English
Spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-18
Aric Stewart
wininet: Correct the case where Content-Length is set...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-04
Alexandre Julliard
wininet: Avoid size_t type in trace.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-01
Hans Leidekker
wininet: Use INTERNET_MAX_URL_LENGTH to size buffers...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-01
Hans Leidekker
wininet: Parse the redirect URL in HTTP_HandleRedirect...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-01
Hans Leidekker
wininet: Remove dead code from HTTP_DealWithProxy and...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-31
Hans Leidekker
wininet: Don't set the host port from the server port.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-31
Hans Leidekker
wininet: Fix redirects through a proxy.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-31
Hans Leidekker
wininet: Don't close proxy connections when keep-alive...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-28
Dan Hipschman
wininet: InternetReadFileExA should check INTERNET_FLAG...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-28
Dan Hipschman
wininet: HttpSendRequestExA is not a stub.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-26
Hans Leidekker
wininet: Support chunked reads in InternetReadFileEx...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-26
Hans Leidekker
wininet: Implement chunked reads.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-25
Hans Leidekker
wininet: Don't strip Accept-Encoding headers from versi...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-15
Rob Shearman
wininet: If we receive an error from InitializeSecurity...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-15
Rob Shearman
wininet: Assume that if we're connected to an HTTP...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-12
Rob Shearman
wininet: Only clear authentication header if the connec...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-12
Rob Shearman
wininet: Fix proxy authentication by using the data...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-12
Jacek Caban
wininet: Move InternetQueryOption(INTERNET_OPTION_SECUR...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-12
Jacek Caban
wininet: Move InternetQueryOption(INTERNET_OPTION_DATAF...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-12
Jacek Caban
wininet: Move InternetQueryOption(INTERNET_OPTION_URL...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-12
Jacek Caban
wininet: Move INTERNET_OPTION_HANDLE_TYPE to vtbl.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Rob Shearman
wininet: Retrieve the maximum token length from the...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Rob Shearman
wininet: Allow HTTP_DoAuthorization to accept a NULL...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Rob Shearman
wininet: Don't call DeleteSecurityContext and FreeCrede...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Rob Shearman
wininet: Make the reference count of WININETHANDLEHEADE...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Jacek Caban
wininet: Moved InternetReadFileExA to vtbl.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Jacek Caban
wininet: Don't use INTERNET_ReadFile in HTTP_DrainContent.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Jacek Caban
wininet: Move InternetReadFile to vtbl.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Jacek Caban
wininet: Move INTERNET_STATUS_REQUEST_COMPLETE call...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-29
Jacek Caban
wininet: Move InternetQueryDataAvailable to vtbl.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-28
Jacek Caban
wininet: Moved InternetFindNextFileW implementation...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Jacek Caban
wininet: Use vtbl for InternetSetOption(INTERNET_OPTION...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Jacek Caban
wininet: Use vtbl in InternetWriteFile implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Jacek Caban
wininet: Moved close_connection to vtbl.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Jacek Caban
wininet: Moved handle destructor to vtbl.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Maarten Lankhorst
wininet: Fix retrieving raw headers.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-19
Francois Gouget
wininet: Document HttpAddRequestHeadersW()'s handling...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-19
Rob Shearman
wininet: Fix potential buffer overrun in HttpQueryInfoA.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-18
Hans Leidekker
wininet: Rename a function to better match what it...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-18
Hans Leidekker
wininet: Handle the "100 Continue" response by ignoring it.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-18
Hans Leidekker
wininet: Honour the version override in HttpOpenRequest.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-16
Rob Shearman
wininet: Fix an off-by-one error in the boundary checks...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-15
Jacek Caban
wininet: Code clean up.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-15
Jacek Caban
wininet: Added beginning support for HTTP cache files.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-05
Andrew Talbot
wininet: Remove unneeded casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-04
Hans Leidekker
wininet: Add zero value content length header to POST...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-04
Hans Leidekker
wininet: Send HTTP/1.1 requests by default.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-04
Hans Leidekker
wininet: Make sure not to overwrite any caller supplied...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-04
Rob Shearman
wininet: HTTP_Connect should fail if a NULL or empty...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-25
Rob Shearman
wininet: Pass the server name into InitializeSecurityCo...
blob
|
commitdiff
|
raw
|
diff to current
next