aboutsummaryrefslogtreecommitdiff
path: root/src/table/table.rs
Commit message (Expand)AuthorAgeFilesLines
* Improvements to CLI and various fixes for netapp versionAlex Auvolat2021-10-221-20/+15
* First port of Garage to NetappAlex Auvolat2021-10-221-46/+64
* rename types to CamelCaseTrinity Pointard2021-05-031-23/+23
* fix clippy warnings on tableTrinity Pointard2021-05-031-8/+5
* Leader-based GCAlex Auvolat2021-03-161-1/+1
* some reorderingAlex Auvolat2021-03-161-2/+2
* Refactor codeAlex Auvolat2021-03-161-27/+26
* Simplify replication logicAlex Auvolat2021-03-161-5/+5
* cargo fmtAlex Auvolat2021-03-121-1/+1
* Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-121-6/+2
* Move table rpc client out of tableauxAlex Auvolat2021-03-121-18/+13
* Make syncer have its own rpc client/serverAlex Auvolat2021-03-121-2/+2
* (not well tested) use merkle tree for syncAlex Auvolat2021-03-111-28/+22
* WIP big refactoringAlex Auvolat2021-03-111-214/+51
* Checkpoint: add merkle tree in data tableAlex Auvolat2021-03-111-29/+62
* Refactor model stuff, including cleaner CRDTsAlex Auvolat2021-03-101-0/+1
* Remove epidemic propagation for fully replicated stuff: write directly to all...Alex Auvolat2021-03-051-15/+2
* I was tired yesterdayAlex Auvolat2021-02-241-1/+1
* fix misuse of sled transactionsAlex Auvolat2021-02-231-1/+1
* Update sled & try to debug deadlock (but its in sled...)Alex Auvolat2021-02-231-7/+3
* Make updated() be a sync function that doesn't failAlex Auvolat2021-02-231-3/+3
* Handle correctly deletion dues to offloadingAlex Auvolat2021-02-231-23/+21
* Several changes in table_sync:Alex Auvolat2021-02-231-1/+1
* Some refactoringAlex Auvolat2021-02-211-1/+2
* Propose ETag fixbug/etagAlex Auvolat2020-12-051-1/+2
* data hexdump in warningfeature/better-crdtAlex Auvolat2020-11-201-0/+3
* Warning when cannot decode entry (data format incompatibilities)Alex Auvolat2020-11-201-8/+13
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-081-1/+1
* cargo fmtAlex Auvolat2020-07-081-13/+10
* Add support for model migrationsAlex Auvolat2020-07-081-73/+19
* Split code for modular compilationAlex Auvolat2020-04-241-10/+10
* Reorganize codeAlex Auvolat2020-04-231-0/+524