summaryrefslogtreecommitdiffstats
path: root/net/http/partial_data.cc
Commit message (Expand)AuthorAgeFilesLines
* 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