summaryrefslogtreecommitdiffstats
path: root/net/http/http_response_headers.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-9/+9
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+6
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-9/+13
* Hooking GSSAPI code into HTTP authenticate Negotiate handler.ahendrickson@google.com2010-06-281-0/+24
* Working towards -Wextrathomasvl@chromium.org2010-06-161-3/+3
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-6/+7
* 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/+26
* ChromeFrame's host network stack implementation for IE full tab mode implicit...ananta@chromium.org2009-11-241-6/+11
* HTTP Cache: Apply all freshness tests to Partial content entries.rvargas@google.com2009-10-161-4/+2
* Http Cache: More unit tests for byte range support.rvargas@google.com2009-10-141-14/+16
* Http cache: Extend support for byte range requests.rvargas@google.com2009-08-121-0/+9
* Http cache: Return valid Content-Range headers for a byte range request.rvargas@google.com2009-06-221-11/+44
* Fix problem with how HttpResponseHeaders::Update() copies headers -- it assum...ericroman@google.com2009-06-191-2/+4
* Fixing a bug in HttpResponseHeaders.GetContentRangehclam@chromium.org2009-06-161-2/+7
* Http Cache: First pass of byte-range requests support.rvargas@google.com2009-06-121-0/+7
* HttpResponseHeaders::GetContentRange() to handle implied LWShclam@chromium.org2009-05-261-19/+41
* Make sure that a null separates individual http headers whenrvargas@google.com2009-05-071-2/+3
* Implement HttpResponseHeaders::GetContentRange and unittestshclam@chromium.org2009-04-221-1/+83
* Back out r11684, a temporary change for debugging issue 8325.wtc@chromium.org2009-03-161-4/+2
* Temporarily use the Proxy-Connection header before thewtc@chromium.org2009-03-131-2/+4
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Clean up HttpResponseHeaders::IsKeepAlive. Use the parsedwtc@chromium.org2009-03-051-8/+4
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-2/+2
* Add a flags to further control response header persistence. We use this todarin@chromium.org2008-11-201-37/+72
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+3
* Get rid of "using std::string" in http_response_headers.cc.ericroman@google.com2008-09-291-84/+85
* HttpVersion had to be changed because glibc defines macros named "major" and ...maruel@google.com2008-09-231-4/+4
* Add unit test for HttpResponseHeaders::GetStatusText()ericroman@google.com2008-09-131-10/+8
* misc. http response status-line changes:ericroman@google.com2008-09-131-28/+59
* 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-1/+1
* Fix signedness warnings in http_response_headersmmentovai@google.com2008-08-211-3/+3
* Portability changes to http_response_headers.ericroman@google.com2008-08-201-10/+7
* Add net to the repository.initial.commit2008-07-261-0/+936