aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network
Commit message (Expand)AuthorAgeFilesLines
* swarm/pss: Message handler refactor (#18169)lash2018-11-261-9/+17
* swarm/network/simulation: fix New function for-loop scope (#18161)Janoš Guljaš2018-11-264-1/+56
* 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-212-3/+3
* Swarm accounting (#18050)holisticode2018-11-167-35/+61
* swarm/network/simulation: use simulations.Event instead p2p.PeerEvent (#18098)Janoš Guljaš2018-11-166-55/+101
* cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm...Alexey Sharov2018-11-145-20/+12
* p2p/simulations, swarm/network: Custom services in snapshot (#17991)lash2018-11-121-6/+25
* swarm, cmd/swarm: address ineffectual assignments (#18048)Anton Evangelatov2018-11-084-13/+12
* swarm/network: light nodes are not dialed, saved and requested from (#17975)Mark Vujevits2018-11-084-13/+153
* swarm: Better syncing and retrieval option definition (#17986)holisticode2018-11-078-51/+134
* swarm: clean up unused private types and functions (#17989)Ferenc Szabo2018-10-271-4/+0
* 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
* p2p/simulations: fix a deadlock and clean up adapters (#17891)Felix Lange2018-10-121-18/+1
* Fix retrieval tests and simulation backends (#17723)holisticode2018-10-094-221/+388
* swarm/storage/feeds: removed capital Feed throughoutJavier Peletier2018-10-031-2/+2
* swarm/storage/mru: Renamed rest of MRU referencesJavier Peletier2018-10-031-1/+1
* swarm/storage/mru: Renamed all identifiers to FeedsJavier Peletier2018-10-031-1/+1
* Merge branch 'master' into max-stream-peer-serversJanos Guljas2018-09-276-31/+146
|\
| * Merge pull request #17757 from ethersphere/retrieve-request-ttl-prViktor Trón2018-09-274-22/+64
| |\
| | * swarm: prevent forever running retrieve request loopsBalint Gabor2018-09-264-22/+64
| * | 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-2542-414/+400
|\| |
| * | all: new p2p node representation (#17643)Felix Lange2018-09-2541-403/+389
| |/
| * all: fix various comment typos (#17591)HackyMiner2018-09-202-2/+2
* | cmd/swarm, swarm: add stream peer servers limitJanos Guljas2018-09-246-19/+198
|/
* swarm/network: downgrade fetcher unable to request log message severity (#17692)Janoš Guljaš2018-09-181-1/+1
* swarm: Chunk refactor improvements (#17683)Balint Gabor2018-09-183-6/+6
* swarm: Chunk refactor (#17659)Balint Gabor2018-09-1317-466/+1293
* Kademlia refactor (#17641)Viktor Trón2018-09-1212-361/+225
* all: remove the duplicate 'the' in annotations (#17509)Wenbiao Zheng2018-08-273-3/+3
* swarm: fix typos (#17473)Geon Kim2018-08-221-3/+3
* swarm/network: bump bzz protocol version (#17449)Anton Evangelatov2018-08-212-2/+2
* swarm, swarm/network, swarm/pss: log error and fix logs (#17410)Anton Evangelatov2018-08-211-2/+2
* swarm/network, swarm/storage: validate chunk size (#17397)Anton Evangelatov2018-08-141-0/+7
* swarm: Added lightnode flag (#17291)Attila Gazso2018-08-072-17/+76
* cmd/swarm, swarm: various test fixes (#17299)Janoš Guljaš2018-08-064-10/+29
* Merge netsim mig to master (#17241)holisticode2018-07-3114-2433/+1365
* swarm: network simulation for swarm tests (#769)Janoš Guljaš2018-07-2317-0/+2770
* swarm/network: bump up protocol versions due to wrapped message intro (#17170)Anton Evangelatov2018-07-133-7/+7
* swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)Anton Evangelatov2018-07-1313-85/+152
* swarm: ctx propagation; bmt fixes; pss generic notification framework (#17150)Anton Evangelatov2018-07-097-15/+304
* swarm: network rewrite mergeethersphere2018-06-2252-4308/+10949
* all: fix various typos (#16533)Wuxiang2018-04-191-1/+1
* swarm: initial instrumentation (#15969)Anton Evangelatov2018-02-234-1/+76
* cmd/swarm: add config file (#15548)holisticode2017-12-124-11/+22
* p2p, swarm/network/kademlia: use IsZero to check for zero time (#15603)ferhat elmas2017-12-041-1/+1
* build: enable unconvert linter (#15456)ferhat elmas2017-11-115-7/+7
* swarm/storage: pyramid chunker re-write (#14382)Zahoor Mohamed2017-09-221-2/+2
* swarm: fix megacheck warningsEgon Elbre2017-08-144-22/+9
* swarm/network/kademlia: set kademlia log output to debug instead of warn (#3787)holisticode2017-03-181-1/+1
* errs: kill it with firePéter Szilágyi2017-03-011-70/+33
* 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-234-6/+6
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-239-158/+151
* swarm: remove superfluous line break in log statementsPéter Szilágyi2017-02-231-1/+1
* swarm/network: fix chunk integrity checks (#3665)Viktor Trón2017-02-132-12/+18
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-092-8/+8
* logger, pow/dagger, pow/ezp: delete dead codeFelix Lange2017-01-071-7/+0
* swarm/network, cmd/swarm: swarm default network id is 3 (to match Ropsten)zelig2016-12-131-1/+1
* cmd/bzzd: swarm daemon fixes (#3359)Viktor Trón2016-11-281-7/+11
* swarm/network: prevent relay of invalid IPsFelix Lange2016-11-231-0/+5
* swarm/network: skip TestSyncDbFelix Lange2016-11-111-0/+2
* all: update license informationFelix Lange2016-11-091-1/+1
* swarm: plan bee for content storage and distribution on web3ΞTHΞЯSPHΞЯΞ2016-08-3114-0/+4462