| Commit message (Expand) | Author | Age | Files | Lines |
* | Rebrand as tangerine-network/go-tangerine | Wei-Ning Huang | 2019-09-17 | 16 | -118/+118 |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-06-12 | 16 | -118/+118 |
* | swarm/storage/netstore: add fetcher cancellation on shutdown (#19049) | Elad | 2019-02-19 | 2 | -119/+125 |
* | swarm: fix network/stream data races (#19051) | Janoš Guljaš | 2019-02-19 | 11 | -195/+270 |
* | swarm: CI race detector test adjustments (#19017) | Ferenc Szabo | 2019-02-19 | 1 | -1/+1 |
* | swarm/network: refactor simulation tests bootstrap (#18975) | Anton Evangelatov | 2019-02-19 | 9 | -247/+156 |
* | swarm: GetPeerSubscriptions RPC (#18972) | holisticode | 2019-02-19 | 3 | -1/+257 |
* | swarm/network, swarm/storage: Preserve opentracing contexts (#19022) | lash | 2019-02-19 | 4 | -14/+26 |
* | swarm: Debug API and HasChunks() API endpoint (#18980) | holisticode | 2019-02-19 | 1 | -0/+5 |
* | swarm: fix flaky delivery tests (#18971) | Janoš Guljaš | 2019-02-19 | 2 | -8/+1 |
* | p2p/testing, swarm: remove unused testing.T in protocol tester (#18500) | Elad | 2019-02-19 | 4 | -24/+23 |
* | swarm: bootnode-mode, new bootnodes and no p2p package discovery (#18498) | Anton Evangelatov | 2019-02-19 | 3 | -2/+14 |
* | Stream subscriptions (#18355) | holisticode | 2019-01-11 | 3 | -288/+233 |
* | swarm/network: Rename minproxbinsize, add as member of simulation (#18408) | lash | 2019-01-10 | 6 | -11/+11 |
* | swarm/network: remove isproxbin bool from kad.Each* iterfunc (#18239) | Viktor Trón | 2019-01-10 | 2 | -3/+2 |
* | swarm: Fix T.Fatal inside a goroutine in tests (#18409) | Janoš Guljaš | 2019-01-09 | 4 | -17/+68 |
* | swarm, p2p/protocols: Stream accounting (#18337) | holisticode | 2019-01-08 | 2 | -30/+111 |
* | A few minor code inspection fixes (#18393) | Ferenc Szabo | 2019-01-06 | 2 | -17/+17 |
* | vendor, crypto, swarm: switch over to upstream sha3 package | Dave McGregor | 2019-01-04 | 1 | -1/+1 |
* | swarm: remove unused/dead code (#18351) | Anton Evangelatov | 2018-12-24 | 3 | -64/+3 |
* | swarm/network: Revised depth and health for Kademlia (#18354) | lash | 2018-12-22 | 7 | -14/+4 |
* | Update visualized snapshot test (#18286) | holisticode | 2018-12-18 | 1 | -53/+214 |
* | p2p/simulation: move connection methods from swarm/network/simulation (#18323) | Elad | 2018-12-17 | 4 | -14/+15 |
* | swarm/network/stream: Debug log instead of Warn for retrieval failure (#18246) | holisticode | 2018-12-05 | 1 | -1/+3 |
* | Increase bzz version (#18184) | holisticode | 2018-11-27 | 1 | -0/+167 |
* | swarm/network: Correct neighborhood depth (#18066) | lash | 2018-11-27 | 6 | -0/+14 |
* | swarm/network/simulation: fix New function for-loop scope (#18161) | Janoš Guljaš | 2018-11-26 | 1 | -1/+1 |
* | swarm/network/stream: use swarm/mock/mem as mock global store (#18157) | Janoš Guljaš | 2018-11-22 | 3 | -53/+11 |
* | swarm/state: refactor InmemoryStore (#18143) | Anton Evangelatov | 2018-11-21 | 1 | -1/+1 |
* | Swarm accounting (#18050) | holisticode | 2018-11-16 | 7 | -35/+61 |
* | swarm/network/simulation: use simulations.Event instead p2p.PeerEvent (#18098) | Janoš Guljaš | 2018-11-16 | 4 | -16/+13 |
* | cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm... | Alexey Sharov | 2018-11-14 | 5 | -20/+12 |
* | swarm, cmd/swarm: address ineffectual assignments (#18048) | Anton Evangelatov | 2018-11-08 | 1 | -0/+3 |
* | swarm/network: light nodes are not dialed, saved and requested from (#17975) | Mark Vujevits | 2018-11-08 | 2 | -1/+87 |
* | swarm: Better syncing and retrieval option definition (#17986) | holisticode | 2018-11-07 | 8 | -51/+134 |
* | swarm/network/stream: disambiguate chunk delivery messages (retrieval… (#17... | holisticode | 2018-10-21 | 4 | -12/+47 |
* | swarm/network: disallow historical retrieval requests (#17936) | Elad | 2018-10-19 | 5 | -7/+11 |
* | swarm: Lightnode mode: disable sync, retrieve, subscription (#17899) | Attila Gazso | 2018-10-18 | 6 | -13/+252 |
* | swarm/network/stream: generalise setting of next batch (#17818) | Viktor Trón | 2018-10-12 | 7 | -77/+89 |
* | Fix retrieval tests and simulation backends (#17723) | holisticode | 2018-10-09 | 4 | -221/+388 |
* | Merge branch 'master' into max-stream-peer-servers | Janos Guljas | 2018-09-27 | 4 | -11/+88 |
|\ |
|
| * | Merge pull request #17757 from ethersphere/retrieve-request-ttl-pr | Viktor Trón | 2018-09-27 | 2 | -2/+6 |
| |\ |
|
| | * | swarm: prevent forever running retrieve request loops | Balint Gabor | 2018-09-26 | 2 | -2/+6 |
| * | | Merge pull request #17734 from frncmx/fix-dos-attack-invalid-hash-length | Viktor Trón | 2018-09-26 | 2 | -9/+82 |
| |\ \
| | |/
| |/| |
|
| | * | swarm/network/stream: fix DoS invalid hash length (#927) | Ferenc Szabo | 2018-09-21 | 2 | -9/+82 |
* | | | swarm/network/stream: fix a typo in test comment | Janos Guljas | 2018-09-26 | 1 | -1/+1 |
* | | | Merge branch 'master' into max-stream-peer-servers | Janos Guljas | 2018-09-25 | 17 | -168/+161 |
|\| | |
|
| * | | all: new p2p node representation (#17643) | Felix Lange | 2018-09-25 | 16 | -158/+151 |
| |/ |
|
| * | all: fix various comment typos (#17591) | HackyMiner | 2018-09-20 | 1 | -1/+1 |
* | | cmd/swarm, swarm: add stream peer servers limit | Janos Guljas | 2018-09-24 | 6 | -19/+198 |
|/ |
|
* | swarm: Chunk refactor improvements (#17683) | Balint Gabor | 2018-09-18 | 1 | -3/+3 |
* | swarm: Chunk refactor (#17659) | Balint Gabor | 2018-09-13 | 12 | -431/+504 |
* | Kademlia refactor (#17641) | Viktor Trón | 2018-09-12 | 3 | -23/+16 |
* | all: remove the duplicate 'the' in annotations (#17509) | Wenbiao Zheng | 2018-08-27 | 2 | -2/+2 |
* | swarm/network, swarm/storage: validate chunk size (#17397) | Anton Evangelatov | 2018-08-14 | 1 | -0/+7 |
* | cmd/swarm, swarm: various test fixes (#17299) | Janoš Guljaš | 2018-08-06 | 2 | -5/+9 |
* | Merge netsim mig to master (#17241) | holisticode | 2018-07-31 | 7 | -2418/+1324 |
* | swarm/network: bump up protocol versions due to wrapped message intro (#17170) | Anton Evangelatov | 2018-07-13 | 1 | -1/+1 |
* | swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169) | Anton Evangelatov | 2018-07-13 | 11 | -79/+145 |
* | swarm: ctx propagation; bmt fixes; pss generic notification framework (#17150) | Anton Evangelatov | 2018-07-09 | 6 | -15/+38 |
* | swarm: network rewrite merge | ethersphere | 2018-06-22 | 22 | -0/+6946 |