aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/storage
Commit message (Expand)AuthorAgeFilesLines
* build: enable goimports and varcheck linters (#16446)thomasmodeneis2018-04-182-6/+0
* compression/rle: delete RLE compression (#16468)Felix Lange2018-04-091-13/+2
* swarm/storage: disable treechunker test while it is flaky (#16254)Anton Evangelatov2018-03-061-1/+1
* swarm: initial instrumentation (#15969)Anton Evangelatov2018-02-234-0/+53
* various: remove redundant parentheses (#15793)Furkan KAMACI2018-01-032-5/+5
* all: use gometalinter.v2, fix new gosimple issues (#15650)Zach2017-12-132-10/+10
* cmd/swarm: add config file (#15548)holisticode2017-12-121-2/+8
* build: enable unconvert linter (#15456)ferhat elmas2017-11-113-5/+5
* all: gofmt -w -s (#15419)ferhat elmas2017-11-082-11/+8
* core, swarm: typo fixesferhat elmas2017-10-301-2/+2
* swarm/storage: pyramid chunker re-write (#14382)Zahoor Mohamed2017-09-2210-233/+1005
* bmt: Binary Merkle Tree Hash (#14334)Viktor Trón2017-09-052-1/+3
* swarm: fix megacheck warningsEgon Elbre2017-08-148-59/+13
* cmd/swarm: support exporting, importing chunk db (#14868)Lewis Marshall2017-07-311-0/+82
* swarm/storage: remove panic on invalid chunkaron2017-06-251-1/+1
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-235-40/+38
* swarm/network: fix chunk integrity checks (#3665)Viktor Trón2017-02-132-9/+59
* swarm/storage: release chunk storage after stop swarm (#3651)Maksim2017-02-097-4/+25
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-093-5/+4
* all: fix spelling errorsPéter Szilágyi2017-01-072-2/+2
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-072-2/+2
* all: gofmt -w -sFelix Lange2017-01-061-2/+2
* swarm/storage: call size before seek-from-end (#3469)Aron Fischer2016-12-221-2/+5
* internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt"Kenji Siu2016-11-011-1/+0
* swarm/storage: Allow EOF at the end of the reader in the chunker. Handle the ...Daniel A. Nagy2016-10-141-5/+8
* swarm/storage: fix chunker when reader is brokenaron2016-10-114-101/+89
* swarm: plan bee for content storage and distribution on web3ΞTHΞЯSPHΞЯΞ2016-08-3114-0/+3092