restic/internal/pack
Toby Burress 4fd5f0b8a9 Refactor the eager-header reads for readability.
This pulls the header reads into a function that works in terms of the
number of records requested.  This preserves the existing logic of
initially reading 15 records and then falling back if that fails.

In the event of a header with more than 15 records, it will read all
records, including the already-seen final 15 records.
2018-02-22 00:45:40 +00:00
..
doc.go Moves files 2017-07-23 14:19:13 +02:00
pack.go Refactor the eager-header reads for readability. 2018-02-22 00:45:40 +00:00
pack_internal_test.go Fixed unexpected 'pack file cannot be listed' error 2018-02-20 21:28:57 -05:00
pack_test.go Remove all dot-imports 2017-10-02 15:06:39 +02:00