aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Collapse)AuthorAgeFilesLines
...
* attempt at documenting table crateTrinity Pointard2021-04-276-5/+13
|
* Improve bootstraping: do it regularly; persist peer listAlex Auvolat2021-04-271-1/+3
|
* update to v0.2.1v0.2.1release-v0.2.1Alex Auvolat2021-03-191-4/+4
|
* Update Cargo.toml files with AGPL license infov0.2.0Alex Auvolat2021-03-181-4/+4
|
* Prepare for release 0.2Alex Auvolat2021-03-181-4/+4
|
* Allow to import keys from previous Garage instancedev-0.2Alex Auvolat2021-03-181-0/+9
|
* GC object table in a specific caseAlex Auvolat2021-03-162-1/+4
|
* Update dependenciesAlex Auvolat2021-03-161-7/+4
|
* Simplify replication logicAlex Auvolat2021-03-162-9/+12
|
* Some improvements in background worker but we terminate lateAlex Auvolat2021-03-154-12/+10
|
* WIP migrate to tokio 1Alex Auvolat2021-03-154-14/+18
|
* Refactor block resync loop; make workers infaillibleAlex Auvolat2021-03-151-28/+30
|
* Small fixesAlex Auvolat2021-03-151-7/+16
|
* Make it case-insensitiveAlex Auvolat2021-03-151-1/+2
|
* Allow manipulation of keys by their shorthand in the CLIAlex Auvolat2021-03-151-2/+13
|
* Make block rc code more understandableAlex Auvolat2021-03-151-33/+21
|
* Time and metadata improvementsAlex Auvolat2021-03-151-2/+2
|
* Fix race conditionAlex Auvolat2021-03-151-3/+7
|
* Fix list API bugAlex Auvolat2021-03-151-11/+17
|
* cargo fmtAlex Auvolat2021-03-121-2/+6
|
* Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-123-12/+12
|
* More security: don't delete stuff too easilyAlex Auvolat2021-03-111-0/+3
|
* (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 ↵Alex Auvolat2021-03-052-13/+28
| | | | all nodes
* 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
|