Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -2/+2 |
| | | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library". | ||||
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | Improved error checking | Taylor Gerring | 2015-06-06 | 1 | -3/+7 |
| | |||||
* | Cleanup | Taylor Gerring | 2015-06-06 | 1 | -1/+1 |
| | |||||
* | Allow export command to take first and last args | Taylor Gerring | 2015-06-06 | 1 | -1/+21 |
| | |||||
* | cmd/geth: don't flush databases after import | Felix Lange | 2015-05-28 | 1 | -5/+4 |
| | |||||
* | cmd/geth, cmd/utils: make chain importing interruptible | Felix Lange | 2015-05-28 | 1 | -5/+6 |
| | | | | | | Interrupting import with Ctrl-C could cause database corruption because the signal wasn't handled. utils.ImportChain now checks for a queued interrupt on every batch. | ||||
* | cmd/geth, cmd/utils: rename utils.Get* -> utils.Make* | Felix Lange | 2015-05-28 | 1 | -5/+5 |
| | | | | | The renaming should make it clearer that these functions create a new instance for every call. @obscuren suggested this renaming a while ago. | ||||
* | cmd/geth: move blockchain commands to chaincmd.go | Felix Lange | 2015-05-28 | 1 | -0/+159 |