summaryrefslogtreecommitdiffstats
path: root/net/http/partial_data.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-3/+3
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-151-0/+6
* Http cache: Allow caching of byte ranges without strong validators.rvargas2014-08-301-3/+0
* Cleanup: have common HttpResponseHeaders routine to update with rangekinuko@chromium.org2014-03-101-25/+11
* Net: Standardize HttpByteRange printingtommycli@chromium.org2013-11-261-18/+20
* Http Cache: Allow caching of 206s that lack content length.rvargas@chromium.org2013-11-011-1/+5
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-3/+3
* Http cache: Make sure that issuing a byte range requestrvargas@google.com2012-07-301-4/+4
* [Coverity] Fix an UNINIT_CTOR in PartialData::Core constructortbreisacher@chromium.org2012-01-251-2/+2
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-8/+7
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-191-10/+15
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-5/+5
* Reland 85821 - Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-191-1/+4
* Revert 85821 - Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-191-4/+1
* Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-181-1/+4
* Http Cache: Only cache range requests when the server providesrvargas@google.com2011-04-131-1/+4
* Http cache: Fix handling of truncated entries.rvargas@google.com2011-03-021-12/+19
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-181-0/+9
* Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-121-12/+34
* Revert 62171 - Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-111-34/+12
* Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-111-12/+34
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-9/+11
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-3/+4
* Http Cache: Remove blocking calls to GetAvailableRange.rvargas@google.com2010-06-111-26/+127
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-4/+6
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-23/+27
* Http cache: Avoid resuming (and keeping) truncated entriesrvargas@google.com2010-01-081-4/+15
* Http cache: Add code to restart a network request when thervargas@google.com2009-12-011-1/+3
* Revert 33133 - Http cache: Add code to restart a network request when thervargas@google.com2009-11-301-3/+1
* Http cache: Add code to restart a network request when thervargas@google.com2009-11-251-1/+3
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-6/+10
* Http cache: Always preserve extra headers when dealing withrvargas@google.com2009-11-031-4/+6
* Minor defense-in-depth tweak. end - start + 1 can actually go negative ifcevans@chromium.org2009-10-281-1/+1
* Http Cache: More unit tests for byte range support.rvargas@google.com2009-10-141-0/+4
* Handle range request on a truncated entryhclam@chromium.org2009-10-021-3/+2
* Handle reading to the end of a sparse entryhclam@chromium.org2009-10-011-0/+3
* Bug fixing for range request support in HttpCachehclam@chromium.org2009-09-051-1/+1
* Http Cache: Add support for resuming downloading arvargas@google.com2009-09-041-4/+35
* Http cache: Fix the code that handles 206s when revalidatingrvargas@google.com2009-08-201-3/+0
* Http Cache: Additional byte-range support.rvargas@google.com2009-08-181-11/+59
* Http cache: Extend support for byte range requests.rvargas@google.com2009-08-121-17/+36
* Http cache: Add support for ranges with an unknown start or end.rvargas@google.com2009-06-241-19/+31
* Http cache: Return valid Content-Range headers for a byte range request.rvargas@google.com2009-06-221-0/+75
* Http Cache: First pass of byte-range requests support.rvargas@google.com2009-06-121-0/+131