summaryrefslogtreecommitdiffstats
path: root/net/http/http_response_headers.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a flags to further control response header persistence. We use this todarin@chromium.org2008-11-201-8/+26
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-14/+16
* misc. http response status-line changes:ericroman@google.com2008-09-131-5/+25
* [new http] Normalize line continuations in response headers.ericroman@google.com2008-09-061-8/+4
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Blind fix for net unittest failure.evanm@google.com2008-08-211-2/+2
* add http_cache to mac build.ericroman@google.com2008-08-191-7/+7
* Add net to the repository.initial.commit2008-07-261-0/+295