aboutsummaryrefslogtreecommitdiffstats
path: root/swarm
Commit message (Expand)AuthorAgeFilesLines
* 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
* params, swarm: release Geth v1.8.14 and Swarm v0.3.2v1.8.14Péter Szilágyi2018-08-221-4/+4
* 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-213-22/+21
* swarm/storage: cleanup task - remove bigger chunks (#17424)Anton Evangelatov2018-08-201-22/+45
* cmd/swarm: added swarm bootnodes (#17414)Elad2018-08-201-2/+0
* cmd/swarm, swarm: added access control functionality (#17404)Elad2018-08-1520-150/+897
* swarm/network, swarm/storage: validate chunk size (#17397)Anton Evangelatov2018-08-1416-76/+79
* Manifest cli fix and upload defaultpath only once (#17375)Janoš Guljaš2018-08-105-23/+53
* swarm/api/http: added logging to denote request ended (#17371)Elad2018-08-102-3/+4
* swarm/api: close tar writer in GetDirectoryTar to flush and clean (#17339)Janoš Guljaš2018-08-091-0/+4
* swarm/api/http: fixed list leaf links (#17342)Giulio M2018-08-082-6/+15
* swarm/bmt: ignore data longer then 4096 bytes in Hasher.Write (#17338)Janoš Guljaš2018-08-071-1/+1
* swarm: Added lightnode flag (#17291)Attila Gazso2018-08-074-17/+78
* swarm/api/http: test fixes (#17334)Elad2018-08-072-49/+21
* p2p, swarm, trie: avoid copying slices in loops (#17265)Oleg Kovalov2018-08-071-3/+3
* swarm/README: add more sections to easily onboard developers (#17333)Anton Evangelatov2018-08-071-1/+190
* swarm/api/http: GET/PUT/PATCH/DELETE/POST multipart form unit tests. (#17277)Andrew Chiw2018-08-071-0/+268
* swarm/api/http: refactored http package (#17309)Elad2018-08-0711-1281/+833
* swarm/storage/mru: HOTFIX - fix panic in Handler.update (#17313)Javier Peletier2018-08-071-1/+1
* cmd/swarm, swarm: various test fixes (#17299)Janoš Guljaš2018-08-064-10/+29
* params, swarm/version: begin Geth v1.8.14, Swarm v0.3.2 cyclePéter Szilágyi2018-07-311-4/+4
* params, swarm/version: release Geth v1.8.13, Swarm 0.3.1v1.8.13Péter Szilágyi2018-07-311-4/+4
* Merge netsim mig to master (#17241)holisticode2018-07-3114-2433/+1365
* swarm/api: remove ioutil.ReadAll for HandleGetFiles (#17276)Anton Evangelatov2018-07-301-19/+2
* build: rename swarm deb package to ethereum-swarm; change swarm deb version f...Anton Evangelatov2018-07-301-0/+64
* Merge pull request #17233 from ethersphere/swarm-readmeViktor Trón2018-07-251-0/+55
|\
| * gitter: change ethereum/swarm to ethersphere/orange-loungeAnton Evangelatov2018-07-211-2/+2
| * swarm/readme: add link to code review guidelinesAnton Evangelatov2018-07-191-0/+1
| * swarm: readme.mdAnton Evangelatov2018-07-191-0/+54
* | swarm/testutil: remove EnableMetricsAnton Evangelatov2018-07-241-11/+0
* | swarm/storage/mru: Client-side MRU signatures (#784)Javier Peletier2018-07-2326-1550/+3282
* | swarm/api/http: http package refactoring 1/5 and 2/5Elad2018-07-231-17/+13
* | swarm: network simulation for swarm tests (#769)Janoš Guljaš2018-07-2318-188/+2831
* | swarm/fuse: Hotfix missing parantheses in statementlash2018-07-231-0/+4
* | swarm/bmt: async section writer interface to BMT (#778)Viktor Trón2018-07-232-188/+467
|/
* 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-1345-234/+617
* swarm/api/http: http package refactoring 1/5 and 2/5 (#17164)Anton Evangelatov2018-07-126-381/+579
* swarm: ctx propagation; bmt fixes; pss generic notification framework (#17150)Anton Evangelatov2018-07-0944-485/+1612
* swarm/pss: Hide big network tests under longrunning flag (#17074)lash2018-06-251-0/+14
* swarm/fuse: Disable fuse tests, they are flaky (#17072)Balint Gabor2018-06-251-0/+1
* swarm: network rewrite mergeethersphere2018-06-22176-8211/+37768
* crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932)Felix Lange2018-06-121-1/+7
* all: fix various typos (#16533)Wuxiang2018-04-191-1/+1
* build: enable goimports and varcheck linters (#16446)thomasmodeneis2018-04-184-10/+6
* compression/rle: delete RLE compression (#16468)Felix Lange2018-04-091-13/+2
* swarm/storage: disable treechunker test while it is flaky (#16254)Anton Evangelatov2018-03-061-1/+1
* swarm: give correct error on 0x hash prefix (#16195)Elad Nachmias2018-02-274-21/+95
* swarm: creates Swarm landing page for browser 'localhost:xxxx/' GET request w...cooganb2018-02-262-0/+152
* swarm/metrics: introduce metrics export flag (#16177)Anton Evangelatov2018-02-231-13/+22
* swarm: initial instrumentation (#15969)Anton Evangelatov2018-02-2314-8/+374
* swarm/api/http: Fix using deprecated bzzr scheme (#16152)Lewis Marshall2018-02-231-1/+1
* swarm, cmd/swarm: Merge branch 'master' into multiple-ens-endpointsJanos Guljas2018-02-234-15/+16
|\
| * swarm: add favicon for Swarm templates served by browser (#15958)cooganb2018-02-153-14/+15
| * all: update license information (#16089)Felix Lange2018-02-141-1/+1
* | swarm, cmd/swarm: Merge branch 'master' into multiple-ens-endpointsJanos Guljas2018-02-2212-65/+283
|\|
| * various: remove redundant parentheses (#15793)Furkan KAMACI2018-01-032-5/+5
| * swarm/api: url scheme bzz-hash to get hashes of swarm content (#15238) (#15715)Janoš Guljaš2017-12-214-16/+80
| * swarm: bzz-list, bzz-raw and bzz-immutable schemes (#15667)Janoš Guljaš2017-12-1910-48/+202
* | swarm/api: implement NoResolverError with information about TLDJanos Guljas2017-12-192-7/+29
* | cmd/swarm, swarm: disable ENS API by defaultJanos Guljas2017-12-182-18/+7
* | cmd/swarm: Merge branch 'master' into multiple-ens-endpointsJanos Guljas2017-12-144-17/+15
|\|
| * all: use gometalinter.v2, fix new gosimple issues (#15650)Zach2017-12-134-17/+15
* | swarm, cmd/swarm: Merge branch 'master' into multiple-ens-endpointsJanos Guljas2017-12-1313-252/+365
|\|
| * cmd/swarm: add config file (#15548)holisticode2017-12-129-198/+132
| * p2p, swarm/network/kademlia: use IsZero to check for zero time (#15603)ferhat elmas2017-12-041-1/+1
| * Merge pull request #15329 from holisticode/exact-match-fixPéter Szilágyi2017-11-242-27/+61
| |\
| | * swarm/api: bug fix exact match for manifestFabio Barone2017-11-092-27/+61
* | | swarm/api: use path.Ext instead strings.LastIndex in MultiResolver.ResolveJanos Guljas2017-12-051-2/+3
* | | swarm/api: remove unneeded blank assignementJanos Guljas2017-12-051-1/+1
* | | swarm/api: initialize map with make to comply with the conventionJanos Guljas2017-12-051-1/+1
* | | swarm/api: remove unneeded assignment in MultiResolverOptionWithResolverJanos Guljas2017-12-051-3/+0
* | | swarm: add CLI --ens-endpoint flag (#14386)Janos Guljas2017-12-013-9/+269
|/ /
* / build: enable unconvert linter (#15456)ferhat elmas2017-11-1110-20/+21
|/
* all: gofmt -w -s (#15419)ferhat elmas2017-11-083-30/+27
* core, swarm: typo fixesferhat elmas2017-10-303-4/+4
* swarm/fuse: return amount of data written if the file exists (#15261)Darrel Herbst2017-10-091-1/+1
* swarm/api: fixed 404 handling on missing default entry (#15139)holisticode2017-10-066-39/+311
* swarm/storage: pyramid chunker re-write (#14382)Zahoor Mohamed2017-09-2211-235/+1007
* swarm/api/http: add error pages (#14967)holisticode2017-09-096-20/+662
* swarm/fuse: use Equal instead of Compare (#15097)Fiisio2017-09-081-1/+1
* bmt: Binary Merkle Tree Hash (#14334)Viktor Trón2017-09-052-1/+3
* swarm: fix megacheck warningsEgon Elbre2017-08-1418-108/+39
* swarm/api: make api.NewManifest synchronous (#14880)Lewis Marshall2017-07-311-1/+1
* cmd/swarm: support exporting, importing chunk db (#14868)Lewis Marshall2017-07-311-0/+82
* swarm/api/http: redirect root manifest requests to include trailing slash (#1...Lewis Marshall2017-07-252-0/+68
* cmd/swarm: Exit if --ethapi is setLewis Marshall2017-06-301-1/+1
* cmd/swarm: Support using Mainnet for resolving ENS namesLewis Marshall2017-06-262-10/+7
* swarm/storage: remove panic on invalid chunkaron2017-06-251-1/+1
* swarm/fuse: use subtestsFelix Lange2017-06-211-171/+112
* swarm/fuse: simplify externalUnmountFelix Lange2017-06-212-35/+20
* swarm/dev: add development environment (#14332)Lewis Marshall2017-06-0111-0/+726
* accounts/keystore, crypto: enforce 256 bit keys on importPéter Szilágyi2017-05-231-1/+4
* swarm/api: Fix adding paths which exist as manifests (#14482)Lewis Marshall2017-05-222-2/+35
* cmd/swarm: Add --httpaddr flag (#14475)Lewis Marshall2017-05-224-19/+22
* swarm/api: fix error reporting in api.Resolve (#14464)Lewis Marshall2017-05-133-21/+148
* all: update license informationFelix Lange2017-04-146-19/+35
* swarm/api: better name resolver handling (#3754)holisticode2017-04-133-16/+51
* swarm/api: FUSE read-write support (#13872)Zahoor Mohamed2017-04-1215-362/+1693
* swarm/api: refactor and improve HTTP API (#3773)Lewis Marshall2017-04-0717-592/+1702
* cmd/swarm: allow uploading from stdin (#3744)Louis Holbrook2017-04-061-1/+25
* cmd/swarm, swarm/api/client: add HTTP API client and 'swarm ls' command (#3742)Lewis Marshall2017-04-056-63/+495
* swarm/api: improve FUSE build constraints, logging and APIs (#3818)Felix Lange2017-03-315-144/+105
* swarm/api: support mounting manifests via FUSE (#3690)Zahoor Mohamed2017-03-236-2/+636
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-232-2/+2
* swarm/network/kademlia: set kademlia log output to debug instead of warn (#3787)holisticode2017-03-181-1/+1
* rpc: add support for extended headers in CORS requests (#3783)Micah Zoltu2017-03-161-0/+1
* errs: kill it with firePéter Szilágyi2017-03-011-70/+33
* all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-3/+2
* 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-236-8/+8
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-2323-317/+295
* swarm: remove superfluous line break in log statementsPéter Szilágyi2017-02-232-9/+5
* swarm/api/http: fix go vet issue on Go 1.8Péter Szilágyi2017-02-171-0/+3
* swarm/network: fix chunk integrity checks (#3665)Viktor Trón2017-02-134-21/+77
* swarm/storage: release chunk storage after stop swarm (#3651)Maksim2017-02-098-9/+36
* swarm/api/http: add missing copyright headerPéter Szilágyi2017-01-301-0/+16
* cmd/swarm, swarm/api: bzzr improve + networkid prionolash2017-01-275-13/+168
* cmd,eth,les,internal: remove natspec supportBas van Kervel2017-01-171-3/+1
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-099-33/+42
* all: fix spelling errorsPéter Szilágyi2017-01-072-2/+2
* logger, pow/dagger, pow/ezp: delete dead codeFelix Lange2017-01-071-7/+0
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-072-2/+2
* all: gofmt -w -sFelix Lange2017-01-061-2/+2
* swarm/api/http: add support for CORS headers (#3388)Maran2017-01-052-5/+33
* swarm/http: check error returned by reader.Size (#3470)Aron Fischer2016-12-221-1/+13
* swarm/storage: call size before seek-from-end (#3469)Aron Fischer2016-12-221-2/+5
* swarm/api: check for zero length manifest error (#3468)Aron Fischer2016-12-221-0/+5
* swarm/network, cmd/swarm: swarm default network id is 3 (to match Ropsten)zelig2016-12-131-1/+1
* swarm/api: Update ENS root address for Ropsten & prod (#3391)Nick Johnson2016-12-022-5/+4
* cmd/bzzd: swarm daemon fixes (#3359)Viktor Trón2016-11-284-13/+20
* Merge pull request #3325 from fjl/p2p-netrestrictFelix Lange2016-11-251-0/+5
|\
| * swarm/network: prevent relay of invalid IPsFelix Lange2016-11-231-0/+5
* | common/httpclient, les: removed httpclientJeffrey Wilcke2016-11-251-6/+4
|/
* swarm/api/http: reject requests without content-lengthFelix Lange2016-11-111-1/+5
* swarm/network: skip TestSyncDbFelix Lange2016-11-111-0/+2
* swarm/api: add bzz prefix to swarm directoryFelix Lange2016-11-112-12/+7
* all: update license informationFelix Lange2016-11-091-1/+1
* internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt"Kenji Siu2016-11-011-1/+0
* Merge pull request #3111 from obscuren/gas-price-forkPéter Szilágyi2016-10-151-1/+1
|\
| * core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-151-1/+1
* | swarm/storage: Allow EOF at the end of the reader in the chunker. Handle the ...Daniel A. Nagy2016-10-141-5/+8
* | swarm/storage: fix chunker when reader is brokenaron2016-10-114-101/+89
|/
* swarm: plan bee for content storage and distribution on web3ΞTHΞЯSPHΞЯΞ2016-08-3149-0/+10651