Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Pretty logging | Alex Auvolat | 2020-04-21 | 11 | -71/+94 | |
* | Log which workers are doing what | Alex Auvolat | 2020-04-19 | 5 | -16/+25 | |
* | Implement repair object->version and version->block ref | Alex Auvolat | 2020-04-19 | 2 | -15/+111 | |
* | Don't do version & block_ref updates in background on deletion | Alex Auvolat | 2020-04-19 | 5 | -46/+45 | |
* | Implement repair command | Alex Auvolat | 2020-04-19 | 4 | -11/+152 | |
* | Less output | Alex Auvolat | 2020-04-19 | 1 | -14/+18 | |
* | More aggressive sync timings & improve other stuff | Alex Auvolat | 2020-04-19 | 11 | -44/+92 | |
* | Add hostname to node info | Alex Auvolat | 2020-04-19 | 3 | -11/+40 | |
* | Begin implement bucket management & admin commands | Alex Auvolat | 2020-04-19 | 13 | -55/+433 | |
* | Add support for fully replicated tables with epidemic dissemination of updates | Alex Auvolat | 2020-04-19 | 5 | -7/+122 | |
* | Refactor sharding logic; coming next: full replication with epidemic dissemin... | Alex Auvolat | 2020-04-19 | 8 | -165/+221 | |
* | Reorder imports. | Alex Auvolat | 2020-04-18 | 7 | -11/+18 | |
* | Remove proto.rs & move some definitions out of data.rs | Alex Auvolat | 2020-04-18 | 9 | -62/+52 | |
* | Massive RPC refactoring | Alex Auvolat | 2020-04-18 | 10 | -444/+570 | |
* | Fix sync: use max root checksum level | Alex Auvolat | 2020-04-17 | 4 | -79/+112 | |
* | Fix add to resync on incref | Alex Auvolat | 2020-04-17 | 1 | -5/+6 | |
* | Fix walk_ring_from | Alex Auvolat | 2020-04-17 | 2 | -9/+11 | |
* | Several resync workers; add delay on retry resync | Alex Auvolat | 2020-04-17 | 2 | -21/+20 | |
* | Implement missing handler for read_range | Alex Auvolat | 2020-04-17 | 1 | -0/+36 | |
* | Fix paths :o | Alex Auvolat | 2020-04-17 | 1 | -6/+8 | |
* | Implement sending blocks to nodes that need them | Alex Auvolat | 2020-04-17 | 3 | -1/+67 | |
* | Don't send items... | Alex Auvolat | 2020-04-17 | 3 | -40/+88 | |
* | Resync block on read error | Alex Auvolat | 2020-04-17 | 1 | -1/+8 | |
* | Make sync send data both ways | Alex Auvolat | 2020-04-17 | 3 | -25/+59 | |
* | WIP | Alex Auvolat | 2020-04-17 | 7 | -112/+234 | |
* | Implement getting missing blocks when RC increases | Alex Auvolat | 2020-04-17 | 9 | -140/+326 | |
* | Table range deletion | Alex Auvolat | 2020-04-17 | 5 | -25/+39 | |
* | Make all requests continue in the background even after we got enough responses. | Alex Auvolat | 2020-04-16 | 5 | -19/+31 | |
* | 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 | 6 | -37/+129 | |
* | WIP | Alex Auvolat | 2020-04-16 | 3 | -28/+205 | |
* | Implement ring comparison algorithm | Alex Auvolat | 2020-04-16 | 3 | -13/+142 | |
* | Begin work on sync... | Alex Auvolat | 2020-04-16 | 9 | -94/+297 | |
* | Fix table RPC to not be interruptible | Alex Auvolat | 2020-04-12 | 1 | -11/+15 | |
* | Small refactorings | Alex Auvolat | 2020-04-12 | 7 | -21/+22 | |
* | TLS for command line client | Alex Auvolat | 2020-04-12 | 2 | -3/+26 | |
* | Cleanup | Alex Auvolat | 2020-04-12 | 2 | -60/+1 | |
* | TLS works \o/ | Alex Auvolat | 2020-04-12 | 3 | -7/+158 | |
* | Trying to do TLS | Alex Auvolat | 2020-04-12 | 10 | -42/+189 | |
* | Refactor a bit | Alex Auvolat | 2020-04-12 | 4 | -50/+53 | |
* | fixes | Alex Auvolat | 2020-04-12 | 3 | -12/+28 | |
* | Keep network status & ring in a tokio::sync::watch | Alex Auvolat | 2020-04-11 | 9 | -134/+166 | |
* | Local refcounting of blocks | Alex Auvolat | 2020-04-11 | 4 | -38/+116 | |
* | table::insert_many, version_table::updated | Alex Auvolat | 2020-04-11 | 5 | -34/+103 | |
* | Background task runner that replaces tokio::spawn | Alex Auvolat | 2020-04-11 | 8 | -62/+291 | |
* | We don't want the debugging to fail, actually. | Alex Auvolat | 2020-04-10 | 1 | -9/+20 | |
* | Add block ref table | Alex Auvolat | 2020-04-10 | 7 | -23/+93 | |
* | (Try to) disable LTO ? | Alex Auvolat | 2020-04-10 | 1 | -0/+5 | |
* | Refactor | Alex Auvolat | 2020-04-10 | 3 | -71/+87 |