rclone/backend/cache
Nick Craig-Wood fe52502f19 fs: Adjust RangeOption.Decode to return -1 for read to end
A Range request can never request 0 bytes however this change was made
to make a clearer signal that the limit means read to the end.

Add test and more documentation and fixup uses
2018-01-27 14:31:29 +00:00
..
cache.go config: factor Obscure and Reveal into its own package 2018-01-18 20:19:55 +00:00
cache_internal_test.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
cache_test.go Make RangeOption manadatory for Open - #1825 2018-01-21 17:09:12 +00:00
cache_unsupported.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00
directory.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00
handle.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00
object.go fs: Adjust RangeOption.Decode to return -1 for read to end 2018-01-27 14:31:29 +00:00
plex.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
storage_memory.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00
storage_persistent.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00