aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/stream
Commit message (Expand)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-1716-118/+118
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-1216-118/+118
* swarm/storage/netstore: add fetcher cancellation on shutdown (#19049)Elad2019-02-192-119/+125
* swarm: fix network/stream data races (#19051)Janoš Guljaš2019-02-1911-195/+270
* swarm: CI race detector test adjustments (#19017)Ferenc Szabo2019-02-191-1/+1
* swarm/network: refactor simulation tests bootstrap (#18975)Anton Evangelatov2019-02-199-247/+156
* swarm: GetPeerSubscriptions RPC (#18972)holisticode2019-02-193-1/+257
* swarm/network, swarm/storage: Preserve opentracing contexts (#19022)lash2019-02-194-14/+26
* swarm: Debug API and HasChunks() API endpoint (#18980)holisticode2019-02-191-0/+5
* swarm: fix flaky delivery tests (#18971)Janoš Guljaš2019-02-192-8/+1
* p2p/testing, swarm: remove unused testing.T in protocol tester (#18500)Elad2019-02-194-24/+23
* swarm: bootnode-mode, new bootnodes and no p2p package discovery (#18498)Anton Evangelatov2019-02-193-2/+14
* Stream subscriptions (#18355)holisticode2019-01-113-288/+233
* swarm/network: Rename minproxbinsize, add as member of simulation (#18408)lash2019-01-106-11/+11
* swarm/network: remove isproxbin bool from kad.Each* iterfunc (#18239)Viktor Trón2019-01-102-3/+2
* swarm: Fix T.Fatal inside a goroutine in tests (#18409)Janoš Guljaš2019-01-094-17/+68
* swarm, p2p/protocols: Stream accounting (#18337)holisticode2019-01-082-30/+111
* A few minor code inspection fixes (#18393)Ferenc Szabo2019-01-062-17/+17
* vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-041-1/+1
* swarm: remove unused/dead code (#18351)Anton Evangelatov2018-12-243-64/+3
* swarm/network: Revised depth and health for Kademlia (#18354)lash2018-12-227-14/+4
* Update visualized snapshot test (#18286)holisticode2018-12-181-53/+214
* p2p/simulation: move connection methods from swarm/network/simulation (#18323)Elad2018-12-174-14/+15
* swarm/network/stream: Debug log instead of Warn for retrieval failure (#18246)holisticode2018-12-051-1/+3
* Increase bzz version (#18184)holisticode2018-11-271-0/+167
* swarm/network: Correct neighborhood depth (#18066)lash2018-11-276-0/+14
* swarm/network/simulation: fix New function for-loop scope (#18161)Janoš Guljaš2018-11-261-1/+1
* swarm/network/stream: use swarm/mock/mem as mock global store (#18157)Janoš Guljaš2018-11-223-53/+11
* swarm/state: refactor InmemoryStore (#18143)Anton Evangelatov2018-11-211-1/+1
* Swarm accounting (#18050)holisticode2018-11-167-35/+61
* swarm/network/simulation: use simulations.Event instead p2p.PeerEvent (#18098)Janoš Guljaš2018-11-164-16/+13
* cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm...Alexey Sharov2018-11-145-20/+12
* swarm, cmd/swarm: address ineffectual assignments (#18048)Anton Evangelatov2018-11-081-0/+3
* swarm/network: light nodes are not dialed, saved and requested from (#17975)Mark Vujevits2018-11-082-1/+87
* swarm: Better syncing and retrieval option definition (#17986)holisticode2018-11-078-51/+134
* swarm/network/stream: disambiguate chunk delivery messages (retrieval… (#17...holisticode2018-10-214-12/+47
* swarm/network: disallow historical retrieval requests (#17936)Elad2018-10-195-7/+11
* swarm: Lightnode mode: disable sync, retrieve, subscription (#17899)Attila Gazso2018-10-186-13/+252
* swarm/network/stream: generalise setting of next batch (#17818)Viktor Trón2018-10-127-77/+89
* Fix retrieval tests and simulation backends (#17723)holisticode2018-10-094-221/+388
* Merge branch 'master' into max-stream-peer-serversJanos Guljas2018-09-274-11/+88
|\
| * Merge pull request #17757 from ethersphere/retrieve-request-ttl-prViktor Trón2018-09-272-2/+6
| |\
| | * swarm: prevent forever running retrieve request loopsBalint Gabor2018-09-262-2/+6
| * | Merge pull request #17734 from frncmx/fix-dos-attack-invalid-hash-lengthViktor Trón2018-09-262-9/+82
| |\ \ | | |/ | |/|
| | * swarm/network/stream: fix DoS invalid hash length (#927)Ferenc Szabo2018-09-212-9/+82
* | | swarm/network/stream: fix a typo in test commentJanos Guljas2018-09-261-1/+1
* | | Merge branch 'master' into max-stream-peer-serversJanos Guljas2018-09-2517-168/+161
|\| |
| * | all: new p2p node representation (#17643)Felix Lange2018-09-2516-158/+151
| |/
| * all: fix various comment typos (#17591)HackyMiner2018-09-201-1/+1
* | cmd/swarm, swarm: add stream peer servers limitJanos Guljas2018-09-246-19/+198
|/
* swarm: Chunk refactor improvements (#17683)Balint Gabor2018-09-181-3/+3
* swarm: Chunk refactor (#17659)Balint Gabor2018-09-1312-431/+504
* Kademlia refactor (#17641)Viktor Trón2018-09-123-23/+16
* all: remove the duplicate 'the' in annotations (#17509)Wenbiao Zheng2018-08-272-2/+2
* swarm/network, swarm/storage: validate chunk size (#17397)Anton Evangelatov2018-08-141-0/+7
* cmd/swarm, swarm: various test fixes (#17299)Janoš Guljaš2018-08-062-5/+9
* Merge netsim mig to master (#17241)holisticode2018-07-317-2418/+1324
* 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-1311-79/+145
* swarm: ctx propagation; bmt fixes; pss generic notification framework (#17150)Anton Evangelatov2018-07-096-15/+38
* swarm: network rewrite mergeethersphere2018-06-2222-0/+6946