aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/storage/ldbstore.go
Commit message (Expand)AuthorAgeFilesLines
* swarm/storage: Batched database migration (#18113)lash2018-11-151-28/+95
* swarm/storage: fix garbage collector index skew (#18080)Ferenc Szabo2018-11-131-38/+84
* swarm/storage: fix access count on dbstore after cache hit (#17978)Ferenc Szabo2018-11-131-16/+32
* swarm: clean up unused private types and functions (#17989)Ferenc Szabo2018-10-271-20/+0
* swarm/storage: Add accessCnt for GC (#17845)lash2018-10-121-100/+182
* swarm: schemas and migrations (#17813)Anton Evangelatov2018-10-031-4/+29
* all: simplify s[:] to s where s is a slice (#17673)Emil2018-09-151-5/+5
* swarm: Chunk refactor (#17659)Balint Gabor2018-09-131-128/+182
* swarm/storage: remove redundant increments for dataIdx and entryCnt (#17484)Anton Evangelatov2018-09-121-6/+19
* swarm/storage: added metrics for db entry count (#17589)Elad2018-09-061-0/+6
* swarm/storage: cleanup task - remove bigger chunks (#17424)Anton Evangelatov2018-08-201-22/+45
* swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)Anton Evangelatov2018-07-131-3/+4
* swarm: network rewrite mergeethersphere2018-06-221-0/+771