| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | GC object table in a specific case | Alex Auvolat | 2021-03-16 | 2 | -1/+4 |
* | Update dependencies | Alex Auvolat | 2021-03-16 | 1 | -7/+4 |
* | Simplify replication logic | Alex Auvolat | 2021-03-16 | 2 | -9/+12 |
* | Some improvements in background worker but we terminate late | Alex Auvolat | 2021-03-15 | 4 | -12/+10 |
* | WIP migrate to tokio 1 | Alex Auvolat | 2021-03-15 | 4 | -14/+18 |
* | 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 it case-insensitive | Alex Auvolat | 2021-03-15 | 1 | -1/+2 |
* | Allow manipulation of keys by their shorthand in the CLI | Alex Auvolat | 2021-03-15 | 1 | -2/+13 |
* | 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 | 3 | -12/+12 |
* | More security: don't delete stuff too easily | Alex Auvolat | 2021-03-11 | 1 | -0/+3 |
* | (not well tested) use merkle tree for sync | Alex Auvolat | 2021-03-11 | 1 | -1/+1 |
* | WIP big refactoring | Alex Auvolat | 2021-03-11 | 4 | -7/+6 |
* | Checkpoint: add merkle tree in data table | Alex Auvolat | 2021-03-11 | 2 | -20/+13 |
* | Very minor changes | Alex Auvolat | 2021-03-10 | 1 | -1/+0 |
* | Correctly implement CompleteMultipartUpload with etag check of parts | Alex Auvolat | 2021-03-10 | 1 | -0/+6 |
* | Remove migration paths from 0.1 branch | Alex Auvolat | 2021-03-10 | 4 | -121/+0 |
* | 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 | 7 | -93/+77 |
* | Remove epidemic propagation for fully replicated stuff: write directly to all... | Alex Auvolat | 2021-03-05 | 2 | -13/+28 |
* | 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 |
* | Update sled & try to debug deadlock (but its in sled...) | Alex Auvolat | 2021-02-23 | 2 | -2/+1 |
* | Make updated() be a sync function that doesn't fail | Alex Auvolat | 2021-02-23 | 5 | -68/+51 |
* | rename hash() to sha256sum(), we might want to change it at some places | Alex Auvolat | 2021-02-21 | 1 | -1/+1 |
* | Use 0.1.0b instead of 0.1.0 (for compatibility with new Error type) | Alex Auvolat | 2021-01-15 | 1 | -1/+1 |
* | Bump everything to 0.1.1 | Alex Auvolat | 2021-01-15 | 1 | -2/+2 |
* | Merge branch 'master' into feature/website | Quentin Dufour | 2020-12-17 | 1 | -0/+3 |
|\ |
|
| * | CRDT doc | Quentin | 2020-11-23 | 1 | -0/+3 |
* | | First implementation of the CLI | Quentin | 2020-12-15 | 1 | -4/+4 |
* | | Migrate RPC to new schema | Quentin | 2020-12-14 | 1 | -4/+10 |
* | | Implement migration | Quentin | 2020-12-12 | 1 | -1/+12 |
* | | WIP table migration | Quentin | 2020-12-12 | 1 | -6/+22 |
|/ |
|
* | simplify | Alex Auvolat | 2020-11-20 | 2 | -6/+4 |
* | Convert bucket table to better CRDT representation | Alex Auvolat | 2020-11-20 | 3 | -76/+71 |
* | Begin improve model to use better CRDTs | Alex Auvolat | 2020-11-20 | 1 | -70/+51 |
* | Fix reconciliation logic | Alex Auvolat | 2020-11-20 | 2 | -5/+6 |
* | Slight refactoring to make things clearer with DeletedFilter | Alex Auvolat | 2020-11-20 | 6 | -17/+19 |
* | Refactor error management in API parterror-refactoring | Alex Auvolat | 2020-11-08 | 1 | -1/+1 |
* | cargo fmt | Alex Auvolat | 2020-07-08 | 1 | -86/+91 |
* | Add multiple headers to object model | Alex Auvolat | 2020-07-08 | 1 | -7/+24 |
* | (WIP) New object table model, TODO: update API calls to use it | Alex Auvolat | 2020-07-08 | 1 | -27/+92 |
* | Add support for model migrations | Alex Auvolat | 2020-07-08 | 1 | -2/+3 |
* | Add versions to dependencies0.1.0 | Alex Auvolat | 2020-07-07 | 1 | -3/+3 |