Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RPC to ourself do not pass through serialization + HTTPS | Alex Auvolat | 2020-04-23 | 1 | -6/+6 |
* | Better concurrency: | Alex Auvolat | 2020-04-22 | 1 | -2/+1 |
* | Make UUID & Hash Copy and remove some .clone() noise | Alex Auvolat | 2020-04-21 | 1 | -19/+14 |
* | Do full sync on node (re)start | Alex Auvolat | 2020-04-21 | 1 | -1/+8 |
* | Improve table sync | Alex Auvolat | 2020-04-21 | 1 | -86/+140 |
* | Add node tags in configuration | Alex Auvolat | 2020-04-21 | 1 | -8/+17 |
* | Pretty logging | Alex Auvolat | 2020-04-21 | 1 | -10/+10 |
* | Log which workers are doing what | Alex Auvolat | 2020-04-19 | 1 | -6/+8 |
* | Implement repair command | Alex Auvolat | 2020-04-19 | 1 | -0/+6 |
* | Less output | Alex Auvolat | 2020-04-19 | 1 | -14/+18 |
* | More aggressive sync timings & improve other stuff | Alex Auvolat | 2020-04-19 | 1 | -15/+36 |
* | Begin implement bucket management & admin commands | Alex Auvolat | 2020-04-19 | 1 | -1/+1 |
* | Add support for fully replicated tables with epidemic dissemination of updates | Alex Auvolat | 2020-04-19 | 1 | -3/+3 |
* | Refactor sharding logic; coming next: full replication with epidemic dissemin... | Alex Auvolat | 2020-04-19 | 1 | -111/+86 |
* | Massive RPC refactoring | Alex Auvolat | 2020-04-18 | 1 | -3/+12 |
* | Fix sync: use max root checksum level | Alex Auvolat | 2020-04-17 | 1 | -68/+103 |
* | Don't send items... | Alex Auvolat | 2020-04-17 | 1 | -15/+47 |
* | Make sync send data both ways | Alex Auvolat | 2020-04-17 | 1 | -17/+51 |
* | WIP | Alex Auvolat | 2020-04-17 | 1 | -37/+41 |
* | Implement getting missing blocks when RC increases | Alex Auvolat | 2020-04-17 | 1 | -50/+153 |
* | Table range deletion | Alex Auvolat | 2020-04-17 | 1 | -0/+2 |
* | Better prints again, and a great question | Alex Auvolat | 2020-04-16 | 1 | -4/+9 |
* | Change debug prints a bit | Alex Auvolat | 2020-04-16 | 1 | -10/+10 |
* | WIP | Alex Auvolat | 2020-04-16 | 1 | -7/+81 |
* | WIP | Alex Auvolat | 2020-04-16 | 1 | -25/+185 |
* | Implement ring comparison algorithm | Alex Auvolat | 2020-04-16 | 1 | -9/+66 |
* | Begin work on sync... | Alex Auvolat | 2020-04-16 | 1 | -0/+204 |