Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optim & refactor | Alex Auvolat | 2021-03-12 | 1 | -8/+11 |
| | |||||
* | cargo fmt | Alex Auvolat | 2021-03-12 | 6 | -69/+110 |
| | |||||
* | Implement table gc, currently for block_ref and version only | Alex Auvolat | 2021-03-12 | 7 | -34/+279 |
| | |||||
* | Implement garage stats to get info on node contents | Alex Auvolat | 2021-03-12 | 2 | -3/+3 |
| | |||||
* | Move table rpc client out of tableaux | Alex Auvolat | 2021-03-12 | 2 | -21/+16 |
| | |||||
* | Make syncer have its own rpc client/server | Alex Auvolat | 2021-03-12 | 3 | -30/+73 |
| | |||||
* | Don't sync at beginning | Alex Auvolat | 2021-03-12 | 1 | -3/+7 |
| | |||||
* | Fix merkle updater not being notified; improved logging | Alex Auvolat | 2021-03-12 | 3 | -14/+16 |
| | |||||
* | whoops | Alex Auvolat | 2021-03-11 | 2 | -2/+11 |
| | |||||
* | More security: don't delete stuff too easily | Alex Auvolat | 2021-03-11 | 2 | -1/+9 |
| | |||||
* | Add comment, and also whoops, this wasn't doing what we expected | Alex Auvolat | 2021-03-11 | 1 | -8/+14 |
| | |||||
* | Add a nice warning | Alex Auvolat | 2021-03-11 | 1 | -2/+5 |
| | |||||
* | Tiny changes | Alex Auvolat | 2021-03-11 | 1 | -3/+6 |
| | |||||
* | (not well tested) use merkle tree for sync | Alex Auvolat | 2021-03-11 | 8 | -961/+752 |
| | |||||
* | WIP big refactoring | Alex Auvolat | 2021-03-11 | 10 | -291/+368 |
| | |||||
* | Checkpoint: add merkle tree in data table | Alex Auvolat | 2021-03-11 | 4 | -47/+425 |
| | |||||
* | Very minor changes | Alex Auvolat | 2021-03-10 | 2 | -2/+11 |
| | |||||
* | Change hash function to blake2 for partition keys based on strings | Alex Auvolat | 2021-03-10 | 1 | -1/+1 |
| | |||||
* | Refactor model stuff, including cleaner CRDTs | Alex Auvolat | 2021-03-10 | 9 | -330/+475 |
| | |||||
* | Not fully tested: new multi-dc MagLev | Alex Auvolat | 2021-03-05 | 1 | -1/+0 |
| | |||||
* | Remove epidemic propagation for fully replicated stuff: write directly to ↵ | Alex Auvolat | 2021-03-05 | 4 | -76/+38 |
| | | | | all nodes | ||||
* | I was tired yesterday | Alex Auvolat | 2021-02-24 | 2 | -3/+10 |
| | |||||
* | fix misuse of sled transactions | Alex Auvolat | 2021-02-23 | 1 | -1/+1 |
| | |||||
* | Update sled & try to debug deadlock (but its in sled...) | Alex Auvolat | 2021-02-23 | 3 | -8/+10 |
| | |||||
* | Make updated() be a sync function that doesn't fail | Alex Auvolat | 2021-02-23 | 3 | -15/+11 |
| | |||||
* | Handle correctly deletion dues to offloading | Alex Auvolat | 2021-02-23 | 2 | -42/+38 |
| | |||||
* | Several changes in table_sync: | Alex Auvolat | 2021-02-23 | 2 | -116/+188 |
| | | | | | - separate path for case of offloading a partition we don't store - use sync::Mutex instead of tokio::Mutex, make less fn's async | ||||
* | Cargo fmt | Alex Auvolat | 2021-02-23 | 2 | -2/+2 |
| | |||||
* | Replace some checksums where it makes sense | Alex Auvolat | 2021-02-23 | 2 | -5/+6 |
| | |||||
* | rename hash() to sha256sum(), we might want to change it at some places | Alex Auvolat | 2021-02-21 | 3 | -6/+6 |
| | |||||
* | Some refactoring | Alex Auvolat | 2021-02-21 | 4 | -4/+7 |
| | |||||
* | Bump everything to 0.1.1 | Alex Auvolat | 2021-01-15 | 1 | -2/+2 |
| | |||||
* | Doc tests that do not compile/work must be tagged with ignore | Quentin | 2021-01-15 | 1 | -3/+3 |
| | |||||
* | More documentation on CRDTs (we should probably extract this to a | Alex Auvolat | 2020-12-12 | 1 | -26/+138 |
| | | | | standalone crate!) | ||||
* | Merge branch 'master' into doc/modeldoc/model | Alex Auvolat | 2020-12-12 | 1 | -1/+2 |
|\ | |||||
| * | Propose ETag fixbug/etag | Alex Auvolat | 2020-12-05 | 1 | -1/+2 |
| | | |||||
* | | Add some doc on LWW | Quentin | 2020-11-23 | 1 | -1/+30 |
| | | |||||
* | | CRDT doc | Quentin | 2020-11-23 | 1 | -4/+28 |
|/ | |||||
* | data hexdump in warningfeature/better-crdt | Alex Auvolat | 2020-11-20 | 2 | -0/+4 |
| | |||||
* | Warning when cannot decode entry (data format incompatibilities) | Alex Auvolat | 2020-11-20 | 1 | -8/+13 |
| | |||||
* | less type bounds | Alex Auvolat | 2020-11-20 | 1 | -6/+6 |
| | |||||
* | oops | Alex Auvolat | 2020-11-20 | 1 | -1/+1 |
| | |||||
* | Convert bucket table to better CRDT representation | Alex Auvolat | 2020-11-20 | 3 | -49/+32 |
| | |||||
* | Begin improve model to use better CRDTs | Alex Auvolat | 2020-11-20 | 2 | -0/+176 |
| | |||||
* | Slight refactoring to make things clearer with DeletedFilter | Alex Auvolat | 2020-11-20 | 3 | -29/+60 |
| | |||||
* | Refactor error management in API parterror-refactoring | Alex Auvolat | 2020-11-08 | 2 | -3/+3 |
| | |||||
* | cargo fmt | Alex Auvolat | 2020-07-08 | 3 | -20/+16 |
| | |||||
* | Add support for model migrations | Alex Auvolat | 2020-07-08 | 4 | -74/+99 |
| | |||||
* | Add versions to dependencies0.1.0 | Alex Auvolat | 2020-07-07 | 1 | -2/+2 |
| | |||||
* | Add license, description and repository to .toml files | Alex Auvolat | 2020-07-07 | 1 | -0/+3 |
| |