aboutsummaryrefslogtreecommitdiff
path: root/src/object_table.rs
Commit message (Expand)AuthorAgeFilesLines
* Reorganize codeAlex Auvolat2020-04-231-133/+0
* Make UUID & Hash Copy and remove some .clone() noiseAlex Auvolat2020-04-211-1/+1
* Don't do version & block_ref updates in background on deletionAlex Auvolat2020-04-191-19/+18
* Refactor sharding logic; coming next: full replication with epidemic dissemin...Alex Auvolat2020-04-191-1/+2
* Reorder imports.Alex Auvolat2020-04-181-0/+1
* Remove proto.rs & move some definitions out of data.rsAlex Auvolat2020-04-181-0/+1
* WIPAlex Auvolat2020-04-171-0/+6
* Table range deletionAlex Auvolat2020-04-171-7/+7
* Small refactoringsAlex Auvolat2020-04-121-1/+1
* Trying to do TLSAlex Auvolat2020-04-121-1/+1
* Refactor a bitAlex Auvolat2020-04-121-6/+6
* table::insert_many, version_table::updatedAlex Auvolat2020-04-111-3/+1
* Background task runner that replaces tokio::spawnAlex Auvolat2020-04-111-5/+35
* Fix the Sync issue. Details:Alex Auvolat2020-04-101-8/+12
* Why is it not Sync??Alex Auvolat2020-04-091-19/+16
* Locally, transactionsAlex Auvolat2020-04-091-2/+9
* Something worksAlex Auvolat2020-04-091-1/+2
* Some progressAlex Auvolat2020-04-091-0/+88