Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split code for modular compilation | Alex Auvolat | 2020-04-24 | 1 | -95/+0 |
| | |||||
* | Reorganize code | Alex Auvolat | 2020-04-23 | 1 | -1/+1 |
| | |||||
* | Better error reporting | Alex Auvolat | 2020-04-23 | 1 | -0/+1 |
| | |||||
* | Continue pinging nodes when they are down ; overall better handling of down ↵ | Alex Auvolat | 2020-04-23 | 1 | -3/+6 |
| | | | | nodes | ||||
* | More aggressive sync timings & improve other stuff | Alex Auvolat | 2020-04-19 | 1 | -0/+6 |
| | |||||
* | Begin implement bucket management & admin commands | Alex Auvolat | 2020-04-19 | 1 | -2/+2 |
| | |||||
* | Implement getting missing blocks when RC increases | Alex Auvolat | 2020-04-17 | 1 | -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 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 |