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
25205d64d7
[release/1.4.14] 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.
(cherry picked from commit b04219fdbb
)
8 years ago
..
bootnodes.go
cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks
9 years ago
client.go
[release/1.4.7] cmd/geth: codegansta/cli package renamed to urfave/cli
9 years ago
cmd.go
[release/1.4.14] cmd/utils: don't check for stderr redirect on windows
8 years ago
customflags.go
[release/1.4.7] cmd/geth: codegansta/cli package renamed to urfave/cli
9 years ago
customflags_test.go
cmd/utils: fix path expansion on windows
9 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
[release/1.4.10] cmd/utils, eth: display the user's current fork, minor text tweak
8 years ago