summaryrefslogtreecommitdiffstats
path: root/net/http/http_response_headers.h
Commit message (Expand)AuthorAgeFilesLines
* Post-commit fixes for "stale-while-revalidate..."ricea2014-10-301-9/+7
* stale-while-revalidate experimental implementation.ricea2014-10-081-12/+35
* Initial implementation of Chrome-Freshness header.ricea@chromium.org2014-07-301-0/+7
* Moved data reduction proxy header processing out of netbengr@chromium.org2014-06-151-37/+0
* Moved data reduction proxy bypass logic to a NetworkDelegatebengr@chromium.org2014-06-131-7/+0
* Collect data reduction proxy UMA on all platformsbengr@chromium.org2014-05-111-1/+1
* Revert of HttpServer: avoid DCHECK'ing on non-HTTP/1.1 requests. (https://cod...henrika@chromium.org2014-04-301-0/+8
* HttpServer: avoid DCHECK'ing on non-HTTP/1.1 requests.gunsch@chromium.org2014-04-301-8/+0
* Moved data reduction proxy chrome code to componentbengr@chromium.org2014-04-141-14/+16
* Fix UMA reporting of data reduction proxy bypass reasonsbengr@chromium.org2014-03-311-0/+10
* Cleanup: have common HttpResponseHeaders routine to update with rangekinuko@chromium.org2014-03-101-0/+11
* Support for new data reduction proxy via headerbengr@chromium.org2014-02-141-0/+3
* This is to allow extensions to determine the total length of Javascript blobs.tommycli@chromium.org2014-01-151-0/+2
* Accept Chrome-Proxy: block=xxx to bypass all Chrome proxiesbengr@chromium.org2013-12-131-5/+25
* Added support for a new HTTP response header called Chrome-Proxy, which is re...bengr@chromium.org2013-10-281-0/+9
* Use a direct include of strings headers, delete some strings forwarding headers.avi@chromium.org2013-06-201-1/+1
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Avoid temporary std::string creation in net/http/digit@chromium.org2013-04-221-4/+6
* Coalesce payload length statistics in ChromeNetworkDelegatebengr@google.com2012-10-241-0/+4
* Fix removal of headersbattre@chromium.org2012-07-241-12/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Make NetLog take in callbacks that return Values rathermmenke@chromium.org2012-06-101-0/+13
* 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-1/+5
* Ensure HttpResponseHeaders::raw_headers_ always ends with 2 '\0' characters.mpcomplete@chromium.org2011-12-011-1/+1
* Implement Drain() on HttpPipelinedStream.simonjam@chromium.org2011-11-301-0/+3
* Improve merging of header modifications in webRequest.OnHeadersReceivedbattre@chromium.org2011-11-211-0/+14
* Don't interpret embeded NULLs in a response header line as a line terminator.eroman@chromium.org2011-09-131-3/+0
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* Net: Add NET_API to some http code.rvargas@google.com2011-05-191-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Remove unused HttpResponseHeaders::GetRawHeaders method.adamk@chromium.org2011-02-111-3/+0
* More reordering the methods in headers in net/.erg@chromium.org2011-01-111-10/+1
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-23/+23
* Immediately reject empty cookie headers.jochen@chromium.org2010-09-271-4/+6
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Hooking GSSAPI code into HTTP authenticate Negotiate handler.ahendrickson@google.com2010-06-281-0/+3
* SpdySession now sets the following fields in HttpResponseInfo: ahendrickson@google.com2010-03-251-0/+4
* Http cache: Avoid resuming (and keeping) truncated entriesrvargas@google.com2010-01-081-0/+4
* ChromeFrame's host network stack implementation for IE full tab mode implicit...ananta@chromium.org2009-11-241-0/+4
* Http Cache: More unit tests for byte range support.rvargas@google.com2009-10-141-4/+4
* Http cache: Extend support for byte range requests.rvargas@google.com2009-08-121-0/+4
* Http cache: Return valid Content-Range headers for a byte range request.rvargas@google.com2009-06-221-1/+18
* Http Cache: First pass of byte-range requests support.rvargas@google.com2009-06-121-0/+4
* Implement HttpResponseHeaders::GetContentRange and unittestshclam@chromium.org2009-04-221-1/+12
* Fix incorrect include guards in net/, where the guard didn't match the filename.deanm@chromium.org2009-03-171-3/+3
* Clean up our fix for bug 7338 and bug 8473, which wentwtc@chromium.org2009-03-121-4/+0
* Slight code change to make some global variables const.maruel@google.com2009-03-101-2/+2
* Sanitize proxy response codes to CONNECT requests. Forwtc@chromium.org2009-02-111-0/+4