summaryrefslogtreecommitdiffstats
path: root/net/http/http_response_headers.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for 308 permanent redirects.mmenke@chromium.org2014-04-241-2/+8
* Moved data reduction proxy chrome code to componentbengr@chromium.org2014-04-141-20/+25
* Fix UMA reporting of data reduction proxy bypass reasonsbengr@chromium.org2014-03-311-1/+33
* Allow removing private data in chrome://net-export.davidben@chromium.org2014-03-181-13/+4
* Cleanup: have common HttpResponseHeaders routine to update with rangekinuko@chromium.org2014-03-101-0/+28
* Fixed chrome proxy via checkbengr@chromium.org2014-03-061-1/+2
* Reland "Add base::TimeDelta::Max()" again.gavinp@chromium.org2014-03-051-1/+1
* Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or...apavlov@chromium.org2014-03-041-1/+1
* Reland "Add base::TimeDelta::Max()"gavinp@chromium.org2014-03-041-1/+1
* Revert 253502 "Add base::TimeDelta::Max()."waffles@chromium.org2014-02-271-1/+1
* Add base::TimeDelta::Max().gavinp@chromium.org2014-02-261-1/+1
* Support for new data reduction proxy via headerbengr@chromium.org2014-02-141-0/+25
* Elide proxy authentication headersbengr@chromium.org2014-02-031-3/+13
* This is to allow extensions to determine the total length of Javascript blobs.tommycli@chromium.org2014-01-151-2/+4
* Accept Chrome-Proxy: block=xxx to bypass all Chrome proxiesbengr@chromium.org2013-12-131-23/+38
* Use the Android Download Manager for data reduction proxy downloads.bengr@chromium.org2013-12-121-1/+1
* Added support for a new HTTP response header called Chrome-Proxy, which is re...bengr@chromium.org2013-10-281-0/+40
* Use a direct include of time headers in net/, part 2.avi@chromium.org2013-06-281-1/+1
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-131-7/+7
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-3/+3
* Reduce un-needed std::string creation.digit@chromium.org2013-05-021-35/+39
* Avoid temporary std::string creation in net/http/digit@chromium.org2013-04-221-5/+6
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-131-2/+2
* Add to the list of HTTP headers that don't overwrite in 304 responses.mkwst@chromium.org2013-02-051-9/+16
* Default to GMT when parsing HTTP "Date", "Expires" and "Last-Modified" headers.pauljensen@chromium.org2012-10-291-1/+12
* Coalesce payload length statistics in ChromeNetworkDelegatebengr@google.com2012-10-241-1/+6
* fix uninitialized variable warning for vs2012 compilationscottmg@chromium.org2012-10-131-2/+2
* Add WARN_UNUSED_RESULT to scoped_refptr::release.xiaomings@google.com2012-08-281-1/+1
* Fix proxy CONNECT response handlingttuttle@chromium.org2012-08-091-31/+4
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-1/+1
* Fix removal of headersbattre@chromium.org2012-07-241-41/+31
* Make NetLog take in callbacks that return Values rathermmenke@chromium.org2012-06-101-0/+51
* Suppress pause-and-buffer behavior when the HTTP response won't satisfy futur...fischman@chromium.org2012-05-251-26/+10
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-1/+2
* Do not cache Strict-Transport-Security and Public-Key-Pins headers.palmer@chromium.org2012-02-131-0/+17
* Delete net::GetHeaderParamValueabarth@chromium.org2012-01-311-2/+2
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-191-9/+11
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-181-11/+9
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-181-9/+11
* Revert 114929 - Standardize StringToInt{,64} interface.rsleevi@chromium.org2011-12-171-11/+9
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-171-9/+11
* Ensure HttpResponseHeaders::raw_headers_ always ends with 2 '\0' characters.mpcomplete@chromium.org2011-12-011-4/+15
* Implement Drain() on HttpPipelinedStream.simonjam@chromium.org2011-11-301-0/+6
* Improve merging of header modifications in webRequest.OnHeadersReceivedbattre@chromium.org2011-11-211-0/+45
* Don't interpret embeded NULLs in a response header line as a line terminator.eroman@chromium.org2011-09-131-0/+9
* Removed wchat_t from Time::FromString.shinyak@google.com2011-08-031-2/+1
* Revert 94426 - Removed wchat_t from Time::FromString.morrita@chromium.org2011-07-281-1/+2
* Removed wchat_t from Time::FromString.shinyak@google.com2011-07-281-2/+1
* Upstream android net related code (part 2)michaelbai@google.com2011-07-071-4/+4
* Reland 85821 - Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-191-1/+4