Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Lange
b04219fdbb
cmd/utils: don't check for stderr redirect on windows
...
The redirect check did not work on Go 1.6 and below because Stat
returned an error for stdout and stderr. In Go 1.7 Stat works on stdout
but doesn't return anything meaningful, causing cmd/geth test failures
because the message is printed to stderr only. Fix it by printing to
stdout only.
8 years ago
..
bootnodes.go
cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks
9 years ago
cmd.go
cmd/utils: don't check for stderr redirect on windows
8 years ago
customflags.go
cmd/geth: codegansta/cli package renamed to urfave/cli
9 years ago
customflags_test.go
cmd/utils: fix path expansion on windows
10 years ago
fdlimit_freebsd.go
cmd/utils: fix build on *BSD
9 years ago
fdlimit_test.go
cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache
9 years ago
fdlimit_unix.go
cmd/utils: fix build on *BSD
9 years ago
fdlimit_windows.go
cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache
9 years ago
flags.go
cmd, eth: drop the blockchain version from cli/eth configs
9 years ago
version.go
cmd/evm, cmd/geth, cmd/utils: move version handling to cmd/utils
9 years ago