Arvind Bright
8320224ff0
.*: revive from unused_parameters ( #7577 )
2024-08-30 10:41:30 -07:00
Doug Fawley
d074cae66b
github: fold security tests into 'tests'; update testing to 1.17-1.15 ( #4708 )
2021-08-26 11:21:36 -07:00
Easwar Swaminathan
46ab723bb2
multiple: remove appengine specific build constraints and code ( #4685 )
2021-08-24 12:30:13 -07:00
Tobias Klauser
fd32f6a4fe
internal/syscall: make Rusage a type alias ( #4088 )
...
Making Rusage a type alias rather than a type definition allows to avoid
type conversions in several places.
Type aliases are supported since Go 1.9, go.mod states Go 1.11 to be the
minimum supported version.
2020-12-08 17:14:39 -08:00
Garrett Gutierrez
ff1fc890e4
internal: reintroduce legacy appengine build constraints ( #3838 )
2020-08-25 13:49:57 -07:00
Easwar Swaminathan
5f7b337d95
Add some appengine build constraints. ( #3787 )
...
Support for Go1.9 and appengine was removed in https://github.com/grpc/grpc-go/pull/3767 . But it looks like we still need some way to do things differently for certain appengine builds.
2020-08-04 17:46:48 -07:00
Doug Fawley
bc714cd8ae
Remove Go 1.9 / AppEngine support; assume go1.12 build tag ( #3767 )
2020-07-30 16:15:35 -07:00
Garrett Gutierrez
506b773066
Implemented component logging ( #3617 )
2020-06-26 12:04:47 -07:00
Easwar Swaminathan
f67e7c03dc
Make vet happy on non_linux platforms. ( #3549 )
2020-04-17 15:47:55 -07:00
Yangmin Zhu
924457101b
syscall: remove logging in init(). ( #2734 )
...
The same as https://github.com/grpc/grpc-go/pull/2373 .
Signed-off-by: Yangmin Zhu <ymzhu@google.com>
2019-04-02 10:36:15 -07:00
Michael Raimondi
d27440de3f
client: set TCP_USER_TIMEOUT socket option for linux ( #2307 )
...
Implements proposal A18 (https://github.com/grpc/proposal/blob/master/A18-tcp-user-timeout.md ).
gRPC Core issue for reference: https://github.com/grpc/grpc/issues/15889
2018-11-05 15:13:34 -08:00
Doug Fawley
59a2cfbdf9
Remove support for Go1.6-1.8 ( #2428 )
2018-11-01 15:43:42 -07:00
Jean de Klerk
804c2a9051
remove 1.6 support for channelz ( #2242 )
...
ChannelZ is a debugging feature in grpc. It has not had appengine support; this commit
removes its support for 1.6, too. This change is because in a recent sys/unix commit
1.6 support was broken.
2018-07-26 14:24:04 -07:00
lyuxuan
7273294e1a
internal/syscall: add package description ( #2226 )
2018-07-16 16:32:09 -07:00
lyuxuan
8c15646409
Benchmark: fix build tags ( #2099 )
2018-07-12 13:06:42 -07:00