aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/swarm/manifest.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/swarm: fix some typos in manifest cmd (#16227)Zhenguo Niu2018-03-021-3/+3
| | | Replace "atleast" with "at least" in the manifest error message.
* buld: enable goconst linter (#15566)Zach2017-11-301-3/+5
|
* all: update license informationFelix Lange2017-04-141-1/+1
|
* swarm/api: refactor and improve HTTP API (#3773)Lewis Marshall2017-04-071-41/+22
| | | | | | | This PR deprecates the file related RPC calls in favour of an improved HTTP API. The main aim is to expose a simple to use API which can be consumed by thin clients (e.g. curl and HTML forms) without the need for complex logic (e.g. manipulating prefix trie manifests).
* cmd/swarm, swarm/api/client: add HTTP API client and 'swarm ls' command (#3742)Lewis Marshall2017-04-051-25/+26
| | | | | | | | This adds a swarm ls command which lists files and directories stored in a manifest. Rather than listing all files, it uses "directory prefixes" in case there are a lot of files in a manifest but you just want to traverse it. This also includes some refactoring to the tests and the introduction of a swarm/api/client package to make things easier to test.
* Logger updates 3 (#3730)Péter Szilágyi2017-03-021-16/+14
| | | | | | | | * accounts, cmd, eth, ethdb: port logs over to new system * ethdb: drop concept of cache distribution between dbs * eth: fix some log nitpicks to make them nicer
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-51/+40
|
* cmd/swarm: manifest manipulation commands (#3645)Zahoor Mohamed2017-02-131-0/+360