summaryrefslogtreecommitdiffstats
path: root/net/http/http_response_headers.cc
Commit message (Expand)AuthorAgeFilesLines
* Use DCHECK_EQ() when comparing TimeDeltas.ricea2014-10-301-3/+3
* Post-commit fixes for "stale-while-revalidate..."ricea2014-10-301-13/+14
* Make HRH::IsKeepAlive() look past the first headerricea2014-10-171-15/+27
* stale-while-revalidate experimental implementation.ricea2014-10-081-27/+60
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-14/+12
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-12/+14
* Escape non-ASCII response headers.ellyjones@chromium.org2014-08-081-1/+4
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-8/+8
* Initial implementation of Chrome-Freshness header.ricea@chromium.org2014-07-301-23/+32
* Moved data reduction proxy header processing out of netbengr@chromium.org2014-06-151-120/+0
* Moved data reduction proxy bypass logic to a NetworkDelegatebengr@chromium.org2014-06-131-8/+1
* Update UMA to track bypasses due to 4xx responses that are missing the proxy'...bengr@chromium.org2014-05-301-0/+7
* Collect data reduction proxy UMA on all platformsbengr@chromium.org2014-05-111-0/+2
* Revert of HttpServer: avoid DCHECK'ing on non-HTTP/1.1 requests. (https://cod...henrika@chromium.org2014-04-301-7/+48
* HttpServer: avoid DCHECK'ing on non-HTTP/1.1 requests.gunsch@chromium.org2014-04-301-48/+7
* 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