Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP | Alex Auvolat | 2020-04-16 | 1 | -21/+8 |
| | |||||
* | Begin work on sync... | Alex Auvolat | 2020-04-16 | 1 | -3/+1 |
| | |||||
* | Fix table RPC to not be interruptible | Alex Auvolat | 2020-04-12 | 1 | -11/+15 |
| | |||||
* | TLS works \o/ | Alex Auvolat | 2020-04-12 | 1 | -1/+1 |
| | | | | | | | | | So, the issues were: - webpki does not support IP addresses as DNS names in URLs, so I hacked the HttpsConnector to always provide a fixed string as the DNS name for server certificate validation - the certificate requied a SAN section which was complicated to build but eventually the solution is there in genkeys.sh | ||||
* | Trying to do TLS | Alex Auvolat | 2020-04-12 | 1 | -19/+79 |
| | |||||
* | fixes | Alex Auvolat | 2020-04-12 | 1 | -8/+21 |
| | | | | | | - make block_put call uninterruptible by client - used meta_replication_factor instead of data_replication_factor - listen on ipv6 | ||||
* | Keep network status & ring in a tokio::sync::watch | Alex Auvolat | 2020-04-11 | 1 | -2/+2 |
| | | | | | | advantages - reads don't prevent preparing writes - can be followed from other parts of the system by cloning the receiver | ||||
* | Local refcounting of blocks | Alex Auvolat | 2020-04-11 | 1 | -3/+2 |
| | |||||
* | Background task runner that replaces tokio::spawn | Alex Auvolat | 2020-04-11 | 1 | -2/+3 |
| | |||||
* | We don't want the debugging to fail, actually. | Alex Auvolat | 2020-04-10 | 1 | -9/+20 |
| | |||||
* | Fix the Sync issue. Details: | Alex Auvolat | 2020-04-10 | 1 | -23/+30 |
| | | | | | | | 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 Auvolat | 2020-04-09 | 1 | -2/+19 |
| | |||||
* | Something works | Alex Auvolat | 2020-04-09 | 1 | -2/+5 |
| | |||||
* | Some work | Alex Auvolat | 2020-04-08 | 1 | -1/+0 |
| | |||||
* | Some work in actually storing things | Alex Auvolat | 2020-04-08 | 1 | -7/+17 |
| | |||||
* | Refactor; ability to update network config | Alex Auvolat | 2020-04-07 | 1 | -0/+69 |