Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trying to do TLS | Alex Auvolat | 2020-04-12 | 1 | -0/+6 |
| | |||||
* | fixes | Alex Auvolat | 2020-04-12 | 1 | -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::spawn | Alex Auvolat | 2020-04-11 | 1 | -0/+6 |
| | |||||
* | Fix the Sync issue. Details: | Alex Auvolat | 2020-04-10 | 1 | -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, transactions | Alex Auvolat | 2020-04-09 | 1 | -0/+9 |
| | |||||
* | Something works | Alex Auvolat | 2020-04-09 | 1 | -0/+2 |
| | |||||
* | Some progress | Alex Auvolat | 2020-04-09 | 1 | -2/+16 |
| | |||||
* | Work & TODO | Alex Auvolat | 2020-04-08 | 1 | -3/+0 |
| | |||||
* | Some work | Alex Auvolat | 2020-04-08 | 1 | -0/+6 |
| | |||||
* | Basic workflow for client PUT, next is do actual storage | Alex Auvolat | 2020-04-08 | 1 | -0/+6 |
| | |||||
* | custom data type for hashes and identifiers | Alex Auvolat | 2020-04-07 | 1 | -9/+9 |
| | |||||
* | Some more basic work | Alex Auvolat | 2020-04-06 | 1 | -1/+13 |
| | |||||
* | First commit: skeleton for something great | Alex Auvolat | 2020-04-05 | 1 | -0/+19 |