| Commit message (Expand) | Author | Age | Files | Lines |
* | swarm: give correct error on 0x hash prefix (#16195) | Elad Nachmias | 2018-02-27 | 4 | -21/+95 |
* | swarm: creates Swarm landing page for browser 'localhost:xxxx/' GET request w... | cooganb | 2018-02-26 | 2 | -0/+152 |
* | swarm: initial instrumentation (#15969) | Anton Evangelatov | 2018-02-23 | 3 | -0/+131 |
* | swarm/api/http: Fix using deprecated bzzr scheme (#16152) | Lewis Marshall | 2018-02-23 | 1 | -1/+1 |
* | swarm, cmd/swarm: Merge branch 'master' into multiple-ens-endpoints | Janos Guljas | 2018-02-23 | 4 | -15/+16 |
|\ |
|
| * | swarm: add favicon for Swarm templates served by browser (#15958) | cooganb | 2018-02-15 | 3 | -14/+15 |
| * | all: update license information (#16089) | Felix Lange | 2018-02-14 | 1 | -1/+1 |
* | | swarm, cmd/swarm: Merge branch 'master' into multiple-ens-endpoints | Janos Guljas | 2018-02-22 | 9 | -59/+277 |
|\| |
|
| * | swarm/api: url scheme bzz-hash to get hashes of swarm content (#15238) (#15715) | Janoš Guljaš | 2017-12-21 | 4 | -16/+80 |
| * | swarm: bzz-list, bzz-raw and bzz-immutable schemes (#15667) | Janoš Guljaš | 2017-12-19 | 9 | -47/+201 |
* | | swarm/api: implement NoResolverError with information about TLD | Janos Guljas | 2017-12-19 | 2 | -7/+29 |
* | | cmd/swarm, swarm: disable ENS API by default | Janos Guljas | 2017-12-18 | 1 | -2/+0 |
* | | cmd/swarm: Merge branch 'master' into multiple-ens-endpoints | Janos Guljas | 2017-12-14 | 1 | -1/+1 |
|\| |
|
| * | all: use gometalinter.v2, fix new gosimple issues (#15650) | Zach | 2017-12-13 | 1 | -1/+1 |
* | | swarm, cmd/swarm: Merge branch 'master' into multiple-ens-endpoints | Janos Guljas | 2017-12-13 | 4 | -195/+142 |
|\| |
|
| * | cmd/swarm: add config file (#15548) | holisticode | 2017-12-12 | 2 | -168/+79 |
| * | Merge pull request #15329 from holisticode/exact-match-fix | Péter Szilágyi | 2017-11-24 | 2 | -27/+61 |
| |\ |
|
| | * | swarm/api: bug fix exact match for manifest | Fabio Barone | 2017-11-09 | 2 | -27/+61 |
* | | | swarm/api: use path.Ext instead strings.LastIndex in MultiResolver.Resolve | Janos Guljas | 2017-12-05 | 1 | -2/+3 |
* | | | swarm/api: remove unneeded blank assignement | Janos Guljas | 2017-12-05 | 1 | -1/+1 |
* | | | swarm/api: initialize map with make to comply with the convention | Janos Guljas | 2017-12-05 | 1 | -1/+1 |
* | | | swarm/api: remove unneeded assignment in MultiResolverOptionWithResolver | Janos Guljas | 2017-12-05 | 1 | -3/+0 |
* | | | swarm: add CLI --ens-endpoint flag (#14386) | Janos Guljas | 2017-12-01 | 2 | -0/+181 |
|/ / |
|
* / | build: enable unconvert linter (#15456) | ferhat elmas | 2017-11-11 | 1 | -3/+3 |
|/ |
|
* | all: gofmt -w -s (#15419) | ferhat elmas | 2017-11-08 | 1 | -19/+19 |
* | core, swarm: typo fixes | ferhat elmas | 2017-10-30 | 2 | -2/+2 |
* | swarm/api: fixed 404 handling on missing default entry (#15139) | holisticode | 2017-10-06 | 6 | -39/+311 |
* | swarm/api/http: add error pages (#14967) | holisticode | 2017-09-09 | 6 | -20/+662 |
* | swarm: fix megacheck warnings | Egon Elbre | 2017-08-14 | 4 | -13/+12 |
* | swarm/api: make api.NewManifest synchronous (#14880) | Lewis Marshall | 2017-07-31 | 1 | -1/+1 |
* | swarm/api/http: redirect root manifest requests to include trailing slash (#1... | Lewis Marshall | 2017-07-25 | 2 | -0/+68 |
* | cmd/swarm: Support using Mainnet for resolving ENS names | Lewis Marshall | 2017-06-26 | 1 | -6/+3 |
* | accounts/keystore, crypto: enforce 256 bit keys on import | Péter Szilágyi | 2017-05-23 | 1 | -1/+4 |
* | swarm/api: Fix adding paths which exist as manifests (#14482) | Lewis Marshall | 2017-05-22 | 2 | -2/+35 |
* | cmd/swarm: Add --httpaddr flag (#14475) | Lewis Marshall | 2017-05-22 | 3 | -9/+12 |
* | swarm/api: fix error reporting in api.Resolve (#14464) | Lewis Marshall | 2017-05-13 | 3 | -21/+148 |
* | all: update license information | Felix Lange | 2017-04-14 | 5 | -19/+19 |
* | swarm/api: better name resolver handling (#3754) | holisticode | 2017-04-13 | 2 | -13/+43 |
* | swarm/api: FUSE read-write support (#13872) | Zahoor Mohamed | 2017-04-12 | 9 | -595/+195 |
* | swarm/api: refactor and improve HTTP API (#3773) | Lewis Marshall | 2017-04-07 | 16 | -578/+1686 |
* | cmd/swarm: allow uploading from stdin (#3744) | Louis Holbrook | 2017-04-06 | 1 | -1/+25 |
* | cmd/swarm, swarm/api/client: add HTTP API client and 'swarm ls' command (#3742) | Lewis Marshall | 2017-04-05 | 4 | -62/+435 |
* | swarm/api: improve FUSE build constraints, logging and APIs (#3818) | Felix Lange | 2017-03-31 | 5 | -144/+105 |
* | swarm/api: support mounting manifests via FUSE (#3690) | Zahoor Mohamed | 2017-03-23 | 5 | -0/+623 |
* | rpc: add support for extended headers in CORS requests (#3783) | Micah Zoltu | 2017-03-16 | 1 | -0/+1 |
* | eth, les, swarm: fix go vet issues sufraced by log15 | Péter Szilágyi | 2017-02-23 | 1 | -1/+1 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 6 | -70/+60 |
* | swarm: remove superfluous line break in log statements | Péter Szilágyi | 2017-02-23 | 1 | -8/+4 |
* | swarm/api/http: fix go vet issue on Go 1.8 | Péter Szilágyi | 2017-02-17 | 1 | -0/+3 |
* | swarm/api/http: add missing copyright header | Péter Szilágyi | 2017-01-30 | 1 | -0/+16 |
* | cmd/swarm, swarm/api: bzzr improve + networkid prio | nolash | 2017-01-27 | 5 | -13/+168 |
* | cmd,eth,les,internal: remove natspec support | Bas van Kervel | 2017-01-17 | 1 | -3/+1 |
* | all: fix ineffectual assignments and remove uses of crypto.Sha3 | Felix Lange | 2017-01-09 | 4 | -20/+30 |
* | swarm/api/http: add support for CORS headers (#3388) | Maran | 2017-01-05 | 1 | -3/+23 |
* | swarm/http: check error returned by reader.Size (#3470) | Aron Fischer | 2016-12-22 | 1 | -1/+13 |
* | swarm/api: check for zero length manifest error (#3468) | Aron Fischer | 2016-12-22 | 1 | -0/+5 |
* | swarm/api: Update ENS root address for Ropsten & prod (#3391) | Nick Johnson | 2016-12-02 | 2 | -5/+4 |
* | cmd/bzzd: swarm daemon fixes (#3359) | Viktor Trón | 2016-11-28 | 2 | -4/+7 |
* | common/httpclient, les: removed httpclient | Jeffrey Wilcke | 2016-11-25 | 1 | -6/+4 |
* | swarm/api/http: reject requests without content-length | Felix Lange | 2016-11-11 | 1 | -1/+5 |
* | swarm/api: add bzz prefix to swarm directory | Felix Lange | 2016-11-11 | 2 | -12/+7 |
* | core, core/vm: added gas price variance table | Jeffrey Wilcke | 2016-10-15 | 1 | -1/+1 |
* | swarm: plan bee for content storage and distribution on web3 | ΞTHΞЯSPHΞЯΞ | 2016-08-31 | 17 | -0/+2057 |