| Commit message (Expand) | Author | Age | Files | Lines |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-04-09 | 8 | -35/+35 |
* | swarm/docker: Dockerfile for swarm:edge docker image (#18386) | Anton Evangelatov | 2019-01-03 | 1 | -1/+1 |
* | cmd/swarm, metrics, swarm/api/client, swarm/storage, swarm/metrics, swarm/api... | Elad | 2018-12-11 | 1 | -4/+7 |
* | swarm/api/http: add resetting timer metrics to requests (#18249) | Elad | 2018-12-05 | 1 | -0/+5 |
* | Remove multihash from Swarm bzz:// for Feeds (#18175) | Javier Peletier | 2018-11-26 | 1 | -36/+68 |
* | swarm/api/http: change request served msg log level (#18127) | Elad | 2018-11-18 | 1 | -1/+1 |
* | cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm... | Alexey Sharov | 2018-11-14 | 3 | -27/+114 |
* | swarm, cmd/swarm: address ineffectual assignments (#18048) | Anton Evangelatov | 2018-11-08 | 2 | -2/+5 |
* | swarm/api: Fix #18007, missing signature should return HTTP 400 (#18008) | Javier Peletier | 2018-11-07 | 2 | -6/+38 |
* | swarm/api: unexport Respond methods (#18037) | Anton Evangelatov | 2018-11-06 | 3 | -52/+51 |
* | swarm: modify context key (#17925) | KimMachineGun | 2018-11-06 | 1 | -9/+5 |
* | swarm: clean up unused private types and functions (#17989) | Ferenc Szabo | 2018-10-27 | 1 | -7/+0 |
* | swarm/api/http: remove ModTime=now for direct and multipart uploads (#17945) | Elad | 2018-10-19 | 1 | -2/+0 |
* | swarm/storage/feed: Renamed package | Javier Peletier | 2018-10-03 | 2 | -22/+22 |
* | swarm/storage/feeds: removed capital Feed throughout | Javier Peletier | 2018-10-03 | 2 | -4/+4 |
* | swarm/storage/feeds: Final package rename and moved files | Javier Peletier | 2018-10-03 | 2 | -15/+15 |
* | swarm/storage/mru: Renamed rest of MRU references | Javier Peletier | 2018-10-03 | 2 | -145/+80 |
* | swarm/storage/mru: Renamed all identifiers to Feeds | Javier Peletier | 2018-10-03 | 2 | -6/+6 |
* | cmd/swarm, swarm: cross-platform Content-Type detection (#17782) | Alexey Sharov | 2018-10-01 | 2 | -16/+57 |
* | Swarm MRUs: Adaptive frequency / Predictable lookups / API simplification (#1... | Javier Peletier | 2018-09-28 | 2 | -182/+133 |
* | all: simplify s[:] to s where s is a slice (#17673) | Emil | 2018-09-15 | 1 | -7/+7 |
* | swarm: Chunk refactor (#17659) | Balint Gabor | 2018-09-13 | 1 | -3/+3 |
* | swarm/api/http: bzz-immutable wrong handler bug (#17602) | Elad | 2018-09-07 | 2 | -2/+2 |
* | swarm/storage: added metrics for db entry count (#17589) | Elad | 2018-09-06 | 1 | -20/+19 |
* | swarm/api/http: added a regression test for resolver bug from #17483 (#17502) | Elad | 2018-09-06 | 2 | -14/+139 |
* | swarm/api/http: fixed resolver bug (#17483) | Elad | 2018-08-22 | 1 | -1/+1 |
* | cmd/swarm, swarm: added access control functionality (#17404) | Elad | 2018-08-15 | 3 | -62/+63 |
* | Manifest cli fix and upload defaultpath only once (#17375) | Janoš Guljaš | 2018-08-10 | 1 | -1/+3 |
* | swarm/api/http: added logging to denote request ended (#17371) | Elad | 2018-08-10 | 2 | -3/+4 |
* | swarm/api/http: fixed list leaf links (#17342) | Giulio M | 2018-08-08 | 2 | -6/+15 |
* | swarm/api/http: test fixes (#17334) | Elad | 2018-08-07 | 2 | -49/+21 |
* | swarm/api/http: GET/PUT/PATCH/DELETE/POST multipart form unit tests. (#17277) | Andrew Chiw | 2018-08-07 | 1 | -0/+268 |
* | swarm/api/http: refactored http package (#17309) | Elad | 2018-08-07 | 9 | -1279/+825 |
* | swarm/api: remove ioutil.ReadAll for HandleGetFiles (#17276) | Anton Evangelatov | 2018-07-30 | 1 | -19/+2 |
* | swarm/storage/mru: Client-side MRU signatures (#784) | Javier Peletier | 2018-07-23 | 2 | -107/+167 |
* | swarm/api/http: http package refactoring 1/5 and 2/5 | Elad | 2018-07-23 | 1 | -17/+13 |
* | swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169) | Anton Evangelatov | 2018-07-13 | 1 | -23/+90 |
* | swarm/api/http: http package refactoring 1/5 and 2/5 (#17164) | Anton Evangelatov | 2018-07-12 | 3 | -360/+332 |
* | swarm: ctx propagation; bmt fixes; pss generic notification framework (#17150) | Anton Evangelatov | 2018-07-09 | 5 | -186/+191 |
* | swarm: network rewrite merge | ethersphere | 2018-06-22 | 7 | -223/+957 |
* | swarm: give correct error on 0x hash prefix (#16195) | Elad Nachmias | 2018-02-27 | 4 | -21/+95 |
* | swarm: creates Swarm landing page for browser 'localhost:xxxx/' GET request w... | cooganb | 2018-02-26 | 2 | -0/+152 |
* | swarm: initial instrumentation (#15969) | Anton Evangelatov | 2018-02-23 | 2 | -0/+78 |
* | swarm/api/http: Fix using deprecated bzzr scheme (#16152) | Lewis Marshall | 2018-02-23 | 1 | -1/+1 |
* | swarm: add favicon for Swarm templates served by browser (#15958) | cooganb | 2018-02-15 | 3 | -14/+15 |
* | all: update license information (#16089) | Felix Lange | 2018-02-14 | 1 | -1/+1 |
* | swarm/api: url scheme bzz-hash to get hashes of swarm content (#15238) (#15715) | Janoš Guljaš | 2017-12-21 | 2 | -14/+58 |
* | swarm: bzz-list, bzz-raw and bzz-immutable schemes (#15667) | Janoš Guljaš | 2017-12-19 | 4 | -23/+116 |
* | core, swarm: typo fixes | ferhat elmas | 2017-10-30 | 2 | -2/+2 |
* | swarm/api: fixed 404 handling on missing default entry (#15139) | holisticode | 2017-10-06 | 3 | -29/+264 |
* | swarm/api/http: add error pages (#14967) | holisticode | 2017-09-09 | 5 | -20/+661 |
* | swarm: fix megacheck warnings | Egon Elbre | 2017-08-14 | 2 | -2/+5 |
* | swarm/api/http: redirect root manifest requests to include trailing slash (#1... | Lewis Marshall | 2017-07-25 | 2 | -0/+68 |
* | cmd/swarm: Add --httpaddr flag (#14475) | Lewis Marshall | 2017-05-22 | 1 | -1/+0 |
* | swarm/api: fix error reporting in api.Resolve (#14464) | Lewis Marshall | 2017-05-13 | 1 | -3/+3 |
* | all: update license information | Felix Lange | 2017-04-14 | 1 | -8/+8 |
* | swarm/api: better name resolver handling (#3754) | holisticode | 2017-04-13 | 1 | -0/+28 |
* | swarm/api: refactor and improve HTTP API (#3773) | Lewis Marshall | 2017-04-07 | 4 | -228/+615 |
* | cmd/swarm, swarm/api/client: add HTTP API client and 'swarm ls' command (#3742) | Lewis Marshall | 2017-04-05 | 2 | -62/+32 |
* | rpc: add support for extended headers in CORS requests (#3783) | Micah Zoltu | 2017-03-16 | 1 | -0/+1 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 2 | -39/+32 |
* | swarm: remove superfluous line break in log statements | Péter Szilágyi | 2017-02-23 | 1 | -8/+4 |
* | swarm/api/http: fix go vet issue on Go 1.8 | Péter Szilágyi | 2017-02-17 | 1 | -0/+3 |
* | swarm/api/http: add missing copyright header | Péter Szilágyi | 2017-01-30 | 1 | -0/+16 |
* | cmd/swarm, swarm/api: bzzr improve + networkid prio | nolash | 2017-01-27 | 2 | -7/+142 |
* | cmd,eth,les,internal: remove natspec support | Bas van Kervel | 2017-01-17 | 1 | -3/+1 |
* | swarm/api/http: add support for CORS headers (#3388) | Maran | 2017-01-05 | 1 | -3/+23 |
* | swarm/http: check error returned by reader.Size (#3470) | Aron Fischer | 2016-12-22 | 1 | -1/+13 |
* | common/httpclient, les: removed httpclient | Jeffrey Wilcke | 2016-11-25 | 1 | -6/+4 |
* | swarm/api/http: reject requests without content-length | Felix Lange | 2016-11-11 | 1 | -1/+5 |
* | swarm: plan bee for content storage and distribution on web3 | ΞTHΞЯSPHΞЯΞ | 2016-08-31 | 3 | -0/+423 |