summaryrefslogtreecommitdiffstats
path: root/net/http/http_response_headers_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove "using namespace std" which is illegal per style guide.pkasting@chromium.org2010-11-101-110/+113
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-40/+40
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-43/+43
* Http cache: Avoid resuming (and keeping) truncated entriesrvargas@google.com2010-01-081-0/+54
* HTTP Cache: Apply all freshness tests to Partial content entries.rvargas@google.com2009-10-161-0/+24
* net: Add another unit test.rvargas@google.com2009-10-151-0/+7
* Http Cache: More unit tests for byte range support.rvargas@google.com2009-10-141-33/+45
* Http cache: Extend support for byte range requests.rvargas@google.com2009-08-121-0/+55
* Http cache: Return valid Content-Range headers for a byte range request.rvargas@google.com2009-06-221-0/+90
* Fix problem with how HttpResponseHeaders::Update() copies headers -- it assum...ericroman@google.com2009-06-191-0/+11
* Fixing a bug in HttpResponseHeaders.GetContentRangehclam@chromium.org2009-06-161-1/+7
* HttpResponseHeaders::GetContentRange() to handle implied LWShclam@chromium.org2009-05-261-1/+37
* Make sure that a null separates individual http headers whenrvargas@google.com2009-05-071-0/+20
* Implement HttpResponseHeaders::GetContentRange and unittestshclam@chromium.org2009-04-221-1/+200
* Slight code change to make some global variables const.maruel@google.com2009-03-101-2/+4
* Clean up HttpResponseHeaders::IsKeepAlive. Use the parsedwtc@chromium.org2009-03-051-0/+23
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Add a flags to further control response header persistence. We use this todarin@chromium.org2008-11-201-13/+38
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+1
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-0/+20
* Add unit test for HttpResponseHeaders::GetStatusText()ericroman@google.com2008-09-131-0/+30
* misc. http response status-line changes:ericroman@google.com2008-09-131-11/+55
* [new http] Normalize line continuations in response headers.ericroman@google.com2008-09-061-1/+19
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* More of net compiling on the Mac.avi@google.com2008-08-201-8/+7
* Portability changes to http_response_headers.ericroman@google.com2008-08-201-0/+41
* Add net to the repository.initial.commit2008-07-261-0/+965