aboutsummaryrefslogtreecommitdiff
path: root/src/model/s3/version_table.rs
Commit message (Expand)AuthorAgeFilesLines
* [rm-migration] Remove migration path from Garage v0.5rm-migrationAlex Auvolat2024-03-081-53/+2
* [sse-c] Implement SSE-C encryptionAlex Auvolat2024-03-071-2/+3
* comments and clippy lint fixesAlex Auvolat2023-06-091-2/+3
* Adapt S3 API code to use new multipart upload modelsAlex Auvolat2023-06-091-0/+11
* New multipart upload table layoutAlex Auvolat2023-06-091-18/+67
* Refactor how things are migratedAlex Auvolat2023-01-031-80/+100
* Refactor background runner and get rid of job workerAlex Auvolat2022-12-141-2/+0
* Proper queueing for delayed inserts, now backed to diskAlex Auvolat2022-12-141-22/+15
* Fix clippy lint that says we should implement EqAlex Auvolat2022-09-131-1/+1
* Include code from v0.5.1 directly to remove dependenciesAlex Auvolat2022-09-061-1/+1
* Abstract database behind generic interface and implement alternative drivers ...Alex2022-06-081-2/+11
* First implementation of K2V (#293)Alex2022-05-101-0/+207