Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement repair command | Alex Auvolat | 2020-04-19 | 1 | -0/+84 |
* | More aggressive sync timings & improve other stuff | Alex Auvolat | 2020-04-19 | 1 | -2/+2 |
* | Begin implement bucket management & admin commands | Alex Auvolat | 2020-04-19 | 1 | -2/+2 |
* | Reorder imports. | Alex Auvolat | 2020-04-18 | 1 | -0/+1 |
* | Remove proto.rs & move some definitions out of data.rs | Alex Auvolat | 2020-04-18 | 1 | -1/+11 |
* | Massive RPC refactoring | Alex Auvolat | 2020-04-18 | 1 | -51/+92 |
* | Fix sync: use max root checksum level | Alex Auvolat | 2020-04-17 | 1 | -3/+3 |
* | Fix add to resync on incref | Alex Auvolat | 2020-04-17 | 1 | -5/+6 |
* | Fix walk_ring_from | Alex Auvolat | 2020-04-17 | 1 | -1/+1 |
* | Several resync workers; add delay on retry resync | Alex Auvolat | 2020-04-17 | 1 | -16/+15 |
* | Fix paths :o | Alex Auvolat | 2020-04-17 | 1 | -6/+8 |
* | Implement sending blocks to nodes that need them | Alex Auvolat | 2020-04-17 | 1 | -1/+60 |
* | Don't send items... | Alex Auvolat | 2020-04-17 | 1 | -7/+16 |
* | Resync block on read error | Alex Auvolat | 2020-04-17 | 1 | -1/+8 |
* | WIP | Alex Auvolat | 2020-04-17 | 1 | -37/+63 |
* | Implement getting missing blocks when RC increases | Alex Auvolat | 2020-04-17 | 1 | -23/+140 |
* | Keep network status & ring in a tokio::sync::watch | Alex Auvolat | 2020-04-11 | 1 | -12/+14 |
* | Local refcounting of blocks | Alex Auvolat | 2020-04-11 | 1 | -29/+93 |
* | Fix the Sync issue. Details: | Alex Auvolat | 2020-04-10 | 1 | -5/+5 |
* | Why is it not Sync?? | Alex Auvolat | 2020-04-09 | 1 | -0/+49 |