index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
http
/
http_response_headers.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for 308 permanent redirects.
mmenke@chromium.org
2014-04-24
1
-2
/
+8
*
Moved data reduction proxy chrome code to component
bengr@chromium.org
2014-04-14
1
-20
/
+25
*
Fix UMA reporting of data reduction proxy bypass reasons
bengr@chromium.org
2014-03-31
1
-1
/
+33
*
Allow removing private data in chrome://net-export.
davidben@chromium.org
2014-03-18
1
-13
/
+4
*
Cleanup: have common HttpResponseHeaders routine to update with range
kinuko@chromium.org
2014-03-10
1
-0
/
+28
*
Fixed chrome proxy via check
bengr@chromium.org
2014-03-06
1
-1
/
+2
*
Reland "Add base::TimeDelta::Max()" again.
gavinp@chromium.org
2014-03-05
1
-1
/
+1
*
Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or...
apavlov@chromium.org
2014-03-04
1
-1
/
+1
*
Reland "Add base::TimeDelta::Max()"
gavinp@chromium.org
2014-03-04
1
-1
/
+1
*
Revert 253502 "Add base::TimeDelta::Max()."
waffles@chromium.org
2014-02-27
1
-1
/
+1
*
Add base::TimeDelta::Max().
gavinp@chromium.org
2014-02-26
1
-1
/
+1
*
Support for new data reduction proxy via header
bengr@chromium.org
2014-02-14
1
-0
/
+25
*
Elide proxy authentication headers
bengr@chromium.org
2014-02-03
1
-3
/
+13
*
This is to allow extensions to determine the total length of Javascript blobs.
tommycli@chromium.org
2014-01-15
1
-2
/
+4
*
Accept Chrome-Proxy: block=xxx to bypass all Chrome proxies
bengr@chromium.org
2013-12-13
1
-23
/
+38
*
Use the Android Download Manager for data reduction proxy downloads.
bengr@chromium.org
2013-12-12
1
-1
/
+1
*
Added support for a new HTTP response header called Chrome-Proxy, which is re...
bengr@chromium.org
2013-10-28
1
-0
/
+40
*
Use a direct include of time headers in net/, part 2.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Make net and ipc explicitly use the base namespace for Values.
brettw@chromium.org
2013-06-13
1
-7
/
+7
*
Use a direct include of strings headers in net/http/.
avi@chromium.org
2013-06-11
1
-3
/
+3
*
Reduce un-needed std::string creation.
digit@chromium.org
2013-05-02
1
-35
/
+39
*
Avoid temporary std::string creation in net/http/
digit@chromium.org
2013-04-22
1
-5
/
+6
*
net: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-13
1
-2
/
+2
*
Add to the list of HTTP headers that don't overwrite in 304 responses.
mkwst@chromium.org
2013-02-05
1
-9
/
+16
*
Default to GMT when parsing HTTP "Date", "Expires" and "Last-Modified" headers.
pauljensen@chromium.org
2012-10-29
1
-1
/
+12
*
Coalesce payload length statistics in ChromeNetworkDelegate
bengr@google.com
2012-10-24
1
-1
/
+6
*
fix uninitialized variable warning for vs2012 compilation
scottmg@chromium.org
2012-10-13
1
-2
/
+2
*
Add WARN_UNUSED_RESULT to scoped_refptr::release.
xiaomings@google.com
2012-08-28
1
-1
/
+1
*
Fix proxy CONNECT response handling
ttuttle@chromium.org
2012-08-09
1
-31
/
+4
*
Correct const accessors in base/values.(h|cc)
vabr@chromium.org
2012-07-27
1
-1
/
+1
*
Fix removal of headers
battre@chromium.org
2012-07-24
1
-41
/
+31
*
Make NetLog take in callbacks that return Values rather
mmenke@chromium.org
2012-06-10
1
-0
/
+51
*
Suppress pause-and-buffer behavior when the HTTP response won't satisfy futur...
fischman@chromium.org
2012-05-25
1
-26
/
+10
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
1
-1
/
+2
*
Do not cache Strict-Transport-Security and Public-Key-Pins headers.
palmer@chromium.org
2012-02-13
1
-0
/
+17
*
Delete net::GetHeaderParamValue
abarth@chromium.org
2012-01-31
1
-2
/
+2
*
Standardize StringToInt{,64} interface.
tedvessenes@gmail.com
2011-12-19
1
-9
/
+11
*
Revert 114944 - Standardize StringToInt{,64} interface.
battre@chromium.org
2011-12-18
1
-11
/
+9
*
Standardize StringToInt{,64} interface.
tedvessenes@gmail.com
2011-12-18
1
-9
/
+11
*
Revert 114929 - Standardize StringToInt{,64} interface.
rsleevi@chromium.org
2011-12-17
1
-11
/
+9
*
Standardize StringToInt{,64} interface.
tedvessenes@gmail.com
2011-12-17
1
-9
/
+11
*
Ensure HttpResponseHeaders::raw_headers_ always ends with 2 '\0' characters.
mpcomplete@chromium.org
2011-12-01
1
-4
/
+15
*
Implement Drain() on HttpPipelinedStream.
simonjam@chromium.org
2011-11-30
1
-0
/
+6
*
Improve merging of header modifications in webRequest.OnHeadersReceived
battre@chromium.org
2011-11-21
1
-0
/
+45
*
Don't interpret embeded NULLs in a response header line as a line terminator.
eroman@chromium.org
2011-09-13
1
-0
/
+9
*
Removed wchat_t from Time::FromString.
shinyak@google.com
2011-08-03
1
-2
/
+1
*
Revert 94426 - Removed wchat_t from Time::FromString.
morrita@chromium.org
2011-07-28
1
-1
/
+2
*
Removed wchat_t from Time::FromString.
shinyak@google.com
2011-07-28
1
-2
/
+1
*
Upstream android net related code (part 2)
michaelbai@google.com
2011-07-07
1
-4
/
+4
*
Reland 85821 - Http cache: Make sure that we don't use http 1.1 features
rvargas@google.com
2011-05-19
1
-1
/
+4
[next]