aboutsummaryrefslogtreecommitdiff
path: root/src/block.rs
Commit message (Expand)AuthorAgeFilesLines
* More aggressive sync timings & improve other stuffAlex Auvolat2020-04-191-2/+2
* Begin implement bucket management & admin commandsAlex Auvolat2020-04-191-2/+2
* Reorder imports.Alex Auvolat2020-04-181-0/+1
* Remove proto.rs & move some definitions out of data.rsAlex Auvolat2020-04-181-1/+11
* Massive RPC refactoringAlex Auvolat2020-04-181-51/+92
* Fix sync: use max root checksum levelAlex Auvolat2020-04-171-3/+3
* Fix add to resync on increfAlex Auvolat2020-04-171-5/+6
* Fix walk_ring_fromAlex Auvolat2020-04-171-1/+1
* Several resync workers; add delay on retry resyncAlex Auvolat2020-04-171-16/+15
* Fix paths :oAlex Auvolat2020-04-171-6/+8
* Implement sending blocks to nodes that need themAlex Auvolat2020-04-171-1/+60
* Don't send items...Alex Auvolat2020-04-171-7/+16
* Resync block on read errorAlex Auvolat2020-04-171-1/+8
* WIPAlex Auvolat2020-04-171-37/+63
* Implement getting missing blocks when RC increasesAlex Auvolat2020-04-171-23/+140
* Keep network status & ring in a tokio::sync::watchAlex Auvolat2020-04-111-12/+14
* Local refcounting of blocksAlex Auvolat2020-04-111-29/+93
* Fix the Sync issue. Details:Alex Auvolat2020-04-101-5/+5
* Why is it not Sync??Alex Auvolat2020-04-091-0/+49