| Commit message (Expand) | Author | Age | Files | Lines |
* | swarm/storage/netstore: add fetcher cancellation on shutdown (#19049) | Elad | 2019-02-19 | 1 | -1/+19 |
* | swarm/storage: fix influxdb gc metrics report (#19102) | Elad | 2019-02-19 | 1 | -5/+3 |
* | swarm: fix network/stream data races (#19051) | Janoš Guljaš | 2019-02-19 | 1 | -1/+0 |
* | swarm/storage: fix HashExplore concurrency bug ethersphere#1211 (#19028) | holisticode | 2019-02-19 | 1 | -9/+17 |
* | swarm: CI race detector test adjustments (#19017) | Ferenc Szabo | 2019-02-19 | 3 | -80/+56 |
* | swarm/network, swarm/storage: Preserve opentracing contexts (#19022) | lash | 2019-02-19 | 4 | -17/+23 |
* | swarm/storage: fix test timeout with -race by increasing mget timeout | Ferenc Szabo | 2019-02-19 | 1 | -2/+3 |
* | swarm/storage/localstore: new localstore package (#19015) | Janoš Guljaš | 2019-02-19 | 17 | -0/+4244 |
* | swarm: Debug API and HasChunks() API endpoint (#18980) | holisticode | 2019-02-19 | 7 | -1/+80 |
* | cmd/swarm: hashes command (#19008) | holisticode | 2019-02-19 | 2 | -14/+10 |
* | swarm/storage: Get all chunk references for a given file (#19002) | holisticode | 2019-02-19 | 2 | -0/+76 |
* | swarm: bootnode-mode, new bootnodes and no p2p package discovery (#18498) | Anton Evangelatov | 2019-02-19 | 1 | -7/+0 |
* | swarm/storage: fix mockNetFetcher data races (#18462) | Janoš Guljaš | 2019-02-19 | 1 | -0/+4 |
* | swarm: Fix T.Fatal inside a goroutine in tests (#18409) | Janoš Guljaš | 2019-01-09 | 1 | -39/+83 |
* | swarm/storage/mock/test: fix T.Fatal inside a goroutine (#18399) | Janoš Guljaš | 2019-01-07 | 1 | -3/+8 |
* | vendor, crypto, swarm: switch over to upstream sha3 package | Dave McGregor | 2019-01-04 | 4 | -10/+10 |
* | swarm/storage: change Proximity function and add TestProximity test (#18379) | Janoš Guljaš | 2019-01-03 | 2 | -3/+186 |
* | swarm: remove unused/dead code (#18351) | Anton Evangelatov | 2018-12-24 | 8 | -124/+6 |
* | swarm/storage: remove unused methods from Chunk interface (#18283) | Javier Peletier | 2018-12-18 | 3 | -21/+4 |
* | swarm/storage/feed: remove unused code (#18324) | Anton Evangelatov | 2018-12-17 | 3 | -30/+4 |
* | swarm/storage: simplify ChunkValidator interface (#18285) | Javier Peletier | 2018-12-12 | 7 | -18/+20 |
* | cmd/swarm, metrics, swarm/api/client, swarm/storage, swarm/metrics, swarm/api... | Elad | 2018-12-11 | 1 | -0/+8 |
* | swarm: add database abstractions (shed package) (#18183) | Janoš Guljaš | 2018-11-27 | 5 | -0/+89 |
* | swarm/storage: move 'running migrations for' log line (#18120) | Ferenc Szabo | 2018-11-20 | 1 | -3/+4 |
* | swarm/storage: speed up garbage collection and rpc tests (#18128) | Anton Evangelatov | 2018-11-19 | 2 | -5/+6 |
* | swarm/storage: Batched database migration (#18113) | lash | 2018-11-15 | 2 | -28/+127 |
* | cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm... | Alexey Sharov | 2018-11-14 | 5 | -43/+30 |
* | swarm/storage: fix garbage collector index skew (#18080) | Ferenc Szabo | 2018-11-13 | 4 | -54/+268 |
* | swarm/storage: fix access count on dbstore after cache hit (#17978) | Ferenc Szabo | 2018-11-13 | 4 | -17/+138 |
* | swarm, cmd/swarm: address ineffectual assignments (#18048) | Anton Evangelatov | 2018-11-08 | 1 | -4/+1 |
* | swarm: clean up unused private types and functions (#17989) | Ferenc Szabo | 2018-10-27 | 4 | -44/+13 |
* | swarm/storage: Add accessCnt for GC (#17845) | lash | 2018-10-12 | 2 | -143/+358 |
* | swarm, swarm/storage: lower constants for faster tests (#17876) | Anton Evangelatov | 2018-10-09 | 4 | -16/+13 |
* | swarm/storage/feed: Expose MaxUpdateDataLength constant (#17858) | Javier Peletier | 2018-10-08 | 2 | -4/+6 |
* | swarm/storage: extract isValid. correctly remove invalid chunks from store on... | Anton Evangelatov | 2018-10-04 | 1 | -21/+21 |
* | Merge pull request #17796 from epiclabs-io/mru-feeds | Viktor Trón | 2018-10-03 | 28 | -385/+379 |
|\ |
|
| * | swarm/storage/feed: Renamed package | Javier Peletier | 2018-10-03 | 26 | -31/+31 |
| * | swarm/storage/feeds: renamed vars that can conflict with package name | Javier Peletier | 2018-10-03 | 2 | -13/+13 |
| * | swarm/storage/feeds: removed capital Feed throughout | Javier Peletier | 2018-10-03 | 10 | -31/+31 |
| * | swarm/storage/feeds: Final package rename and moved files | Javier Peletier | 2018-10-03 | 26 | -51/+51 |
| * | swarm/storage/mru: Renamed rest of MRU references | Javier Peletier | 2018-10-03 | 6 | -11/+11 |
| * | swarm/storage/mru: Renamed all comments to Feeds | Javier Peletier | 2018-10-03 | 14 | -102/+96 |
| * | swarm/storage/mru: Renamed all identifiers to Feeds | Javier Peletier | 2018-10-03 | 16 | -214/+214 |
* | | swarm: schemas and migrations (#17813) | Anton Evangelatov | 2018-10-03 | 4 | -11/+76 |
|/ |
|
* | swarm/storage: ensure 64bit hasherStore struct alignment (#17766) | Janoš Guljaš | 2018-09-29 | 1 | -1/+4 |
* | swarm/storage: make linter happy | Anton Evangelatov | 2018-09-28 | 3 | -7/+5 |
* | Swarm MRUs: Adaptive frequency / Predictable lookups / API simplification (#1... | Javier Peletier | 2018-09-28 | 33 | -2562/+2648 |
* | swarm: prevent forever running retrieve request loops | Balint Gabor | 2018-09-26 | 3 | -5/+15 |
* | all: new p2p node representation (#17643) | Felix Lange | 2018-09-25 | 3 | -16/+14 |
* | swarm/storage: Implement global timeout for fetcher (#17702) | Balint Gabor | 2018-09-19 | 1 | -1/+3 |
* | all: simplify s[:] to s where s is a slice (#17673) | Emil | 2018-09-15 | 3 | -7/+7 |
* | swarm: Chunk refactor (#17659) | Balint Gabor | 2018-09-13 | 27 | -1322/+1765 |
* | swarm/storage: remove redundant increments for dataIdx and entryCnt (#17484) | Anton Evangelatov | 2018-09-12 | 2 | -31/+35 |
* | Encryption async api (#17603) | Viktor Trón | 2018-09-11 | 3 | -115/+158 |
* | swarm/storage: added metrics for db entry count (#17589) | Elad | 2018-09-06 | 1 | -0/+6 |
* | swarm/storage: cleanup task - remove bigger chunks (#17424) | Anton Evangelatov | 2018-08-20 | 1 | -22/+45 |
* | swarm/network, swarm/storage: validate chunk size (#17397) | Anton Evangelatov | 2018-08-14 | 11 | -57/+49 |
* | swarm/storage/mru: HOTFIX - fix panic in Handler.update (#17313) | Javier Peletier | 2018-08-07 | 1 | -1/+1 |
* | swarm/storage/mru: Client-side MRU signatures (#784) | Javier Peletier | 2018-07-23 | 19 | -1348/+2805 |
* | swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169) | Anton Evangelatov | 2018-07-13 | 19 | -105/+179 |
* | swarm: ctx propagation; bmt fixes; pss generic notification framework (#17150) | Anton Evangelatov | 2018-07-09 | 9 | -52/+94 |
* | swarm: network rewrite merge | ethersphere | 2018-06-22 | 40 | -2407/+7099 |
* | build: enable goimports and varcheck linters (#16446) | thomasmodeneis | 2018-04-18 | 2 | -6/+0 |
* | compression/rle: delete RLE compression (#16468) | Felix Lange | 2018-04-09 | 1 | -13/+2 |
* | swarm/storage: disable treechunker test while it is flaky (#16254) | Anton Evangelatov | 2018-03-06 | 1 | -1/+1 |
* | swarm: initial instrumentation (#15969) | Anton Evangelatov | 2018-02-23 | 4 | -0/+53 |
* | various: remove redundant parentheses (#15793) | Furkan KAMACI | 2018-01-03 | 2 | -5/+5 |
* | all: use gometalinter.v2, fix new gosimple issues (#15650) | Zach | 2017-12-13 | 2 | -10/+10 |
* | cmd/swarm: add config file (#15548) | holisticode | 2017-12-12 | 1 | -2/+8 |
* | build: enable unconvert linter (#15456) | ferhat elmas | 2017-11-11 | 3 | -5/+5 |
* | all: gofmt -w -s (#15419) | ferhat elmas | 2017-11-08 | 2 | -11/+8 |
* | core, swarm: typo fixes | ferhat elmas | 2017-10-30 | 1 | -2/+2 |
* | swarm/storage: pyramid chunker re-write (#14382) | Zahoor Mohamed | 2017-09-22 | 10 | -233/+1005 |
* | bmt: Binary Merkle Tree Hash (#14334) | Viktor Trón | 2017-09-05 | 2 | -1/+3 |
* | swarm: fix megacheck warnings | Egon Elbre | 2017-08-14 | 8 | -59/+13 |
* | cmd/swarm: support exporting, importing chunk db (#14868) | Lewis Marshall | 2017-07-31 | 1 | -0/+82 |
* | swarm/storage: remove panic on invalid chunk | aron | 2017-06-25 | 1 | -1/+1 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 5 | -40/+38 |
* | swarm/network: fix chunk integrity checks (#3665) | Viktor Trón | 2017-02-13 | 2 | -9/+59 |
* | swarm/storage: release chunk storage after stop swarm (#3651) | Maksim | 2017-02-09 | 7 | -4/+25 |
* | all: fix ineffectual assignments and remove uses of crypto.Sha3 | Felix Lange | 2017-01-09 | 3 | -5/+4 |
* | all: fix spelling errors | Péter Szilágyi | 2017-01-07 | 2 | -2/+2 |
* | all: fix issues reported by honnef.co/go/simple/cmd/gosimple | Felix Lange | 2017-01-07 | 2 | -2/+2 |
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -2/+2 |
* | swarm/storage: call size before seek-from-end (#3469) | Aron Fischer | 2016-12-22 | 1 | -2/+5 |
* | internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt" | Kenji Siu | 2016-11-01 | 1 | -1/+0 |
* | swarm/storage: Allow EOF at the end of the reader in the chunker. Handle the ... | Daniel A. Nagy | 2016-10-14 | 1 | -5/+8 |
* | swarm/storage: fix chunker when reader is broken | aron | 2016-10-11 | 4 | -101/+89 |
* | swarm: plan bee for content storage and distribution on web3 | ΞTHΞЯSPHΞЯΞ | 2016-08-31 | 14 | -0/+3092 |