summaryrefslogtreecommitdiffstats
path: root/net/http/http_util.h
Commit message (Expand)AuthorAgeFilesLines
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-3/+3
* Fix proxy CONNECT response handlingttuttle@chromium.org2012-08-091-0/+9
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* fix clang warnings for chrome on androidqinmin@chromium.org2012-07-101-3/+0
* Suppress pause-and-buffer behavior when the HTTP response won't satisfy futur...fischman@chromium.org2012-05-251-0/+8
* This patch tunes our parsing of the Content-Disposition header to match otherabarth@chromium.org2012-01-311-0/+7
* Delete net::GetHeaderParamValueabarth@chromium.org2012-01-311-2/+5
* Improve parsing of the Content-Disposition headerabarth@chromium.org2012-01-271-2/+6
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-111-3/+1
* chrome.experimental.downloads.download() implementationbenjhayden@chromium.org2011-09-161-0/+4
* Don't interpret embeded NULLs in a response header line as a line terminator.eroman@chromium.org2011-09-131-0/+8
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-5/+5
* Net: Add NET_API to some http code.rvargas@google.com2011-05-191-4/+5
* Added raw headers support to DevTools.vsevik@chromium.org2011-04-201-0/+6
* Move BuildRequestHeaders back to http_network_transaction.cc now that it's no...abarth@chromium.org2011-04-061-17/+0
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-0/+1
* Refactor net::HttpUtil::NameValuePairsIterator to relieve clients of the need...erikwright@chromium.org2010-10-221-9/+18
* Move BuildRequestHeaders from HttpNetworkTransaction to rch@chromium.org2010-10-201-0/+18
* Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...erikwright@chromium.org2010-09-301-2/+53
* FBTF: Moves code to the headers.erg@google.com2010-09-281-0/+2
* Take out additional dependency from http_util as a short-term fix to get the ...jam@chromium.org2010-09-231-5/+0
* Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea...willchan@chromium.org2010-09-211-0/+7
* Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use...willchan@chromium.org2010-09-201-7/+0
* Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams.willchan@chromium.org2010-09-191-0/+7
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-8/+8
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-0/+5
* Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ...ananta@chromium.org2009-10-231-0/+6
* Adding support for Reset in StringTokenizerT and HttpHeadersIterator.tommi@chromium.org2009-10-161-0/+4
* Adding a Find method to the HeadersIterator class.tommi@chromium.org2009-10-161-0/+8
* Implement a parser that parses the "Range" HTTP headerhclam@chromium.org2009-04-281-1/+13
* Respect cookies set in a 401 responses when restarting the http transaction.ericroman@google.com2009-03-271-0/+8
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-2/+2
* Add q-values to languages in Accept-Language HTTP header to be compatible wit...jungshik@google.com2009-01-231-0/+22
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-0/+17
* Address a TODO for properly stripping references from request URL.ericroman@google.com2008-09-151-0/+10
* TBR fix for broken compile on mac.ericroman@google.com2008-09-131-1/+1
* misc. http response status-line changes:ericroman@google.com2008-09-131-1/+7
* [new http] Normalize line continuations in response headers.ericroman@google.com2008-09-061-0/+7
* 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/+173