Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add node tags in configuration | Alex Auvolat | 2020-04-21 | 1 | -3/+13 |
| | |||||
* | Pretty logging | Alex Auvolat | 2020-04-21 | 1 | -6/+13 |
| | |||||
* | More aggressive sync timings & improve other stuff | Alex Auvolat | 2020-04-19 | 1 | -4/+1 |
| | |||||
* | Begin implement bucket management & admin commands | Alex Auvolat | 2020-04-19 | 1 | -1/+2 |
| | |||||
* | Massive RPC refactoring | Alex Auvolat | 2020-04-18 | 1 | -143/+167 |
| | |||||
* | Implement sending blocks to nodes that need them | Alex Auvolat | 2020-04-17 | 1 | -0/+5 |
| | |||||
* | Implement getting missing blocks when RC increases | Alex Auvolat | 2020-04-17 | 1 | -1/+0 |
| | | | | | | | 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. | ||||
* | Make all requests continue in the background even after we got enough responses. | Alex Auvolat | 2020-04-16 | 1 | -1/+1 |
| | |||||
* | 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 |