summaryrefslogtreecommitdiffstats
path: root/net/http/http_response_headers.cc
Commit message (Expand)AuthorAgeFilesLines
* 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