aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/swarm.go
Commit message (Expand)AuthorAgeFilesLines
* swarm: code cleanup, move to ethersphere/swarm (#19661)Rafael Matias2019-06-041-559/+0
* swarm: push tags integration - request flowElad2019-05-101-2/+3
* swarm/storage/localstore: fix export db.Put signatureAnton Evangelatov2019-05-101-6/+0
* cmd/swarm, swarm: LocalStore storage integrationJanoš Guljaš2019-05-101-18/+29
* cmd/swarm, p2p, swarm: Enable ENR in binary/execadapter (#19309)lash2019-03-221-5/+1
* swarm/network: measure time of messages in priority queue (#19250)Anton Evangelatov2019-03-211-0/+2
* cmd,swarm: enforce camel case variable names (#19060)Matthew Halpern2019-02-241-1/+1
* swarm/network: Keep span across roundtrip (#19140)lash2019-02-201-0/+1
* swarm: Reinstate Pss Protocol add call through swarm service (#19117)lash2019-02-181-51/+56
* swarm: fix uptime gauge update goroutine leak by introducing cleanup function...Elad2019-02-131-21/+32
* swarm: Debug API and HasChunks() API endpoint (#18980)holisticode2019-02-071-1/+1
* contracts/*: golint updates for this or self warningKiel barry2019-02-071-1/+1
* swarm: fix a data race on startTime (#18511)Janoš Guljaš2019-01-241-3/+3
* swarm: bootnode-mode, new bootnodes and no p2p package discovery (#18498)Anton Evangelatov2019-01-241-11/+15
* swarm: remove unused/dead code (#18351)Anton Evangelatov2018-12-241-26/+0
* p2p/protocols: accounting metrics rpc (#18336)Jerzy Lasyk2018-12-221-0/+6
* Accounting metrics reporter (#18136)holisticode2018-11-271-20/+33
* Swarm accounting (#18050)holisticode2018-11-161-3/+15
* swarm: Better syncing and retrieval option definition (#17986)holisticode2018-11-071-7/+13
* swarm: Lightnode mode: disable sync, retrieve, subscription (#17899)Attila Gazso2018-10-181-2/+8
* Merge pull request #17796 from epiclabs-io/mru-feedsViktor Trón2018-10-031-7/+7
|\
| * swarm/storage/feed: Renamed packageJavier Peletier2018-10-031-4/+4
| * swarm/storage/feeds: Final package rename and moved filesJavier Peletier2018-10-031-4/+4
| * swarm/storage/mru: Renamed rest of MRU referencesJavier Peletier2018-10-031-6/+6
* | swarm: schemas and migrations (#17813)Anton Evangelatov2018-10-031-0/+5
|/
* Merge branch 'master' into max-stream-peer-serversJanos Guljas2018-09-251-17/+11
|\
| * all: new p2p node representation (#17643)Felix Lange2018-09-251-17/+11
* | cmd/swarm, swarm: add stream peer servers limitJanos Guljas2018-09-241-0/+1
|/
* swarm: Chunk refactor (#17659)Balint Gabor2018-09-131-31/+19
* Kademlia refactor (#17641)Viktor Trón2018-09-121-1/+1
* swarm, swarm/network, swarm/pss: log error and fix logs (#17410)Anton Evangelatov2018-08-211-18/+16
* cmd/swarm, swarm: added access control functionality (#17404)Elad2018-08-151-3/+1
* swarm/network, swarm/storage: validate chunk size (#17397)Anton Evangelatov2018-08-141-9/+4
* swarm: Added lightnode flag (#17291)Attila Gazso2018-08-071-0/+1
* swarm/storage/mru: Client-side MRU signatures (#784)Javier Peletier2018-07-231-19/+2
* swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)Anton Evangelatov2018-07-131-0/+13
* swarm/api/http: http package refactoring 1/5 and 2/5 (#17164)Anton Evangelatov2018-07-121-4/+3
* swarm: network rewrite mergeethersphere2018-06-221-133/+207
* swarm: initial instrumentation (#15969)Anton Evangelatov2018-02-231-0/+32
* cmd/swarm, swarm: disable ENS API by defaultJanos Guljas2017-12-181-16/+7
* swarm, cmd/swarm: Merge branch 'master' into multiple-ens-endpointsJanos Guljas2017-12-131-33/+55
|\
| * cmd/swarm: add config file (#15548)holisticode2017-12-121-7/+5
* | swarm: add CLI --ens-endpoint flag (#14386)Janos Guljas2017-12-011-9/+88
|/
* swarm: fix megacheck warningsEgon Elbre2017-08-141-3/+3
* cmd/swarm: Support using Mainnet for resolving ENS namesLewis Marshall2017-06-261-4/+4
* cmd/swarm: Add --httpaddr flag (#14475)Lewis Marshall2017-05-221-10/+10
* swarm/api: better name resolver handling (#3754)holisticode2017-04-131-3/+8
* swarm/api: FUSE read-write support (#13872)Zahoor Mohamed2017-04-121-3/+4
* swarm/api: refactor and improve HTTP API (#3773)Lewis Marshall2017-04-071-14/+16
* cmd/swarm, swarm/api/client: add HTTP API client and 'swarm ls' command (#3742)Lewis Marshall2017-04-051-1/+4
* swarm/api: support mounting manifests via FUSE (#3690)Zahoor Mohamed2017-03-231-2/+13
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
* eth, les, swarm: fix go vet issues sufraced by log15Péter Szilágyi2017-02-231-1/+1
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-21/+20
* swarm/storage: release chunk storage after stop swarm (#3651)Maksim2017-02-091-5/+11
* swarm/api/http: add support for CORS headers (#3388)Maran2017-01-051-2/+10
* cmd/bzzd: swarm daemon fixes (#3359)Viktor Trón2016-11-281-2/+2
* swarm: plan bee for content storage and distribution on web3ΞTHΞЯSPHΞЯΞ2016-08-311-0/+309