Commit Graph

44 Commits (ec596e06a58f3c4c4bac0262ebfc57539c3e5fd1)

Author SHA1 Message Date
dknopik b0f66e34ca
p2p/nat: return correct port for ExtIP NAT (#30234) 2 months ago
Seungbae Yu 67422e2a56
p2p/nat: fix typos in comments (#29536) 5 months ago
yzb db4cf69166
all: replace fmt.Errorf() with errors.New() if no param required (#29126) 7 months ago
Håvard Anda Estensen a75a2d6db6
all: replace some cases of strings.SplitN with strings.Cut (#28446) 10 months ago
Seungbae Yu 60ecf48dd4
cmd/bootnode, p2p: support for alternate mapped ports (#26359) 1 year ago
Seungbae Yu 42212808f0
p2p/nat: handle responses with alternative port in NAT-PMP (#26321) 2 years ago
Seungbae Yu 53d1ae096a
p2p/nat: use IP.IsPrivate (#26252) 2 years ago
Martin Holst Swende ee301c750b
all: fix docstrings 2 years ago
Felix Lange b628d72766
build: upgrade to go 1.19 (#25726) 2 years ago
Martin Holst Swende a907d7e81a
all: more linters (#24783) 2 years ago
s7v7nislands 7caa2d8163
all: replace strings.Replace with string.ReplaceAll (#24835) 2 years ago
meowsbits 750115ff39
p2p/nat: skip TestUPNP in non-CI environments if discover fails (#22877) 3 years ago
Alex Prut c92faee66e
all: simplify nested complexity and if blocks ending with a return statement (#21854) 4 years ago
Felix Lange 1d25039ff5
p2p/nat: limit UPNP request concurrency (#21390) 4 years ago
Felix Lange 689486449d build: use golangci-lint (#20295) 5 years ago
Felix Lange 6f607de5d5
p2p, p2p/discover: add signed ENR generation (#17753) 6 years ago
Oleg Kovalov d42ce0f2c1 all: simplify switches (#17267) 6 years ago
Darrel Herbst d54e3539d4 p2p/nat: delete port mapping before adding (#15222) 7 years ago
Felix Lange 96ae35e2ac p2p, p2p/discover, p2p/nat: rework logging using context keys 8 years ago
Péter Szilágyi d4fd06c3dc
all: blidly swap out glog to our log15, logs need rework 8 years ago
Péter Szilágyi 189dee26c6
p2p: remove trailing newlines from log messages 8 years ago
Felix Lange 35a7dcb162 all: gofmt -w -s 8 years ago
Péter Szilágyi 21fd9f037e
p2p/nat: fix a bytes based net.IP comparison 8 years ago
ken10100147 afecb93e2e p2p/nat: fix parameter order for AddMapping 8 years ago
Felix Lange f5c432bcab p2p/nat: delay auto discovery until first use 8 years ago
Felix Lange 6fdd0893c3 all: fix go vet warnings 9 years ago
Péter Szilágyi 64c8e2f2ca p2p/nat: fix #2291, NAT discovery did't abort on failure 9 years ago
Felix Lange f570b68ed1 p2p/nat: add docs for discover 9 years ago
Felix Lange bf11a47f22 Godeps: upgrade github.com/huin/goupnp to 90f71cb5 9 years ago
Felix Lange 6ee908848c p2p/nat: disable UPnP test on windows 9 years ago
Felix Lange bfbcfbe4a9 all: fix license headers one more time 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Felix Lange bdae4fd573 all: add some godoc synopsis comments 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
Felix Lange fc6a5ae3ec p2p/nat: add timeout for UPnP SOAP requests 9 years ago
Felix Lange 8e4512a5e7 p2p/nat: bump timeout in TestAutoDiscRace 9 years ago
Felix Lange c14de2e973 p2p/nat: tweak port mapping log messages and levels 9 years ago
Felix Lange 663d4e0aff p2p/nat: add test for UPnP auto discovery via SSDP 9 years ago
Felix Lange 983f5a717a p2p/nat: fix concurrent access to autodisc Interface 9 years ago
Felix Lange fd4b75cfa8 p2p/nat: less confusing error logging 10 years ago
obscuren 688d118c7e Updated logging 10 years ago
Felix Lange f965f41b6e p2p/nat: switch to github.com/huin/goupnp 10 years ago
Felix Lange 1543833ca0 p2p/nat: new package for port mapping stuff 10 years ago