- Aug 25, 2021
-
-
Felix Lange authored
Generated by go1.17 fmt ./...
-
- Aug 24, 2021
-
-
Felix Lange authored
-
- Jun 01, 2021
-
-
Mathijs de Bruin authored
Fixes #11113 Co-authored-by:
rene <41963722+renaynay@users.noreply.github.com>
-
- Feb 08, 2021
-
-
isdyaufh8o7cq authored
fixes an regression which caused build failure on certain platforms
-
- Feb 02, 2021
-
-
Alex Prut authored
* remove uneeded convertion type * remove redundant type in composite literal * omit explicit type where implicit * remove unused redundant parenthesis * remove redundant import alias duktape
-
- Jun 11, 2019
-
-
Péter Szilágyi authored
-
- Jan 23, 2018
-
-
Kurkó Mihály authored
* dashboard: footer, deep state update * dashboard: resolve asset path * dashboard: prevent state update on every reconnection * dashboard: fix linter issue * dashboard, cmd: minor UI fix, include commit hash * dashboard: gitCommit renamed to commit * dashboard: move the geth version to the right, make commit optional * dashboard: memory, traffic and CPU on footer * dashboard: fix merge * dashboard: CPU, diskIO on footer * dashboard: rename variables, use group declaration * dashboard: docs
-
- Feb 27, 2017
-
-
Felix Lange authored
Also tweak behaviour so colors are only enabled when stderr is a terminal.
-
- Feb 23, 2017
-
-
Péter Szilágyi authored
-
- Nov 14, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Mar 11, 2016
-
-
Felix Lange authored
Go 1.6 only prints stacks for the current goroutine by default, but for this panic we want to see all of them.
-
- Jan 22, 2016
-
-
Felix Lange authored
On Windows, UDPConn.ReadFrom returns an error for packets larger than the receive buffer. The error is not marked temporary, causing our loop to exit when the first oversized packet arrived. The fix is to treat this particular error as temporary. Fixes: #1579, #2087 Updates: #2082
-
- Jul 23, 2015
-
-
Felix Lange authored
I forgot to update one instance of "go-ethereum" in commit 3f047be5.
-
- Jul 22, 2015
-
-
Felix Lange authored
All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
-
- Jul 07, 2015
-
-
Felix Lange authored
-
- Mar 17, 2015
-
-
Jeffrey Wilcke authored
-