aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
* (not well tested) use merkle tree for syncAlex Auvolat2021-03-111-1/+1
* WIP big refactoringAlex Auvolat2021-03-114-7/+6
* Checkpoint: add merkle tree in data tableAlex Auvolat2021-03-112-20/+13
* Very minor changesAlex Auvolat2021-03-101-1/+0
* Correctly implement CompleteMultipartUpload with etag check of partsAlex Auvolat2021-03-101-0/+6
* Remove migration paths from 0.1 branchAlex Auvolat2021-03-104-121/+0
* Switch to blake2 sum for identifying blocks by their dataAlex Auvolat2021-03-101-1/+1
* Refactor model stuff, including cleaner CRDTsAlex Auvolat2021-03-107-93/+77
* Remove epidemic propagation for fully replicated stuff: write directly to all...Alex Auvolat2021-03-052-13/+28
* Simulate stuff moving aroundAlex Auvolat2021-02-251-0/+3
* fix tracingAlex Auvolat2021-02-241-2/+1
* Arrange block managerAlex Auvolat2021-02-241-83/+65
* Update sled & try to debug deadlock (but its in sled...)Alex Auvolat2021-02-232-2/+1
* Make updated() be a sync function that doesn't failAlex Auvolat2021-02-235-68/+51
* rename hash() to sha256sum(), we might want to change it at some placesAlex Auvolat2021-02-211-1/+1
* Use 0.1.0b instead of 0.1.0 (for compatibility with new Error type)Alex Auvolat2021-01-151-1/+1
* Bump everything to 0.1.1Alex Auvolat2021-01-151-2/+2
* Merge branch 'master' into feature/websiteQuentin Dufour2020-12-171-0/+3
|\
| * CRDT docQuentin2020-11-231-0/+3
* | First implementation of the CLIQuentin2020-12-151-4/+4
* | Migrate RPC to new schemaQuentin2020-12-141-4/+10
* | Implement migrationQuentin2020-12-121-1/+12
* | WIP table migrationQuentin2020-12-121-6/+22
|/
* simplifyAlex Auvolat2020-11-202-6/+4
* Convert bucket table to better CRDT representationAlex Auvolat2020-11-203-76/+71
* Begin improve model to use better CRDTsAlex Auvolat2020-11-201-70/+51
* Fix reconciliation logicAlex Auvolat2020-11-202-5/+6
* Slight refactoring to make things clearer with DeletedFilterAlex Auvolat2020-11-206-17/+19
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-081-1/+1
* cargo fmtAlex Auvolat2020-07-081-86/+91
* Add multiple headers to object modelAlex Auvolat2020-07-081-7/+24
* (WIP) New object table model, TODO: update API calls to use itAlex Auvolat2020-07-081-27/+92
* Add support for model migrationsAlex Auvolat2020-07-081-2/+3
* Add versions to dependencies0.1.0Alex Auvolat2020-07-071-3/+3
* Add license, description and repository to .toml filesAlex Auvolat2020-07-071-0/+3
* Rename garage_core to garage_modelAlex Auvolat2020-07-079-0/+1402