summaryrefslogtreecommitdiffstats
path: root/net/http/http_util.cc
Commit message (Expand)AuthorAgeFilesLines
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-131-1/+1
* Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ...pauljensen@chromium.org2013-03-151-10/+0
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-6/+7
* Process only the first Strict-Transport-Security header.palmer@chromium.org2012-10-301-1/+4
* Fix proxy CONNECT response handlingttuttle@chromium.org2012-08-091-0/+30
* fix clang warnings for chrome on androidqinmin@chromium.org2012-07-101-2/+0
* Suppress pause-and-buffer behavior when the HTTP response won't satisfy futur...fischman@chromium.org2012-05-251-0/+31
* Update net::HttpUtil::IsSafeHeader() with two new headersbenjhayden@chromium.org2012-05-141-0/+2
* This patch tunes our parsing of the Content-Disposition header to match otherabarth@chromium.org2012-01-311-2/+17
* Delete net::GetHeaderParamValueabarth@chromium.org2012-01-311-33/+40
* chrome.experimental.downloads.download() implementationbenjhayden@chromium.org2011-09-161-0/+40
* Don't interpret embeded NULLs in a response header line as a line terminator.eroman@chromium.org2011-09-131-2/+10
* Upstream android net related code (part 2)michaelbai@google.com2011-07-071-1/+1
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* Added raw headers support to DevTools.vsevik@chromium.org2011-04-201-0/+12
* Move BuildRequestHeaders back to http_network_transaction.cc now that it's no...abarth@chromium.org2011-04-061-96/+1
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Prototype of chunked transfer encoded POST.satish@chromium.org2011-01-251-3/+8
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-0/+2
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-151-2/+2
* base: Move CaseInsensitiveCompare traits into the base namespace.tfarina@chromium.org2010-11-031-1/+1
* Refactor net::HttpUtil::NameValuePairsIterator to relieve clients of the need...erikwright@chromium.org2010-10-221-10/+13
* Move BuildRequestHeaders from HttpNetworkTransaction to rch@chromium.org2010-10-201-0/+89
* Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...erikwright@chromium.org2010-09-301-0/+73
* FBTF: Moves code to the headers.erg@google.com2010-09-281-0/+6
* Take out additional dependency from http_util as a short-term fix to get the ...jam@chromium.org2010-09-231-9/+0
* Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea...willchan@chromium.org2010-09-211-0/+10
* Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use...willchan@chromium.org2010-09-201-10/+0
* Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams.willchan@chromium.org2010-09-191-0/+10
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-3/+4
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-14/+15
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-0/+6
* 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