aboutsummaryrefslogtreecommitdiff
path: root/src/error.rs
Commit message (Collapse)AuthorAgeFilesLines
* Split code for modular compilationAlex Auvolat2020-04-241-95/+0
|
* Reorganize codeAlex Auvolat2020-04-231-1/+1
|
* Better error reportingAlex Auvolat2020-04-231-0/+1
|
* Continue pinging nodes when they are down ; overall better handling of down ↵Alex Auvolat2020-04-231-3/+6
| | | | nodes
* More aggressive sync timings & improve other stuffAlex Auvolat2020-04-191-0/+6
|
* Begin implement bucket management & admin commandsAlex Auvolat2020-04-191-2/+2
|
* Implement getting missing blocks when RC increasesAlex Auvolat2020-04-171-0/+5
| | | | | | | Issue: RC increases also when the block ref entry is first put by the actual client. At that point the client is probably already sending us the block content, so we don't need to do a get... We should add a delay before the task is added or find something to do.
* Trying to do TLSAlex Auvolat2020-04-121-0/+6
|
* fixesAlex Auvolat2020-04-121-0/+3
| | | | | | - make block_put call uninterruptible by client - used meta_replication_factor instead of data_replication_factor - listen on ipv6
* Background task runner that replaces tokio::spawnAlex Auvolat2020-04-111-0/+6
|
* Fix the Sync issue. Details:Alex Auvolat2020-04-101-3/+3
| | | | | | | 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.
* Locally, transactionsAlex Auvolat2020-04-091-0/+9
|
* Something worksAlex Auvolat2020-04-091-0/+2
|
* Some progressAlex Auvolat2020-04-091-2/+16
|
* Work & TODOAlex Auvolat2020-04-081-3/+0
|
* Some workAlex Auvolat2020-04-081-0/+6
|
* Basic workflow for client PUT, next is do actual storageAlex Auvolat2020-04-081-0/+6
|
* custom data type for hashes and identifiersAlex Auvolat2020-04-071-9/+9
|
* Some more basic workAlex Auvolat2020-04-061-1/+13
|
* First commit: skeleton for something greatAlex Auvolat2020-04-051-0/+19