aboutsummaryrefslogtreecommitdiff
path: root/src/model/block.rs
Commit message (Expand)AuthorAgeFilesLines
* fix clippy warnings on modelTrinity Pointard2021-05-031-15/+15
* change some more comments and revert changes on TableSchemaTrinity Pointard2021-04-271-1/+0
* make most requested changesTrinity Pointard2021-04-271-3/+3
* attempt at documenting model crateTrinity Pointard2021-04-271-1/+26
* attempt at documenting table crateTrinity Pointard2021-04-271-1/+1
* GC object table in a specific caseAlex Auvolat2021-03-161-1/+1
* Simplify replication logicAlex Auvolat2021-03-161-8/+6
* Some improvements in background worker but we terminate lateAlex Auvolat2021-03-151-7/+6
* WIP migrate to tokio 1Alex Auvolat2021-03-151-10/+13
* Refactor block resync loop; make workers infaillibleAlex Auvolat2021-03-151-28/+30
* Small fixesAlex Auvolat2021-03-151-7/+16
* 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-121-12/+6
* More security: don't delete stuff too easilyAlex Auvolat2021-03-111-0/+3
* WIP big refactoringAlex Auvolat2021-03-111-3/+2
* Checkpoint: add merkle tree in data tableAlex Auvolat2021-03-111-8/+6
* Switch to blake2 sum for identifying blocks by their dataAlex Auvolat2021-03-101-1/+1
* Refactor model stuff, including cleaner CRDTsAlex Auvolat2021-03-101-1/+1
* Remove epidemic propagation for fully replicated stuff: write directly to all...Alex Auvolat2021-03-051-9/+27
* Simulate stuff moving aroundAlex Auvolat2021-02-251-0/+3
* fix tracingAlex Auvolat2021-02-241-2/+1
* Arrange block managerAlex Auvolat2021-02-241-83/+65
* rename hash() to sha256sum(), we might want to change it at some placesAlex Auvolat2021-02-211-1/+1
* Convert bucket table to better CRDT representationAlex Auvolat2020-11-201-1/+1
* Slight refactoring to make things clearer with DeletedFilterAlex Auvolat2020-11-201-2/+2
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-081-1/+1
* Rename garage_core to garage_modelAlex Auvolat2020-07-071-0/+506