aboutsummaryrefslogtreecommitdiffstats
path: root/swarm
Commit message (Expand)AuthorAgeFilesLines
* swarm: code cleanup, move to ethersphere/swarm (#19661)Rafael Matias2019-06-04277-64921/+3
* swarm/storage: set false, only when we get a chunk back (#19599)Anton Evangelatov2019-05-313-7/+54
* swarm/api/http: fix bzz-hash to return ens resolved hash directly (#19594)Elad2019-05-291-11/+11
* swarm/api: update mission statement (#19612)Rafael Matias2019-05-292-6/+6
* swarm/version: v0.4.1 unstable (#19587)Anton Evangelatov2019-05-171-4/+4
* swarm/version: v0.4.0 stable (#19586)Anton Evangelatov2019-05-171-4/+4
* swarm/network: bump network id for 0.4 release (#19580)Anton Evangelatov2019-05-165-10/+42
* swarm/feeds: Parallel feed lookups (#19414)Javier Peletier2019-05-1614-342/+952
* swarm/storage: disable open tracing on indices (#19578)Anton Evangelatov2019-05-152-29/+0
* swarm/metrics: collect metrics on datadir disk usage (#19576)Anton Evangelatov2019-05-151-0/+31
* cmd/swarm: skip export test on windows builds (#19555)Elad2019-05-131-1/+1
* swarm/metrics: track runtime metrics (#19557)Anton Evangelatov2019-05-131-1/+5
* swarm/network/stream: add pure retrieval test (#19552)holisticode2019-05-111-55/+218
* swarm/network: update syncer metricsElad2019-05-101-4/+3
* swarm/network: measure addPeer and deletePeer to know if Kad rearrangedAnton Evangelatov2019-05-106-25/+3
* swarm: instrument setNextBatchElad2019-05-104-11/+36
* swarm/storage: improve instrumentationAnton Evangelatov2019-05-104-36/+28
* swarm/pss: disable failing handshake testlash2019-05-101-0/+1
* swarm-smoke: add syncDelay flagAnton Evangelatov2019-05-102-0/+21
* swarm: push tags integration - request flowElad2019-05-1031-359/+694
* swarm/network: update syncingJanoš Guljaš2019-05-1010-486/+707
* swarm/chunk: add tags data typeElad2019-05-105-0/+604
* cmd/swarm-smoke: check if chunks are at most prox hostAnton Evangelatov2019-05-101-4/+1
* p2p/protocols, swarm/network: fix resource leak with p2p teardownElad2019-05-103-19/+27
* swarm: LocalStore metricsJanoš Guljaš2019-05-1010-47/+239
* swarm/storage/localstore: fix export db.Put signatureAnton Evangelatov2019-05-1019-534/+186
* cmd/swarm, swarm: LocalStore storage integrationJanoš Guljaš2019-05-1056-3656/+1424
* swarm/network: fix data races in TestInitialPeersMsg test (#19490)Janoš Guljaš2019-04-265-10/+36
* swarm/pss: Fix flaky TestProxNetwork (#19471)gluk2562019-04-193-187/+181
* swarm/version: bump version due to Geth hotfix releasePéter Szilágyi2019-04-171-1/+1
* swarm/storage/feed: add context handling/cancellation to Swarm Feeds lookup, ...Javier Peletier2019-04-163-24/+132
* cmd/swarm: fix resource leaks in tests (#19443)Ferenc Szabo2019-04-113-17/+34
* swarm/version: bump Swarm due to Geth hotfix releasePéter Szilágyi2019-04-101-1/+1
* swarm/version: bump version due to Geth-only hotfix releasePéter Szilágyi2019-04-091-1/+1
* swarm/version: bump version due to Geth maintenance releasePéter Szilágyi2019-04-081-1/+1
* swarm/network: hive bug: needed shallow peers are not sent to nodes beyond ...Viktor Trón2019-04-025-64/+314
* swarm/network: Use different privatekey for bzz overlay in sim (#19313)lash2019-03-234-32/+91
* p2p/simulations: wait until all connections are recreated when uploading snap...gluk2562019-03-228-79/+39
* cmd/swarm, p2p, swarm: Enable ENR in binary/execadapter (#19309)lash2019-03-227-36/+113
* swarm/network: measure time of messages in priority queue (#19250)Anton Evangelatov2019-03-217-14/+40
* swarm/pss: negihbourhood addressing simulation tests (#19278)gluk2562019-03-164-8/+738
* swarm/shed: add vector uint64 field (#19279)Janoš Guljaš2019-03-152-0/+458
* swarm, p2p: Prerequities for ENR replacing handshake (#19275)lash2019-03-1510-99/+304
* swarm: tracing improvements (#19249)Anton Evangelatov2019-03-114-6/+23
* swarm/storage/localstore: global batch write lock (#19245)Janoš Guljaš2019-03-097-418/+96
* swarm/storage: add comparison towards leveldb.ErrNotFound (#19243)Anton Evangelatov2019-03-092-2/+7
* swarm: fix relationship between spans in open tracing (#19236)Anton Evangelatov2019-03-083-1/+15
* swarm/storage/localstore: fix synchronization in TestDB_gcSize (#19235)Janoš Guljaš2019-03-082-7/+12
* swarm: localstore hasser (#19230)Janoš Guljaš2019-03-075-1/+152
* swarm/network: remove *WithServer tests from stream package (#19223)Ferenc Szabo2019-03-071-342/+0
* swarm/network/stream: Fix flaky tests in GetSubscriptionsRPC test (#19227)holisticode2019-03-071-12/+19
* Enable longrunning tests to run (#19208)holisticode2019-03-056-22/+30
* swarm/storage/localstore: fix testDB_collectGarbageWorker data race (#19206)Janoš Guljaš2019-03-051-5/+7
* Revert "swarm/network: Use actual remote peer ip in underlay (#19137)" (#19193)Anton Evangelatov2019-03-022-46/+1
* swarm/shed, swarm/storage/localstore: add LastPullSubscriptionChunk (#19190)Janoš Guljaš2019-03-025-15/+328
* swarm: enable p2p/discovery and disable dynamic dialling (#19189)Anton Evangelatov2019-03-012-1/+35
* swarm: new snapshot files (#19185)holisticode2019-03-0117-46/+15
* swarm/network: WIP consider all nodes for healthy iteration (#19155)lash2019-02-282-22/+103
* swarm/chunk: move chunk related declarations to chunk package (#19170)Janoš Guljaš2019-02-2628-285/+324
* swarm/storage/localstore: fix tests for windows os (#19161)Janoš Guljaš2019-02-261-0/+21
* swarm/pss: fix data race on HandshakeController.symKeyIndex (#19162)Janoš Guljaš2019-02-264-48/+55
* swarm/network/simulation: do not copy node mutex in UploadSnapshot (#19160)Janoš Guljaš2019-02-251-4/+4
* swarm/*: remove redundant type specifiers (#19089)Matthew Halpern2019-02-254-4/+4
* swarm/pss: remove unused function (#19100)Matthew Halpern2019-02-241-16/+0
* cmd,swarm: enforce camel case variable names (#19060)Matthew Halpern2019-02-247-23/+23
* swarm: mock store listings (#19157)Janoš Guljaš2019-02-2312-101/+1797
* swarm: Fix localstore test deadlock with race detector (#19153)Janoš Guljaš2019-02-236-66/+73
* swarm/shed: fix a deadlock in meter function (#19149)Janoš Guljaš2019-02-221-26/+6
* swarm/network/master: protect SetNextBatch iterator after close (#19147)Janoš Guljaš2019-02-222-0/+15
* swarm/version: bump to v0.3.12 unstablePéter Szilágyi2019-02-211-1/+1
* swarm/storage: fix loop bound for database cleanup (#19085)Matthew Halpern2019-02-211-2/+2
* Ci race detector handle failing tests (#19143)Ferenc Szabo2019-02-2113-132/+187
* swarm/network: Keep span across roundtrip (#19140)lash2019-02-207-45/+127
* swarm/network: Use actual remote peer ip in underlay (#19137)lash2019-02-202-1/+46
* swarm/network/stream: fix a goroutine leak in Registry (#19139)Janoš Guljaš2019-02-202-9/+60
* swarm: Reinstate Pss Protocol add call through swarm service (#19117)lash2019-02-181-51/+56
* p2p, swarm: fix node up races by granular locking (#18976)Ferenc Szabo2019-02-186-51/+33
* swarm/pss: refactoring (#19110)gluk2562019-02-173-256/+293
* swarm/storage: fix influxdb gc metrics report (#19102)Elad2019-02-151-5/+3
* swarm/network: Saturation check for healthy networks (#19071)holisticode2019-02-154-29/+179
* swarm/storage/netstore: add fetcher cancellation on shutdown (#19049)Elad2019-02-143-120/+144
* swarm: fix network/stream data races (#19051)Janoš Guljaš2019-02-1313-196/+273
* swarm: fix uptime gauge update goroutine leak by introducing cleanup function...Elad2019-02-131-21/+32
* swarm/storage: fix HashExplore concurrency bug ethersphere#1211 (#19028)holisticode2019-02-131-9/+17
* swarm/pss: mutex lifecycle fixed (#19045)gluk2562019-02-131-4/+7
* swarm/docker: add global-store and split docker images (#19038)Rafael Matias2019-02-121-6/+15
* swarm: CI race detector test adjustments (#19017)Ferenc Szabo2019-02-096-84/+60
* swarm/pss: transition to whisper v6 (#19023)gluk2562019-02-096-8/+8
* swarm/network, swarm/storage: Preserve opentracing contexts (#19022)lash2019-02-0810-107/+122
* swarm/storage/localstore: new localstore package (#19015)Janoš Guljaš2019-02-0817-0/+4244
* swarm: Debug API and HasChunks() API endpoint (#18980)holisticode2019-02-0711-36/+144
* cmd/swarm/global-store: global store cmd (#19014)Janoš Guljaš2019-02-071-0/+1
* cmd/swarm: hashes command (#19008)holisticode2019-02-072-14/+10
* contracts/*: golint updates for this or self warningKiel barry2019-02-071-1/+1
* swarm/storage: Get all chunk references for a given file (#19002)holisticode2019-02-062-0/+76
* swarm/pss: Remove pss service leak in test (#18992)lash2019-02-052-0/+11
* swarm/storage: fix test timeout with -race by increasing mget timeoutFerenc Szabo2019-02-052-5/+3
* swarm/network: refactor simulation tests bootstrap (#18975)Anton Evangelatov2019-02-019-247/+156
* swarm: GetPeerSubscriptions RPC (#18972)holisticode2019-01-313-1/+257
* swarm: fix flaky delivery tests (#18971)Janoš Guljaš2019-01-302-8/+1
* swarm/network: Remove extra random peer, connect test sanity, comments (#18964)lash2019-01-301-11/+49
* params, swarm/version: Geth v1.9.0 unstable, Swarm v0.3.11-unstableFelix Lange2019-01-301-1/+1
* cmd/utils: allow for multiple influxdb tags (#18520)Anton Evangelatov2019-01-291-19/+16
* swarm/pss/notify: shutdown net in TestStart to fix OOM issue (#18953)Janoš Guljaš2019-01-281-0/+1
* swarm/pss: fix data race on topicHandlerCaps map (#18523)Ferenc Szabo2019-01-261-18/+36
* swarm/metrics: Send the accounting registry to InfluxDB (#18470)Jerzy Lasyk2019-01-251-6/+19
* p2p/testing, swarm: remove unused testing.T in protocol tester (#18500)Elad2019-01-255-31/+31
* swarm/pss: fix data race in notify_test.go (TestStart) (#18518)Ferenc Szabo2019-01-251-4/+11
* swarm/version: commit version added (#18510)gluk2562019-01-242-0/+7
* swarm/storage: Fix race in TestLDBStoreCollectGarbage. Disable testLDBStoreRe...Ferenc Szabo2019-01-241-14/+13
* swarm: fix a data race on startTime (#18511)Janoš Guljaš2019-01-241-3/+3
* swarm: bootnode-mode, new bootnodes and no p2p package discovery (#18498)Anton Evangelatov2019-01-248-22/+40
* swarm/pss: fixing race condition (#18487)gluk2562019-01-211-9/+11
* swarm/network: unskip tests previously skipped due to suggestPeer issues (#18...Viktor Trón2019-01-193-5/+0
* swarm/network: fix data race in fetcher_test.go (#18469)Ferenc Szabo2019-01-172-25/+25
* swarm/network: fix data race in stream.(*Peer).handleOfferedHashesMsg() (#18468)Ferenc Szabo2019-01-171-9/+4
* swarm/network: fix data race warning on TestBzzHandshakeLightNode (#18459)Elad2019-01-172-6/+13
* swarm/network: rewrite of peer suggestion engine, fix skipped tests (#18404)Viktor Trón2019-01-173-667/+287
* cmd/swarm/swarm-snapshot: swarm snapshot generator (#18453)Elad2019-01-162-76/+11
* swarm/storage: fix mockNetFetcher data races (#18462)Janoš Guljaš2019-01-161-0/+4
* swarm/network: fix data race in TestNetworkID test (#18460)Janoš Guljaš2019-01-161-5/+4
* params, swarm: begin Geth v1.8.22 and Swarm v0.3.10 cyclePéter Szilágyi2019-01-161-4/+4
* params, swarm: release Geth v1.8.21 and Swarm v0.3.9v1.8.21Péter Szilágyi2019-01-161-4/+4
* swarm/pot: each() functions refactored (#18452)gluk2562019-01-153-82/+58
* swarm/pot: pot.remove fixed (#18431)gluk2562019-01-123-20/+86
* Stream subscriptions (#18355)holisticode2019-01-115-320/+234
* p2p/simulations: eliminate concept of pivot (#18426)Ferenc Szabo2019-01-113-60/+1
* swarm/network: Rename minproxbinsize, add as member of simulation (#18408)lash2019-01-1019-84/+93
* swarm/network: remove isproxbin bool from kad.Each* iterfunc (#18239)Viktor Trón2019-01-1010-35/+25
* swarm: Fix T.Fatal inside a goroutine in tests (#18409)Janoš Guljaš2019-01-097-68/+167
* swarm, p2p/protocols: Stream accounting (#18337)holisticode2019-01-082-30/+111
* swarm/storage/mock/test: fix T.Fatal inside a goroutine (#18399)Janoš Guljaš2019-01-071-3/+8
* swarm: Shed Index and Uint64Field additions (#18398)Janoš Guljaš2019-01-076-130/+671
* A few minor code inspection fixes (#18393)Ferenc Szabo2019-01-068-27/+27
* vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-0410-38/+38
* swarm/docker: Dockerfile for swarm:edge docker image (#18386)Anton Evangelatov2019-01-034-1/+57
* swarm/storage: change Proximity function and add TestProximity test (#18379)Janoš Guljaš2019-01-032-3/+186
* swarm: remove unused/dead code (#18351)Anton Evangelatov2018-12-2424-396/+19
* swarm/network: Revised depth and health for Kademlia (#18354)lash2018-12-2215-273/+413
* p2p/protocols: accounting metrics rpc (#18336)Jerzy Lasyk2018-12-221-0/+6
* swarm/pss: forwarding function refactoring (#18353)gluk2562018-12-222-51/+436
* p2p/simulation: Test snapshot correctness and minimal benchmark (#18287)lash2018-12-211-26/+9
* swarm/storage: remove unused methods from Chunk interface (#18283)Javier Peletier2018-12-183-21/+4
* swarm/pss: Reduce input vulnerabilities (#18304)lash2018-12-186-60/+116
* swarm/network/simulation:commented out unreachable code-avoid vet errors (#18...Javier Peletier2018-12-181-7/+4
* Update visualized snapshot test (#18286)holisticode2018-12-181-53/+214
* p2p/simulation: move connection methods from swarm/network/simulation (#18323)Elad2018-12-1711-535/+37
* swarm/storage/feed: remove unused code (#18324)Anton Evangelatov2018-12-173-30/+4
* swarm/storage: simplify ChunkValidator interface (#18285)Javier Peletier2018-12-127-18/+20
* swarm/shed: add metrics to each shed db (#18277)Anton Evangelatov2018-12-123-7/+206
* params, swarm: begin Geth v1.9.0 family, Swarm v0.3.9 cyclePéter Szilágyi2018-12-111-4/+4
* params, swarm: release Geth v1.8.20 and Swarm v0.3.8v1.8.20Péter Szilágyi2018-12-111-4/+4
* cmd/swarm, metrics, swarm/api/client, swarm/storage, swarm/metrics, swarm/api...Elad2018-12-114-20/+107
* swarm/network: Correct ambiguity in compared addresses (#18251)lash2018-12-101-2/+1
* swarm: snapshot load improvement (#18220)Janoš Guljaš2018-12-072-2/+1
* swarm/api/http: add resetting timer metrics to requests (#18249)Elad2018-12-051-0/+5
* swarm/network/stream: Debug log instead of Warn for retrieval failure (#18246)holisticode2018-12-051-1/+3
* swarm/pss: Add same api interface for all Send* methods (#18218)lash2018-12-012-2/+6
* cmd/swarm: add flag for application name (swarm or swarm-private) (#18189)Anton Evangelatov2018-11-302-5476/+0
* params, swarm: start Geth v1.8.20 and Swarm v0.3.8 release cyclePéter Szilágyi2018-11-281-4/+4
* params, swarm: release Geth v1.8.19 and Swarm v0.3.7v1.8.19Péter Szilágyi2018-11-281-4/+4
* Increase bzz version (#18184)holisticode2018-11-273-3/+170
* swarm: add database abstractions (shed package) (#18183)Janoš Guljaš2018-11-2718-0/+2287
* swarm/network: Correct neighborhood depth (#18066)lash2018-11-2712-37/+209
* Accounting metrics reporter (#18136)holisticode2018-11-272-20/+38
* Remove multihash from Swarm bzz:// for Feeds (#18175)Javier Peletier2018-11-266-222/+165
* swarm/pss: Message handler refactor (#18169)lash2018-11-2610-109/+644
* swarm/api: improve not found error msg (#18171)Elad2018-11-261-1/+1
* 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-215-123/+24
* swarm/storage: move 'running migrations for' log line (#18120)Ferenc Szabo2018-11-201-3/+4
* swarm/storage: speed up garbage collection and rpc tests (#18128)Anton Evangelatov2018-11-192-5/+6
* swarm/api/http: change request served msg log level (#18127)Elad2018-11-181-1/+1
* Swarm accounting (#18050)holisticode2018-11-1610-38/+353
* swarm/network/simulation: use simulations.Event instead p2p.PeerEvent (#18098)Janoš Guljaš2018-11-166-55/+101
* swarm/storage: Batched database migration (#18113)lash2018-11-152-28/+127
* params, swarm: begin Geth v1.8.19 and Swarm v0.3.7 cyclePéter Szilágyi2018-11-141-4/+4
* params, swarm: release Geth v1.8.18 and Swarm v0.3.6v1.8.18Péter Szilágyi2018-11-141-4/+4
* cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm...Alexey Sharov2018-11-1418-283/+173
* swarm/storage: fix garbage collector index skew (#18080)Ferenc Szabo2018-11-134-54/+268
* swarm/storage: fix access count on dbstore after cache hit (#17978)Ferenc Szabo2018-11-134-17/+138
* p2p/simulations, swarm/network: Custom services in snapshot (#17991)lash2018-11-121-6/+25
* swarm, cmd/swarm: address ineffectual assignments (#18048)Anton Evangelatov2018-11-0817-22/+51
* swarm/network: light nodes are not dialed, saved and requested from (#17975)Mark Vujevits2018-11-084-13/+153
* swarm/api: Fix #18007, missing signature should return HTTP 400 (#18008)Javier Peletier2018-11-072-6/+38
* swarm: Better syncing and retrieval option definition (#17986)holisticode2018-11-079-58/+147
* swarm/api: unexport Respond methods (#18037)Anton Evangelatov2018-11-063-52/+51
* swarm: modify context key (#17925)KimMachineGun2018-11-062-16/+10
* swarm: clean up unused private types and functions (#17989)Ferenc Szabo2018-10-2710-108/+13
* swarm/network/stream: disambiguate chunk delivery messages (retrieval… (#17...holisticode2018-10-214-12/+47
* swarm/api/http: remove ModTime=now for direct and multipart uploads (#17945)Elad2018-10-191-2/+0
* swarm/network: disallow historical retrieval requests (#17936)Elad2018-10-195-7/+11
* swarm: Lightnode mode: disable sync, retrieve, subscription (#17899)Attila Gazso2018-10-187-15/+260
* swarm/tracing: disable stdout logging for opentracing (#17931)Anton Evangelatov2018-10-171-3/+2
* swarm/network/stream: generalise setting of next batch (#17818)Viktor Trón2018-10-127-77/+89
* swarm/storage: Add accessCnt for GC (#17845)lash2018-10-122-143/+358
* p2p/simulations: fix a deadlock and clean up adapters (#17891)Felix Lange2018-10-121-18/+1
* swarm, swarm/storage: lower constants for faster tests (#17876)Anton Evangelatov2018-10-096-21/+18
* params, swarm: begin Geth v1.8.18, Swarm v0.3.6 cyclePéter Szilágyi2018-10-091-4/+4
* params, swarm: release Geth v1.8.17 and Swar v0.3.5v1.8.17Péter Szilágyi2018-10-091-4/+4
* Fix retrieval tests and simulation backends (#17723)holisticode2018-10-094-221/+388
* swarm/storage/feed: Expose MaxUpdateDataLength constant (#17858)Javier Peletier2018-10-082-4/+6
* swarm/storage: extract isValid. correctly remove invalid chunks from store on...Anton Evangelatov2018-10-041-21/+21
* Merge pull request #17796 from epiclabs-io/mru-feedsViktor Trón2018-10-0340-720/+648
|\
| * swarm/storage/feed: Renamed packageJavier Peletier2018-10-0336-110/+110
| * swarm/storage/feeds: renamed vars that can conflict with package nameJavier Peletier2018-10-033-15/+15
| * swarm/storage/feeds: removed capital Feed throughoutJavier Peletier2018-10-0317-54/+54
| * swarm: Changed owners.Javier Peletier2018-10-031-1/+1
| * swarm/storage/feeds: Final package rename and moved filesJavier Peletier2018-10-0336-114/+115
| * swarm/storage/mru: Renamed rest of MRU referencesJavier Peletier2018-10-0316-306/+239
| * swarm/storage/mru: Renamed all comments to FeedsJavier Peletier2018-10-0314-102/+96
| * swarm/storage/mru: Renamed all identifiers to FeedsJavier Peletier2018-10-0322-231/+231
* | swarm: schemas and migrations (#17813)Anton Evangelatov2018-10-035-11/+81
|/
* cmd/swarm, swarm: cross-platform Content-Type detection (#17782)Alexey Sharov2018-10-018-67/+1419
* swarm/storage: ensure 64bit hasherStore struct alignment (#17766)Janoš Guljaš2018-09-291-1/+4
* swarm/storage: make linter happyAnton Evangelatov2018-09-283-7/+5
* Swarm MRUs: Adaptive frequency / Predictable lookups / API simplification (#1...Javier Peletier2018-09-2840-2910/+3006
* Merge branch 'master' into max-stream-peer-serversJanos Guljas2018-09-2710-36/+161
|\
| * Merge pull request #17757 from ethersphere/retrieve-request-ttl-prViktor Trón2018-09-277-27/+79
| |\
| | * swarm: prevent forever running retrieve request loopsBalint Gabor2018-09-267-27/+79
| * | 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
| * | | [ImgBot] optimizes images (#17741)Alpay Yildirim2018-09-261-0/+0
| | |/ | |/|
* | | swarm/network/stream: fix a typo in test commentJanos Guljas2018-09-261-1/+1
* | | Merge branch 'master' into max-stream-peer-serversJanos Guljas2018-09-2566-814/+486
|\| |
| * | all: new p2p node representation (#17643)Felix Lange2018-09-2563-799/+469
| * | params, swarm: begin Geth v1.8.17, Swarm v0.3.5 cyclePéter Szilágyi2018-09-241-4/+4
| * | params, swarm: release Geth v1.8.16, Swarm v0.3.4v1.8.16Péter Szilágyi2018-09-241-4/+4
| |/
| * all: fix various comment typos (#17591)HackyMiner2018-09-203-4/+4
| * swarm/storage: Implement global timeout for fetcher (#17702)Balint Gabor2018-09-191-1/+3
* | swarm/api: fix TestDumpConfigJanos Guljas2018-09-251-14/+15
* | cmd/swarm, swarm: add stream peer servers limitJanos Guljas2018-09-248-39/+220
|/
* 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
* all: simplify s[:] to s where s is a slice (#17673)Emil2018-09-155-15/+15
* swarm: Chunk refactor (#17659)Balint Gabor2018-09-1352-1868/+3136
* swarm/storage: remove redundant increments for dataIdx and entryCnt (#17484)Anton Evangelatov2018-09-122-31/+35
* Kademlia refactor (#17641)Viktor Trón2018-09-1216-421/+260
* Encryption async api (#17603)Viktor Trón2018-09-114-125/+170
* swarm/api/http: bzz-immutable wrong handler bug (#17602)Elad2018-09-072-2/+2
* cmd/swarm: added password to ACT (#17598)Elad2018-09-072-41/+152
* swarm/storage: added metrics for db entry count (#17589)Elad2018-09-062-20/+25
* swarm/api/http: added a regression test for resolver bug from #17483 (#17502)Elad2018-09-064-23/+148
* params, swarm: begin geth v1.8.16 and swarm v0.3.4 cyclePéter Szilágyi2018-08-291-4/+4
* params, swarm: release geth v1.8.15 and swarm 0.3.3v1.8.15Péter Szilágyi2018-08-291-4/+4
* swarm/api: fix typo (#17500)Geon Kim2018-08-271-1/+1
* all: remove the duplicate 'the' in annotations (#17509)Wenbiao Zheng2018-08-274-4/+4
* swarm/api/http: fixed resolver bug (#17483)Elad2018-08-221-1/+1
* params, swarm: begin geth v1.8.15 and swarm v0.3.3 cyclePéter Szilágyi2018-08-221-4/+4