Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better concurrency: | Alex Auvolat | 2020-04-22 | 1 | -1/+1 |
| | | | | | | Use Notify instead of stupid sleep in background worker Use Semaphore to limit concurrent requests in rpc_client Make more background tasks cancellable | ||||
* | Make UUID & Hash Copy and remove some .clone() noise | Alex Auvolat | 2020-04-21 | 1 | -3/+3 |
| | |||||
* | Make the repair command accept subcommands to not do everything all the time | Alex Auvolat | 2020-04-21 | 1 | -4/+27 |
| | |||||
* | Add node tags in configuration | Alex Auvolat | 2020-04-21 | 1 | -3/+11 |
| | |||||
* | Pretty logging | Alex Auvolat | 2020-04-21 | 1 | -4/+9 |
| | |||||
* | Implement repair command | Alex Auvolat | 2020-04-19 | 1 | -10/+22 |
| | |||||
* | More aggressive sync timings & improve other stuff | Alex Auvolat | 2020-04-19 | 1 | -2/+4 |
| | |||||
* | Add hostname to node info | Alex Auvolat | 2020-04-19 | 1 | -3/+3 |
| | |||||
* | Begin implement bucket management & admin commands | Alex Auvolat | 2020-04-19 | 1 | -15/+124 |
| | |||||
* | Add support for fully replicated tables with epidemic dissemination of updates | Alex Auvolat | 2020-04-19 | 1 | -0/+1 |
| | |||||
* | Refactor sharding logic; coming next: full replication with epidemic ↵ | Alex Auvolat | 2020-04-19 | 1 | -8/+9 |
| | | | | dissemination | ||||
* | Remove proto.rs & move some definitions out of data.rs | Alex Auvolat | 2020-04-18 | 1 | -5/+2 |
| | |||||
* | Massive RPC refactoring | Alex Auvolat | 2020-04-18 | 1 | -5/+9 |
| | |||||
* | Implement ring comparison algorithm | Alex Auvolat | 2020-04-16 | 1 | -1/+70 |
| | |||||
* | Begin work on sync... | Alex Auvolat | 2020-04-16 | 1 | -10/+9 |
| | |||||
* | TLS for command line client | Alex Auvolat | 2020-04-12 | 1 | -1/+24 |
| | |||||
* | Trying to do TLS | Alex Auvolat | 2020-04-12 | 1 | -1/+2 |
| | |||||
* | Background task runner that replaces tokio::spawn | Alex Auvolat | 2020-04-11 | 1 | -0/+1 |
| | |||||
* | Add block ref table | Alex Auvolat | 2020-04-10 | 1 | -0/+1 |
| | |||||
* | Refactor | Alex Auvolat | 2020-04-10 | 1 | -0/+1 |
| | |||||
* | Fix the Sync issue. Details: | Alex Auvolat | 2020-04-10 | 1 | -43/+68 |
| | | | | | | | 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 | -0/+2 |
| | |||||
* | Some progress | Alex Auvolat | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | Some work in actually storing things | Alex Auvolat | 2020-04-08 | 1 | -0/+5 |
| | |||||
* | custom data type for hashes and identifiers | Alex Auvolat | 2020-04-07 | 1 | -4/+4 |
| | |||||
* | Config management & ring | Alex Auvolat | 2020-04-07 | 1 | -3/+7 |
| | |||||
* | Refactor; ability to update network config | Alex Auvolat | 2020-04-07 | 1 | -83/+127 |
| | |||||
* | Fix pinging | Alex Auvolat | 2020-04-07 | 1 | -0/+2 |
| | |||||
* | Some work | Alex Auvolat | 2020-04-06 | 1 | -1/+1 |
| | |||||
* | Some more basic work | Alex Auvolat | 2020-04-06 | 1 | -21/+63 |
| | |||||
* | First commit: skeleton for something great | Alex Auvolat | 2020-04-05 | 1 | -0/+76 |