aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/storage/localstore.go
Commit message (Collapse)AuthorAgeFilesLines
* swarm: network rewrite mergeethersphere2018-06-221-35/+167
|
* swarm: initial instrumentation (#15969)Anton Evangelatov2018-02-231-0/+16
| | | | | | | | | | | | | | | | | | * swarm: initial instrumentation with go-metrics * swarm: initialise metrics collection and add ResettingTimer to HTTP requests * swarm: update metrics flags names. remove redundant Timer. * swarm: rename method for periodically updating gauges * swarm: finalise metrics after feedback * swarm/network: always init kad metrics containers * swarm/network: off-by-one index in metrics containers * swarm, metrics: resolved conflicts
* swarm/storage: pyramid chunker re-write (#14382)Zahoor Mohamed2017-09-221-1/+1
|
* swarm: fix megacheck warningsEgon Elbre2017-08-141-3/+1
|
* swarm/storage: release chunk storage after stop swarm (#3651)Maksim2017-02-091-0/+5
| | | closes #3650
* swarm: plan bee for content storage and distribution on web3ΞTHΞЯSPHΞЯΞ2016-08-311-0/+74
This change imports the Swarm protocol codebase. Compared to the 'swarm' branch, a few mostly cosmetic changes had to be made: * The various redundant log message prefixes are gone. * All files now have LGPLv3 license headers. * Minor code changes were needed to please go vet and make the tests pass on Windows. * Further changes were required to adapt to the go-ethereum develop branch and its new Go APIs. Some code has not (yet) been brought over: * swarm/cmd/bzzhash: will reappear as cmd/bzzhash later * swarm/cmd/bzzup.sh: will be reimplemented in cmd/bzzup * swarm/cmd/makegenesis: will reappear somehow * swarm/examples/album: will move to a separate repository * swarm/examples/filemanager: ditto * swarm/examples/files: will not be merged * swarm/test/*: will not be merged * swarm/services/swear: will reappear as contracts/swear when needed