aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/stream/stream.go
Commit message (Expand)AuthorAgeFilesLines
* swarm: code cleanup, move to ethersphere/swarm (#19661)Rafael Matias2019-06-041-811/+0
* swarm/network: measure addPeer and deletePeer to know if Kad rearrangedAnton Evangelatov2019-05-101-0/+2
* swarm/network: update syncingJanoš Guljaš2019-05-101-229/+42
* swarm/storage/localstore: fix export db.Put signatureAnton Evangelatov2019-05-101-61/+63
* cmd/swarm, swarm: LocalStore storage integrationJanoš Guljaš2019-05-101-9/+4
* swarm/network: measure time of messages in priority queue (#19250)Anton Evangelatov2019-03-211-1/+1
* swarm/*: remove redundant type specifiers (#19089)Matthew Halpern2019-02-251-1/+1
* swarm/network/master: protect SetNextBatch iterator after close (#19147)Janoš Guljaš2019-02-221-0/+10
* swarm/network: Keep span across roundtrip (#19140)lash2019-02-201-2/+2
* swarm/network/stream: fix a goroutine leak in Registry (#19139)Janoš Guljaš2019-02-201-9/+36
* swarm: fix network/stream data races (#19051)Janoš Guljaš2019-02-131-0/+6
* swarm/network, swarm/storage: Preserve opentracing contexts (#19022)lash2019-02-081-2/+3
* swarm: GetPeerSubscriptions RPC (#18972)holisticode2019-01-311-0/+24
* swarm: bootnode-mode, new bootnodes and no p2p package discovery (#18498)Anton Evangelatov2019-01-241-0/+5
* swarm/network: fix data race in stream.(*Peer).handleOfferedHashesMsg() (#18468)Ferenc Szabo2019-01-171-9/+4
* Stream subscriptions (#18355)holisticode2019-01-111-22/+71
* swarm, p2p/protocols: Stream accounting (#18337)holisticode2019-01-081-30/+80
* swarm: remove unused/dead code (#18351)Anton Evangelatov2018-12-241-8/+0
* Swarm accounting (#18050)holisticode2018-11-161-25/+51
* swarm: Better syncing and retrieval option definition (#17986)holisticode2018-11-071-12/+45
* swarm/network/stream: disambiguate chunk delivery messages (retrieval… (#17...holisticode2018-10-211-4/+10
* swarm/network: disallow historical retrieval requests (#17936)Elad2018-10-191-2/+5
* swarm: Lightnode mode: disable sync, retrieve, subscription (#17899)Attila Gazso2018-10-181-7/+15
* swarm/network/stream: generalise setting of next batch (#17818)Viktor Trón2018-10-121-1/+29
* Merge branch 'master' into max-stream-peer-serversJanos Guljas2018-09-271-1/+1
|\
| * swarm: prevent forever running retrieve request loopsBalint Gabor2018-09-261-1/+1
* | Merge branch 'master' into max-stream-peer-serversJanos Guljas2018-09-251-18/+18
|\|
| * all: new p2p node representation (#17643)Felix Lange2018-09-251-18/+18
* | cmd/swarm, swarm: add stream peer servers limitJanos Guljas2018-09-241-0/+3
|/
* swarm: Chunk refactor improvements (#17683)Balint Gabor2018-09-181-3/+3
* swarm: Chunk refactor (#17659)Balint Gabor2018-09-131-20/+8
* Kademlia refactor (#17641)Viktor Trón2018-09-121-10/+8
* swarm/network: bump up protocol versions due to wrapped message intro (#17170)Anton Evangelatov2018-07-131-1/+1
* swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)Anton Evangelatov2018-07-131-17/+25
* swarm: network rewrite mergeethersphere2018-06-221-0/+739