aboutsummaryrefslogtreecommitdiff
path: root/src/object_table.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Alex Auvolat2020-04-191-1/+2
| | | | dissemination
* Reorder imports.Alex Auvolat2020-04-181-0/+1
| | | | | | | Trying to separate: 1. Stuff for handling the swarm of nodes and generic table data replication 2. Stuff for the object store core application: metadata tables and block management 3. Stuff for the S3 API
* Remove proto.rs & move some definitions out of data.rsAlex Auvolat2020-04-181-0/+1
|
* WIPAlex Auvolat2020-04-171-0/+6
| | | | | | TODOs: - ensure sync goes both way - finish sending blocks to other nodes when they need them before deleting
* 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
| | | | | | | So the HTTP client future of Hyper is not Sync, thus the stream that read blocks wasn't either. However Hyper's default Body type requires a stream to be Sync for wrap_stream. Solution: reimplement a custom HTTP body type.
* 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