aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils/customflags.go
Commit message (Collapse)AuthorAgeFilesLines
* vendor: update all dependencies except Azure SDKFelix Lange2017-01-111-4/+1
| | | | | The Azure SDK doesn't support Go 1.5 anymore. We can't upgrade it until Go 1.8 comes out.
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-091-6/+1
| | | | | go get github.com/gordonklaus/ineffassign ineffassign .
* common, node: move datadir defaults into package nodeFelix Lange2016-09-161-2/+12
|
* cmd/geth: codegansta/cli package renamed to urfave/cliBas van Kervel2016-06-091-1/+1
|
* cmd/utils: fix path expansion on windowsFelix Lange2015-08-061-6/+3
|
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-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 informationFelix Lange2015-07-071-0/+16
|
* bugfix as a result of PR 671Bas van Kervel2015-04-101-4/+3
|
* reformat code with goimportsBas van Kervel2015-04-091-76/+76
|
* Add path expansion support for command line arguments, closes 567Bas van Kervel2015-04-081-0/+133