aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Split code for modular compilationAlex Auvolat2020-04-241-540/+0
* Key management admin commandsAlex Auvolat2020-04-231-4/+47
* Move repair to separate fileAlex Auvolat2020-04-231-0/+28
* Reorganize codeAlex Auvolat2020-04-231-19/+9
* Better error reportingAlex Auvolat2020-04-231-1/+1
* Continue pinging nodes when they are down ; overall better handling of down n...Alex Auvolat2020-04-231-38/+60
* Better concurrency:Alex Auvolat2020-04-221-1/+1
* Make UUID & Hash Copy and remove some .clone() noiseAlex Auvolat2020-04-211-3/+3
* Make the repair command accept subcommands to not do everything all the timeAlex Auvolat2020-04-211-4/+27
* Add node tags in configurationAlex Auvolat2020-04-211-3/+11
* Pretty loggingAlex Auvolat2020-04-211-4/+9
* Implement repair commandAlex Auvolat2020-04-191-10/+22
* More aggressive sync timings & improve other stuffAlex Auvolat2020-04-191-2/+4
* Add hostname to node infoAlex Auvolat2020-04-191-3/+3
* Begin implement bucket management & admin commandsAlex Auvolat2020-04-191-15/+124
* Add support for fully replicated tables with epidemic dissemination of updatesAlex Auvolat2020-04-191-0/+1
* Refactor sharding logic; coming next: full replication with epidemic dissemin...Alex Auvolat2020-04-191-8/+9
* Remove proto.rs & move some definitions out of data.rsAlex Auvolat2020-04-181-5/+2
* Massive RPC refactoringAlex Auvolat2020-04-181-5/+9
* Implement ring comparison algorithmAlex Auvolat2020-04-161-1/+70
* Begin work on sync...Alex Auvolat2020-04-161-10/+9
* TLS for command line clientAlex Auvolat2020-04-121-1/+24
* Trying to do TLSAlex Auvolat2020-04-121-1/+2
* Background task runner that replaces tokio::spawnAlex Auvolat2020-04-111-0/+1
* Add block ref tableAlex Auvolat2020-04-101-0/+1
* RefactorAlex Auvolat2020-04-101-0/+1
* Fix the Sync issue. Details:Alex Auvolat2020-04-101-43/+68
* Why is it not Sync??Alex Auvolat2020-04-091-0/+2
* Some progressAlex Auvolat2020-04-091-1/+1
* Some work in actually storing thingsAlex Auvolat2020-04-081-0/+5
* custom data type for hashes and identifiersAlex Auvolat2020-04-071-4/+4
* Config management & ringAlex Auvolat2020-04-071-3/+7
* Refactor; ability to update network configAlex Auvolat2020-04-071-83/+127
* Fix pingingAlex Auvolat2020-04-071-0/+2
* Some workAlex Auvolat2020-04-061-1/+1
* Some more basic workAlex Auvolat2020-04-061-21/+63
* First commit: skeleton for something greatAlex Auvolat2020-04-051-0/+76