1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-23 06:31:40 +00:00
restic/internal
greatroar f97a680887 Fix repository benchmarks
BenchmarkLoad{AndDecrypt,Blob} were spending between 38% and 50% of
their time measuring SHA-256 performance in their checks.
2020-04-28 07:57:29 +02:00
..
archiver Centralize buffer allocation and size checking in Repository.LoadBlob 2020-04-23 10:04:20 +02:00
backend Fix context usage in backend tests 2020-04-18 17:39:06 +02:00
cache Honor RESTIC_CACHE_DIR on Mac and Windows 2020-02-28 15:44:32 +01:00
checker remove unnecessary error return 2020-01-27 18:28:21 +03:00
crypto Typo in crypto test name 2020-04-18 17:39:06 +02:00
debug
errors
filter
fs Merge pull request #2583 from greatroar/unused 2020-03-01 10:46:17 +01:00
fuse Centralize buffer allocation and size checking in Repository.LoadBlob 2020-04-23 10:04:20 +02:00
hashing Micro-optimization for hashing.Writer/PackerManager 2020-03-05 22:30:04 +01:00
index
limiter
migrations
mock mock: Remove unused repository type 2019-04-13 13:38:39 +02:00
options improved slice copying 2019-06-30 23:56:36 +03:00
pack Move testing logic to test file in internal/pack 2020-03-09 14:32:28 +01:00
repository Fix repository benchmarks 2020-04-28 07:57:29 +02:00
restic Use Minio's optimized SHA-256 2020-04-28 07:57:18 +02:00
restorer Fix sync.WaitGroup usage in restorer.fileRestorer 2020-02-27 00:07:49 +01:00
selfupdate
test Remove remnant of Go 1.9 compatibility code from tests 2020-02-26 22:23:38 +01:00
textfile
ui termstatus: Use io.WriteString to output messages. 2020-03-26 14:55:00 -07:00
walker