Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 3 | -67/+55 |
| | |||||
* | cmd/swarm: handle SIGTERM unix signal for clean exit | zelig | 2017-02-13 | 1 | -0/+10 |
| | |||||
* | Merge pull request #3592 from karalabe/hw-wallets | Péter Szilágyi | 2017-02-13 | 1 | -7/+15 |
|\ | | | | | accounts: initial support for Ledger hardware wallets | ||||
| * | accounts, cmd, internal, mobile, node: canonical account URLs | Péter Szilágyi | 2017-02-13 | 1 | -1/+1 |
| | | |||||
| * | accounts, cmd, eth, internal, miner, node: wallets and HD APIs | Péter Szilágyi | 2017-02-13 | 1 | -1/+1 |
| | | |||||
| * | accounts, cmd, eth, internal, mobile, node: split account backends | Péter Szilágyi | 2017-02-13 | 1 | -7/+15 |
| | | |||||
* | | swarm/network: fix chunk integrity checks (#3665) | Viktor Trón | 2017-02-13 | 2 | -0/+48 |
|/ | | | | | | | | | | * swarm/network: integrity on incoming known chunks * swarm/network: fix integrity check for incoming chunks * swarm/storage: imrpoved integrity checking on chunks * dbstore panics on corrupt chunk entry an prompts user to run cleandb * memstore adds logging for garbage collection * dbstore refactor item delete. correct partial deletes in Get * cmd/swarm: added cleandb subcommand | ||||
* | cmd/swarm: manifest manipulation commands (#3645) | Zahoor Mohamed | 2017-02-13 | 3 | -0/+423 |
| | |||||
* | Merge pull request #3615 from nolash/bzzpathfix_real5 | Péter Szilágyi | 2017-01-30 | 1 | -2/+3 |
|\ | | | | | cmd/swarm, swarm/api: bzzr improve + networkid prio | ||||
| * | cmd/swarm, swarm/api: bzzr improve + networkid prio | nolash | 2017-01-27 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #3444 fixes #3494 networkid override Added comments to explain why test against 0 appears twice * Command line overrides saved config, saved config overrides system default --- fixes #3476 bzzr get with path Finally a hopefully clean commit for this PR Added check for empty path to avoid SIGSEGV in path parser and resolver Added requested tests for empty path and non-existing manifest. However signature for StartHTTPServer had changed. Now it's hacked as so: StartHttpServer(api.API, &Server{Addr: "127.0.0.1:8504", CorsString: ""}) * Parse url before resolve when path and ENS is supplied, example * swarm/api/http proxy server test for retrieval of subpath through get * Removed nil entry assignment on subtrie leaf in recursive key retrieval * Cleaned up path-or-no-path condition in proxy server get handler * swarm: processed with gofmt refers to lash/go-ethereum@90daa7a * swarm: Added public access method Parse alias to parse * swarm: processed with gofmt References nolash/go-ethereum@2ec3fd7 * Rename parse to Parse, removed alias | ||||
* | | cmd/geth, cmd/swarm: Fix to close file handler appropriately | Shintaro Kaneko | 2017-01-30 | 1 | -0/+1 |
|/ | |||||
* | cmd/swarm: uploader uses HTTP PUT for directories (#3488) | Viktor Trón | 2017-01-09 | 1 | -26/+56 |
| | |||||
* | all: fix spelling errors | Péter Szilágyi | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -3/+3 |
| | |||||
* | swarm/api/http: add support for CORS headers (#3388) | Maran | 2017-01-05 | 1 | -10/+16 |
| | |||||
* | cmd/swarm: testnet bootnodes IP address change | zelig | 2016-12-14 | 1 | -5/+5 |
| | |||||
* | cmd/swarm: improve uploader output and add defaultpath option | zelig | 2016-12-13 | 2 | -22/+68 |
| | |||||
* | cmd/swarm: ethapi not required | zelig | 2016-12-13 | 1 | -6/+4 |
| | |||||
* | cmd/swarm: trim trailing slash from bzzapi url | zelig | 2016-12-13 | 1 | -1/+1 |
| | |||||
* | cmd/swarm: add default bootnodes for testnet 3 | zelig | 2016-12-13 | 1 | -6/+13 |
| | |||||
* | swarm/network, cmd/swarm: swarm default network id is 3 (to match Ropsten) | zelig | 2016-12-13 | 1 | -1/+1 |
| | |||||
* | cmd/swarm: subsume cmd/bzz* as subcommands under swarm | zelig | 2016-12-13 | 3 | -0/+535 |
cmd/swarm: subsume cmd/bzz* under cmd/swarm as subcommands |