aboutsummaryrefslogtreecommitdiffstats
path: root/swarm
Commit message (Expand)AuthorAgeFilesLines
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-232-2/+2
* swarm/network/kademlia: set kademlia log output to debug instead of warn (#3787)holisticode2017-03-181-1/+1
* rpc: add support for extended headers in CORS requests (#3783)Micah Zoltu2017-03-161-0/+1
* errs: kill it with firePéter Szilágyi2017-03-011-70/+33
* all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-3/+2
* all: disable log message colors outside of gethFelix Lange2017-02-271-1/+1
* eth, les, swarm: fix go vet issues sufraced by log15Péter Szilágyi2017-02-236-8/+8
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-2323-317/+295
* swarm: remove superfluous line break in log statementsPéter Szilágyi2017-02-232-9/+5
* swarm/api/http: fix go vet issue on Go 1.8Péter Szilágyi2017-02-171-0/+3
* swarm/network: fix chunk integrity checks (#3665)Viktor Trón2017-02-134-21/+77
* swarm/storage: release chunk storage after stop swarm (#3651)Maksim2017-02-098-9/+36
* swarm/api/http: add missing copyright headerPéter Szilágyi2017-01-301-0/+16
* cmd/swarm, swarm/api: bzzr improve + networkid prionolash2017-01-275-13/+168
* cmd,eth,les,internal: remove natspec supportBas van Kervel2017-01-171-3/+1
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-099-33/+42
* all: fix spelling errorsPéter Szilágyi2017-01-072-2/+2
* logger, pow/dagger, pow/ezp: delete dead codeFelix Lange2017-01-071-7/+0
* 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/api/http: add support for CORS headers (#3388)Maran2017-01-052-5/+33
* swarm/http: check error returned by reader.Size (#3470)Aron Fischer2016-12-221-1/+13
* swarm/storage: call size before seek-from-end (#3469)Aron Fischer2016-12-221-2/+5
* swarm/api: check for zero length manifest error (#3468)Aron Fischer2016-12-221-0/+5
* swarm/network, cmd/swarm: swarm default network id is 3 (to match Ropsten)zelig2016-12-131-1/+1
* swarm/api: Update ENS root address for Ropsten & prod (#3391)Nick Johnson2016-12-022-5/+4
* cmd/bzzd: swarm daemon fixes (#3359)Viktor Trón2016-11-284-13/+20
* Merge pull request #3325 from fjl/p2p-netrestrictFelix Lange2016-11-251-0/+5
|\
| * swarm/network: prevent relay of invalid IPsFelix Lange2016-11-231-0/+5
* | common/httpclient, les: removed httpclientJeffrey Wilcke2016-11-251-6/+4
|/
* swarm/api/http: reject requests without content-lengthFelix Lange2016-11-111-1/+5
* swarm/network: skip TestSyncDbFelix Lange2016-11-111-0/+2
* swarm/api: add bzz prefix to swarm directoryFelix Lange2016-11-112-12/+7
* all: update license informationFelix Lange2016-11-091-1/+1
* internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt"Kenji Siu2016-11-011-1/+0
* Merge pull request #3111 from obscuren/gas-price-forkPéter Szilágyi2016-10-151-1/+1
|\
| * core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-151-1/+1
* | 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-3149-0/+10651