projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wininet: Fix a memory leak.
[wine]
/
dlls
/
wininet
/
http.c
2008-07-21
Hans Leidekker
wininet: Fix a memory leak.
blob
|
commitdiff
|
raw
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
2008-01-14
Gerald Pfeifer
wininet: Fix type of a loop variable in HTTP_BuildHeade...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-07
Austin English
Spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-07
Hans Leidekker
wininet: Fix handling of host and referrer headers...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-03
Marcus Meissner
wininet: Check return value of InternetCrackUrl when...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-27
Rob Shearman
wininet: Don't clear the auth data for Basic authentica...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-08
Juan Lang
wininet: Don't use HEAP_ZERO_MEMORY on memory that...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-08
Juan Lang
wininet: Fix another typo.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-08
Juan Lang
wininet: Fix typo.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-05
Nigel Liang
wininet: Release object in HttpSendRequestExW before...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-29
Hans Leidekker
wininet: Always send a content length header, even...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-23
Juan Lang
wininet: Don't assume lpBuffersIn is not NULL.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-18
Nigel Liang
wininet: Release object in HttpEndRequestW after use.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-21
Misha Koshelev
wininet: Track child handles, free all child handles...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-30
Francois Gouget
wininet: Fix many wininet prototypes: the context is...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-23
Misha Koshelev
wininet: Separate connection closing from object destru...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-22
Misha Koshelev
wininet: Don't send INTERNET_STATUS_HANDLE_CLOSING...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-16
Mikołaj Zalewski
wininet: Make HttpQueryInfo[AW] work for lpBuffer ...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-16
Mikołaj Zalewski
wininet: Support HTTP_QUERY_RAW_HEADER_CRLF|HTTP_QUERY_...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-10
Hans Leidekker
wininet: Process caller supplied headers after insertin...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-27
Aric Stewart
wininet: Strip Accept-Encoding from http/1.0 requests.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-06
Rob Shearman
wininet: Implement NTLM support for proxy authentication.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-01
Jeremy White
wininet: Mark Proxy Authorization header as a request...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-29
Rob Shearman
wininet: Don't close the connection if the caller passe...
blob
|
commitdiff
|
raw
|
diff to current
next