1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-02 20:46:57 +00:00
restic/internal
Alexander Neumann 9c55e8d69c Merge pull request #1549 from MJDSys/more_index_lookup_avoids
More optimizations to avoid calling Index.Lookup()
2018-01-24 20:53:30 +01:00
..
archiver Merge pull request #1549 from MJDSys/more_index_lookup_avoids 2018-01-24 20:53:30 +01:00
backend backend/rest: Implement REST API v2 2018-01-23 23:15:26 +01:00
cache Correct a spelling mistake. 2018-01-24 12:09:41 +00:00
checker Fix calls to repo/backend.List() everywhere 2018-01-21 21:15:09 +01:00
crypto
debug debug/log: Add benchmarks for calling the logging function 2018-01-23 22:30:00 -05:00
errors errors: Make Cause() unwrap *url.Error 2018-01-23 23:14:05 +01:00
filter
fs fs: Make HasPathPrefix work with relative paths 2018-01-05 17:38:52 +01:00
fuse Merge pull request #1549 from MJDSys/more_index_lookup_avoids 2018-01-24 20:53:30 +01:00
hashing
index Optimize Repository.ListPack() 2018-01-23 22:39:51 -05:00
limiter
list Optimize Repository.ListPack() 2018-01-23 22:39:51 -05:00
migrations Fix calls to repo/backend.List() everywhere 2018-01-21 21:15:09 +01:00
mock Change List() implementation for all backends 2018-01-21 21:15:09 +01:00
options errors: Add "Fatal" prefix for Fatalf() 2018-01-06 23:27:47 +01:00
pack Optimize pack readHeader() implementation 2018-01-23 22:02:25 -05:00
pipe
repository Merge pull request #1549 from MJDSys/more_index_lookup_avoids 2018-01-24 20:53:30 +01:00
restic Merge pull request #1549 from MJDSys/more_index_lookup_avoids 2018-01-24 20:53:30 +01:00
test
walk
worker