aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/simulations
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-1215-59/+59
* p2p, swarm: fix node up races by granular locking (#18976)Ferenc Szabo2019-02-196-72/+290
* swarm: fix network/stream data races (#19051)Janoš Guljaš2019-02-191-1/+1
* p2p/simulations: fix data race on swarm/network/simulations (#18464)Elad2019-02-191-4/+15
* p2p/simulations: eliminate concept of pivot (#18426)Ferenc Szabo2019-01-114-106/+27
* A few minor code inspection fixes (#18393)Ferenc Szabo2019-01-066-13/+15
* p2p/simulation: Test snapshot correctness and minimal benchmark (#18287)lash2018-12-211-0/+327
* p2p/simulation: move connection methods from swarm/network/simulation (#18323)Elad2018-12-174-12/+571
* swarm: snapshot load improvement (#18220)Janoš Guljaš2018-12-071-0/+75
* p2p/simulations, swarm/network: Custom services in snapshot (#17991)lash2018-11-122-6/+93
* p2p/simulations: fix a deadlock and clean up adapters (#17891)Felix Lange2018-10-127-400/+151
* Fix retrieval tests and simulation backends (#17723)holisticode2018-10-091-0/+3
* all: new p2p node representation (#17643)Felix Lange2018-09-2512-93/+98
* all: simplify switches (#17267)Oleg Kovalov2018-07-301-2/+1
* swarm: network simulation for swarm tests (#769)Janoš Guljaš2018-07-231-0/+18
* swarm: network rewrite mergeethersphere2018-06-222-70/+33
* all: library changes for swarm-network-rewrite (#16898)Elad2018-06-1411-65/+481
* p2p/simulations/adapters: fix websocket log line parsing in exec adapter (#16...Ivan Daniluk2018-05-083-23/+75
* p2p: fix some golint warnings (#16577)kiel barry2018-05-083-207/+208
* p2p: changed if-else blocks to conform with golint (#16660)GagziW2018-05-031-2/+1
* all: update license information (#16089)Felix Lange2018-02-141-0/+1
* p2p/simulations: fix gosimple nit (#15661)Felix Lange2017-12-131-1/+1
* p2p/simulations: add mocker functionality (#15207)holisticode2017-12-135-2/+480
* all: use gometalinter.v2, fix new gosimple issues (#15650)Zach2017-12-131-4/+3
* p2p/simulations: various stability fixes (#15198)Lewis Marshall2017-12-015-12/+68
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-2514-0/+4266