aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/api/manifest_test.go
Commit message (Collapse)AuthorAgeFilesLines
* swarm: network rewrite mergeethersphere2018-06-221-3/+32
|
* swarm/api: bug fix exact match for manifestFabio Barone2017-11-091-27/+51
|
* swarm/api: fixed 404 handling on missing default entry (#15139)holisticode2017-10-061-3/+12
|
* swarm/api: Fix adding paths which exist as manifests (#14482)Lewis Marshall2017-05-221-0/+33
| | | Signed-off-by: Lewis Marshall <lewis@lmars.net>
* swarm: plan bee for content storage and distribution on web3ΞTHΞЯSPHΞЯΞ2016-08-311-0/+80
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