2020-07-17 20:04:33 by Benny Siegert | Files touched by this commit (196) | |
Log message:
Revbump all Go packages after go114 update.
|
2020-06-17 11:54:20 by Benny Siegert | Files touched by this commit (188) | |
Log message:
Revbump Go packages after Go 1.14.4 update.
|
2020-04-28 13:46:30 by Nikita | Files touched by this commit (29) |
Log message:
adjust maintainer to my new login
|
2020-04-12 13:01:51 by Benny Siegert | Files touched by this commit (171) |
Log message:
Revbump all Go packages after default version switch to 1.14.
|
2020-03-21 17:57:21 by Benny Siegert | Files touched by this commit (170) | |
Log message:
Revbump all Go packages after go113 update.
|
2020-02-02 15:19:15 by Benny Siegert | Files touched by this commit (169) | |
Log message:
Revbump all Go packages after go113 update.
|
2020-01-10 14:32:32 by Benny Siegert | Files touched by this commit (169) |
Log message:
Revbump Go packages after Go default version bump.
|
2019-12-13 08:44:06 by Benny Siegert | Files touched by this commit (168) | |
Log message:
Revbump all Go packages after Go 1.12.14 update.
|
2019-11-06 12:54:50 by ng0 | Files touched by this commit (5) |
Log message:
Add net/go-tcplisten version 0.0.0.20161114
go-tcplisten provides customizable TCP net.Listener with various
performance-related options:
* SO_REUSEPORT. This option allows linear scaling server performance
on multi-CPU servers.
See https://www.nginx.com/blog/socket-sharding-nginx-release-1-9-1/
for details.
* TCP_DEFER_ACCEPT. This option expects the server reads from the
accepted connection before writing to them.
* TCP_FASTOPEN. See https://lwn.net/Articles/508865/ for details.
|