summaryrefslogtreecommitdiffstats
path: root/net/http/http_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ...ananta@chromium.org2009-10-231-0/+10
* Adding a Find method to the HeadersIterator class.tommi@chromium.org2009-10-161-0/+14
* Moving two http utility functions to a separate source file due to dependency...tommi@chromium.org2009-09-181-16/+2
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-2/+2
* Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h.eroman@chromium.org2009-08-041-5/+2
* Fix some coverity warnings in src/net.willchan@chromium.org2009-07-101-1/+1
* Implement a parser that parses the "Range" HTTP headerhclam@chromium.org2009-04-281-0/+93
* Respect cookies set in a 401 responses when restarting the http transaction.ericroman@google.com2009-03-271-0/+25
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Add q-values to languages in Accept-Language HTTP header to be compatible wit...jungshik@google.com2009-01-231-2/+46
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-1/+72
* Address a TODO for properly stripping references from request URL.ericroman@google.com2008-09-151-0/+18
* misc. http response status-line changes:ericroman@google.com2008-09-131-2/+26
* Normalize leading LWS in line continuations, per Wan-Teh's suggestion.ericroman@google.com2008-09-081-10/+21
* [new http] Normalize line continuations in response headers.ericroman@google.com2008-09-061-18/+82
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add net to the repository.initial.commit2008-07-261-0/+358