aboutsummaryrefslogtreecommitdiff
path: root/src/table
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove epidemic propagation for fully replicated stuff: write directly to ↵Alex Auvolat2021-03-054-76/+38
| | | | all nodes
* I was tired yesterdayAlex Auvolat2021-02-242-3/+10
|
* fix misuse of sled transactionsAlex Auvolat2021-02-231-1/+1
|
* Update sled & try to debug deadlock (but its in sled...)Alex Auvolat2021-02-233-8/+10
|
* Make updated() be a sync function that doesn't failAlex Auvolat2021-02-233-15/+11
|
* Handle correctly deletion dues to offloadingAlex Auvolat2021-02-232-42/+38
|
* Several changes in table_sync:Alex Auvolat2021-02-232-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 fmtAlex Auvolat2021-02-232-2/+2
|
* Replace some checksums where it makes senseAlex Auvolat2021-02-232-5/+6
|
* rename hash() to sha256sum(), we might want to change it at some placesAlex Auvolat2021-02-213-6/+6
|
* Some refactoringAlex Auvolat2021-02-214-4/+7
|
* Bump everything to 0.1.1Alex Auvolat2021-01-151-2/+2
|
* Doc tests that do not compile/work must be tagged with ignoreQuentin2021-01-151-3/+3
|
* More documentation on CRDTs (we should probably extract this to aAlex Auvolat2020-12-121-26/+138
| | | | standalone crate!)
* Merge branch 'master' into doc/modeldoc/modelAlex Auvolat2020-12-121-1/+2
|\
| * Propose ETag fixbug/etagAlex Auvolat2020-12-051-1/+2
| |
* | Add some doc on LWWQuentin2020-11-231-1/+30
| |
* | CRDT docQuentin2020-11-231-4/+28
|/
* data hexdump in warningfeature/better-crdtAlex Auvolat2020-11-202-0/+4
|
* Warning when cannot decode entry (data format incompatibilities)Alex Auvolat2020-11-201-8/+13
|
* less type boundsAlex Auvolat2020-11-201-6/+6
|
* oopsAlex Auvolat2020-11-201-1/+1
|
* Convert bucket table to better CRDT representationAlex Auvolat2020-11-203-49/+32
|
* Begin improve model to use better CRDTsAlex Auvolat2020-11-202-0/+176
|
* Slight refactoring to make things clearer with DeletedFilterAlex Auvolat2020-11-203-29/+60
|
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-082-3/+3
|
* cargo fmtAlex Auvolat2020-07-083-20/+16
|
* Add support for model migrationsAlex Auvolat2020-07-084-74/+99
|
* Add versions to dependencies0.1.0Alex Auvolat2020-07-071-2/+2
|
* Add license, description and repository to .toml filesAlex Auvolat2020-07-071-0/+3
|
* Split code for modular compilationAlex Auvolat2020-04-246-20/+60
|
* Reorganize codeAlex Auvolat2020-04-235-0/+1476