aboutsummaryrefslogtreecommitdiff
path: root/reuseport/reuseport_test.go
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Use %v for errors and %q for strings (#1262)v1.35.0Gravatar Erik Dubbelboer 1-1/+1
2022-03-04Fix windows tests (#1235)Gravatar Erik Dubbelboer 1-84/+11
2021-08-18Add Go 1.17 support (#1074)Gravatar Erik Dubbelboer 1-1/+1
2021-06-18Lower go test timeGravatar Erik Dubbelboer 1-1/+4
2020-07-17Update linting (#851)Gravatar Erik Dubbelboer 1-1/+1
2020-06-04Support Windows SO_REUSEADDR (#822)Gravatar Andy Pan 1-2/+0
2019-10-23Format errors (#679)Gravatar ZhangYunHao 1-1/+1
2019-08-30Add stub/wrapper for reuseport.Listen on Windows platforms (#638)Gravatar andrewheberle 1-0/+2
2018-09-24Remove race condition from testGravatar Erik Dubbelboer 1-1/+1
2017-11-08attempt #2 to fix TestTCP6 on travis: run the test only if local tcp6 interfa...Gravatar Aliaksandr Valialkin 1-1/+17
2017-11-08an attempt to fix TestTCP6 on travis. It looks like travis doesnt know about ...Gravatar Aliaksandr Valialkin 1-1/+1
2016-06-24Enable IPv6 for reuseport (#122)Gravatar Justin Seely 1-6/+11
2015-11-20Renamed NewListener to Listener to be consistent with go's net packageGravatar Aliaksandr Valialkin 1-1/+1
2015-11-20Added net.Listener with reuseport supportGravatar Aliaksandr Valialkin 1-0/+98