aboutsummaryrefslogtreecommitdiff
path: root/src/table
Commit message (Collapse)AuthorAgeFilesLines
* Improve bootstraping: do it regularly; persist peer listAlex Auvolat2021-04-273-8/+30
|
* update to v0.2.1v0.2.1release-v0.2.1Alex Auvolat2021-03-191-3/+3
|
* Update Cargo.toml files with AGPL license infov0.2.0Alex Auvolat2021-03-181-4/+4
|
* Prepare for release 0.2Alex Auvolat2021-03-181-3/+3
|
* Todo make a test for the Merkle updaterAlex Auvolat2021-03-161-44/+59
|
* Leader-based GCAlex Auvolat2021-03-162-4/+18
|
* Small changesAlex Auvolat2021-03-161-5/+8
|
* Update dependenciesAlex Auvolat2021-03-163-22/+13
|
* Simpler Merkle & syncAlex Auvolat2021-03-165-145/+65
|
* some reorderingAlex Auvolat2021-03-163-9/+7
|
* Refactor codeAlex Auvolat2021-03-165-163/+167
|
* Simplify replication logicAlex Auvolat2021-03-166-48/+41
|
* Some improvements in background worker but we terminate lateAlex Auvolat2021-03-152-5/+2
|
* WIP migrate to tokio 1Alex Auvolat2021-03-155-31/+20
|
* Refactor block resync loop; make workers infaillibleAlex Auvolat2021-03-153-10/+6
|
* Small fixesAlex Auvolat2021-03-152-3/+15
|
* Tiny thingsAlex Auvolat2021-03-151-0/+1
|
* Make block rc code more understandableAlex Auvolat2021-03-151-1/+1
|
* Time and metadata improvementsAlex Auvolat2021-03-153-6/+8
|
* Optim & refactorAlex Auvolat2021-03-121-8/+11
|
* cargo fmtAlex Auvolat2021-03-126-69/+110
|
* Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-127-34/+279
|
* Implement garage stats to get info on node contentsAlex Auvolat2021-03-122-3/+3
|
* Move table rpc client out of tableauxAlex Auvolat2021-03-122-21/+16
|
* Make syncer have its own rpc client/serverAlex Auvolat2021-03-123-30/+73
|
* Don't sync at beginningAlex Auvolat2021-03-121-3/+7
|
* Fix merkle updater not being notified; improved loggingAlex Auvolat2021-03-123-14/+16
|
* whoopsAlex Auvolat2021-03-112-2/+11
|
* More security: don't delete stuff too easilyAlex Auvolat2021-03-112-1/+9
|
* Add comment, and also whoops, this wasn't doing what we expectedAlex Auvolat2021-03-111-8/+14
|
* Add a nice warningAlex Auvolat2021-03-111-2/+5
|
* Tiny changesAlex Auvolat2021-03-111-3/+6
|
* (not well tested) use merkle tree for syncAlex Auvolat2021-03-118-961/+752
|
* WIP big refactoringAlex Auvolat2021-03-1110-291/+368
|
* Checkpoint: add merkle tree in data tableAlex Auvolat2021-03-114-47/+425
|
* Very minor changesAlex Auvolat2021-03-102-2/+11
|
* Change hash function to blake2 for partition keys based on stringsAlex Auvolat2021-03-101-1/+1
|
* Refactor model stuff, including cleaner CRDTsAlex Auvolat2021-03-109-330/+475
|
* Not fully tested: new multi-dc MagLevAlex Auvolat2021-03-051-1/+0
|
* 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
|