summaryrefslogtreecommitdiffstats
path: root/net/http/http_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Extract Retry-After parsing from captive portal detectorttuttle2014-11-061-0/+43
* Convert ARRAYSIZE_UNSAFE -> arraysize in net/.viettrungluu2014-10-161-6/+6
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-2/+2
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-2/+2
* Add more test cases for HttpUtil::PathForRequest() and SpecForRequest()tyoshino@chromium.org2013-11-291-0/+22
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-12/+12
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-12/+12
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-12/+12
* Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ...pauljensen@chromium.org2013-03-151-7/+0
* Update net::HttpUtil::IsSafeHeader() with two new headersbenjhayden@chromium.org2012-05-141-0/+7
* Delete net::GetHeaderParamValueabarth@chromium.org2012-01-311-1/+86
* chrome.experimental.downloads.download() implementationbenjhayden@chromium.org2011-09-161-0/+79
* Don't interpret embeded NULLs in a response header line as a line terminator.eroman@chromium.org2011-09-131-5/+19
* Refactor net::HttpUtil::NameValuePairsIterator to relieve clients of the need...erikwright@chromium.org2010-10-221-28/+95
* Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...erikwright@chromium.org2010-09-301-0/+133
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-9/+9
* Adding support for Reset in StringTokenizerT and HttpHeadersIterator.tommi@chromium.org2009-10-161-0/+13
* Adding a Find method to the HeadersIterator class.tommi@chromium.org2009-10-161-0/+12
* Implement a parser that parses the "Range" HTTP headerhclam@chromium.org2009-04-281-1/+134
* Respect cookies set in a 401 responses when restarting the http transaction.ericroman@google.com2009-03-271-0/+23
* 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-1/+17
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-0/+31
* Some platform cleanup to net/deanm@google.com2008-09-231-4/+4
* Address a TODO for properly stripping references from request URL.ericroman@google.com2008-09-151-0/+32
* Normalize leading LWS in line continuations, per Wan-Teh's suggestion.ericroman@google.com2008-09-081-5/+49
* [new http] Normalize line continuations in response headers.ericroman@google.com2008-09-061-0/+235
* 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/+159