Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use zstd checksumming | Trinity Pointard | 2021-04-08 | 1 | -29/+37 |
| | |||||
* | delete plain block when getting a compressed one | Trinity Pointard | 2021-04-08 | 1 | -4/+21 |
| | |||||
* | change extention for compressed files | Trinity Pointard | 2021-04-08 | 1 | -3/+3 |
| | | | | set_extension don't behave verywell with extensions containing multiple dots | ||||
* | add checksum to end of file instead of decompressing | Trinity Pointard | 2021-04-08 | 1 | -17/+31 |
| | |||||
* | use BlockData instead of Vec+bool | Trinity Pointard | 2021-04-08 | 1 | -39/+36 |
| | |||||
* | compress blocs with zstd | Trinity Pointard | 2021-04-08 | 1 | -24/+93 |
| | |||||
* | change some more comments and revert changes on TableSchema | Trinity Pointard | 2021-04-07 | 1 | -1/+0 |
| | |||||
* | make most requested changes | Trinity Pointard | 2021-04-06 | 1 | -3/+3 |
| | |||||
* | attempt at documenting model crate | Trinity Pointard | 2021-04-06 | 1 | -1/+26 |
| | |||||
* | attempt at documenting table crate | Trinity Pointard | 2021-04-06 | 1 | -1/+1 |
| | |||||
* | GC object table in a specific case | Alex Auvolat | 2021-03-16 | 1 | -1/+1 |
| | |||||
* | Simplify replication logic | Alex Auvolat | 2021-03-16 | 1 | -8/+6 |
| | |||||
* | Some improvements in background worker but we terminate late | Alex Auvolat | 2021-03-15 | 1 | -7/+6 |
| | |||||
* | WIP migrate to tokio 1 | Alex Auvolat | 2021-03-15 | 1 | -10/+13 |
| | |||||
* | Refactor block resync loop; make workers infaillible | Alex Auvolat | 2021-03-15 | 1 | -28/+30 |
| | |||||
* | Small fixes | Alex Auvolat | 2021-03-15 | 1 | -7/+16 |
| | |||||
* | Make block rc code more understandable | Alex Auvolat | 2021-03-15 | 1 | -33/+21 |
| | |||||
* | Time and metadata improvements | Alex Auvolat | 2021-03-15 | 1 | -2/+2 |
| | |||||
* | Fix race condition | Alex Auvolat | 2021-03-15 | 1 | -3/+7 |
| | |||||
* | Fix list API bug | Alex Auvolat | 2021-03-15 | 1 | -11/+17 |
| | |||||
* | cargo fmt | Alex Auvolat | 2021-03-12 | 1 | -2/+6 |
| | |||||
* | Implement table gc, currently for block_ref and version only | Alex Auvolat | 2021-03-12 | 1 | -12/+6 |
| | |||||
* | More security: don't delete stuff too easily | Alex Auvolat | 2021-03-11 | 1 | -0/+3 |
| | |||||
* | WIP big refactoring | Alex Auvolat | 2021-03-11 | 1 | -3/+2 |
| | |||||
* | Checkpoint: add merkle tree in data table | Alex Auvolat | 2021-03-11 | 1 | -8/+6 |
| | |||||
* | Switch to blake2 sum for identifying blocks by their data | Alex Auvolat | 2021-03-10 | 1 | -1/+1 |
| | |||||
* | Refactor model stuff, including cleaner CRDTs | Alex Auvolat | 2021-03-10 | 1 | -1/+1 |
| | |||||
* | Remove epidemic propagation for fully replicated stuff: write directly to ↵ | Alex Auvolat | 2021-03-05 | 1 | -9/+27 |
| | | | | all nodes | ||||
* | Simulate stuff moving around | Alex Auvolat | 2021-02-25 | 1 | -0/+3 |
| | |||||
* | fix tracing | Alex Auvolat | 2021-02-24 | 1 | -2/+1 |
| | |||||
* | Arrange block manager | Alex Auvolat | 2021-02-24 | 1 | -83/+65 |
| | |||||
* | rename hash() to sha256sum(), we might want to change it at some places | Alex Auvolat | 2021-02-21 | 1 | -1/+1 |
| | |||||
* | Convert bucket table to better CRDT representation | Alex Auvolat | 2020-11-20 | 1 | -1/+1 |
| | |||||
* | Slight refactoring to make things clearer with DeletedFilter | Alex Auvolat | 2020-11-20 | 1 | -2/+2 |
| | |||||
* | Refactor error management in API parterror-refactoring | Alex Auvolat | 2020-11-08 | 1 | -1/+1 |
| | |||||
* | Rename garage_core to garage_model | Alex Auvolat | 2020-07-07 | 1 | -0/+506 |