Martin Holst Swende
66d8185aad
version: begin v1.14.13 release cycle
5 days ago
Martin Holst Swende
c64cf28f9c
version: go-ethereum v1.14.12 stable
5 days ago
Péter Szilágyi
dac54e31a7
build, internal, version: break ci.go/version->common dependency ( #30638 )
...
This PR tries to break the ci.go to common dependency by moving the
version number out of params.
1 month ago
Martin Holst Swende
43df612268
internal, log: remove code for old unsupported go-versions ( #28090 )
1 year ago
Felix Lange
8a134014b4
all: add go:build lines ( #23468 )
...
Generated by go1.17 fmt ./...
3 years ago
Felix Lange
c1343c8872
cmd/utils, internal/debug: show all stacks for 10x Ctrl-C induced panic
...
Go 1.6 only prints stacks for the current goroutine by default,
but for this panic we want to see all of them.
9 years ago
Felix Lange
2871781f64
p2p/discover: fix Windows-specific issue for larger-than-buffer packets
...
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
9 years ago
Felix Lange
bfbcfbe4a9
all: fix license headers one more time
...
I forgot to update one instance of "go-ethereum" in commit 3f047be5a
.
9 years ago
Felix Lange
3f047be5aa
all: update license headers to distiguish GPL/LGPL
...
All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library".
9 years ago
Felix Lange
ea54283b30
all: update license information
10 years ago
obscuren
0fa7859b94
Fixed VM & Tests w/ conversion
10 years ago