Alexander Neumann
|
6cf4b81558
|
Add functions to filter snapshots
|
2016-08-20 15:22:40 +02:00 |
|
Alexander Neumann
|
bb84d351f1
|
Revert "ID: move Str() to non-pointer receiver"
This reverts commit f102406cd7 .
|
2016-08-19 20:45:19 +02:00 |
|
Alexander Neumann
|
a107e3cc84
|
Correct comment
|
2016-08-19 20:36:24 +02:00 |
|
Alexander Neumann
|
e934966b54
|
Merge pull request #573 from restic/fix-osxfuse-travis
Fix osxfuse on Travis/darwin
|
2016-08-19 19:23:24 +02:00 |
|
Alexander Neumann
|
bd9f23f1d2
|
Fix osxfuse on Travis/darwin
|
2016-08-19 19:04:02 +02:00 |
|
Alexander Neumann
|
2a2fb74ba8
|
Merge pull request #569 from restic/fix-568
Use the platform-independent function for joining
|
2016-08-19 17:53:09 +02:00 |
|
Alexander Neumann
|
bd819a5e81
|
Fix panic
|
2016-08-16 21:59:43 +02:00 |
|
Alexander Neumann
|
162629571d
|
Add BenchmarkFindUsedBlobs
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
2c04ad3c29
|
TestCreateSnapshot: free buffer
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
238d3807e9
|
prune: Format duplicate bytes properly
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
7f9d227725
|
Use progress in prune command
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
8de6e5a627
|
Add progress option to index
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
8d735cf6a9
|
Explicitely specify supersedes for new index
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
29bb845f0e
|
Rebuild index at the end of prune
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
1bb2d59e38
|
Add Save() method to Index
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
3ceb2ad3cf
|
Progress: Call OnUpdate before OnDone
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
009c803c8a
|
prune: Use new Index
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
c0ef1ec6fd
|
Add RemovePack for index
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
69c2e8ce7e
|
Add first version of the prune command
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
f102406cd7
|
ID: move Str() to non-pointer receiver
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
302619a11a
|
Move interfaces to package restic/types
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
80bcae44e2
|
Decouple ListAllPacks from repository
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
1f263a7683
|
Decouple index/ and repository/
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
3b57075109
|
Add global interface Repository
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
3fa7304e94
|
Add interfaces to ListAllPacks
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
47950b82a0
|
Add test for loading index from documentation
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
9ecf7070af
|
Implement Lookup() and Save() for new Index
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
2310773798
|
Compute negative offsets ourselves in the s3 backend
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
a60e3b5030
|
Make backend tests less verbose
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
b350b443d0
|
Stop backend tests early on failure
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
2c517e4a33
|
Add Index structures for Blobs
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
4bdd59b4ad
|
Index: Add DuplicateBlobs()
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
f5daf33322
|
Add pack size to ListAllPacks
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
1058a91b39
|
Add option to create duplicate blobs in TestCreateSnapshot
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
240b8f273a
|
Add more index tests
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
6808523d34
|
Add String() for Blob
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
bad6184ab5
|
Add new Index data structure
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
6b384287f3
|
Return error when it occurs
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
ef33cf12ca
|
Fix Unpacker for packs < 2048 byte
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
a5cbbb8b5a
|
Fix BufferLoader for negative offset
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
71924fb7c0
|
Add tests for Load() with negative offset
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
b0565015cc
|
Remove ReadSeeker
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
fa283c6ecd
|
Remove unused GetReader()
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
94d157d97a
|
Introduce interface pack.Loader
|
2016-08-16 21:30:14 +02:00 |
|
Alexander Neumann
|
f72f3dbc6a
|
Buffer last 2048 bytes of a file for unpack
|
2016-08-16 21:28:55 +02:00 |
|
Alexander Neumann
|
3c3a180417
|
Move RandomID() to backend package
|
2016-08-16 21:28:55 +02:00 |
|
Alexander Neumann
|
fd6c854a21
|
Add TestResetRepository and BenchmarkCreateSnapshot
|
2016-08-16 21:28:55 +02:00 |
|
Alexander Neumann
|
e9cddc0be5
|
Fix TestFindUsedBlobs
|
2016-08-16 21:28:55 +02:00 |
|
Alexander Neumann
|
d7e5f11b78
|
Export FindUsedBlobs
|
2016-08-16 21:28:55 +02:00 |
|
Alexander Neumann
|
2b1b6d8c2a
|
Export ListAllPacks
|
2016-08-16 21:28:55 +02:00 |
|