Jan Tattermusch
|
fcf0a4dd0c
|
cleanup: get rid of IP literals from node__v1.1.4 testcases
|
6 years ago |
Jan Tattermusch
|
23e9dcd5de
|
add csharpcoreclr__v1.1.4
|
6 years ago |
Jan Tattermusch
|
0e1a2550d1
|
generate new testcases for C#
|
6 years ago |
Jan Tattermusch
|
f7c1656271
|
interop_matrix: integrate testcases file to release info
|
6 years ago |
apolcyn
|
03c2f53ce6
|
Merge pull request #17723 from apolcyn/re_enable_c_ares_without_srv
Re-enable c-ares as the default resolver; but don't turn on SRV queries
|
6 years ago |
Yash Tibrewal
|
ca90fd501d
|
Merge pull request #17757 from yashykt/optstats
Collect OPT_STATS along with tx timestamps
|
6 years ago |
Yash Tibrewal
|
789870a00b
|
Reviewer comments
|
6 years ago |
Alexander Polcyn
|
2b328ee0ca
|
Re-enable c-ares as the default resolver; but keep SRV queries off by default
|
6 years ago |
sanjaypujare
|
3278bdceda
|
Merge pull request #17768 from sanjaypujare/sanjay_interop_change
update interop client matrix to add 1.18 for core langs
|
6 years ago |
Yash Tibrewal
|
944b3114fe
|
Protect info member with GRPC_LINUX_ERRQUEUE guards
|
6 years ago |
Vijay Pai
|
86953f6694
|
Merge pull request #17764 from vjpai/executor_cleanup
Make executor look more like the rest of the codebase (namespace, etc)
|
6 years ago |
Sanjay Pujare
|
dba6fdce91
|
update interop client matrix to add 1.18 for core langs
|
6 years ago |
Yash Tibrewal
|
dc85d5b556
|
Allocate tcp_info on the heap to avoid stack frame limits
|
6 years ago |
Yash Tibrewal
|
222e93a2bc
|
/s/Bps/Bytes\/s
|
6 years ago |
Yash Tibrewal
|
9df6023dca
|
Move Optional to gprpp, and reviewer comments
|
6 years ago |
Vijay Pai
|
44402ad0a1
|
Make executor look more like the rest of the codebase (namespace, etc)
|
6 years ago |
Yash Tibrewal
|
e4f1bb165e
|
Merge pull request #17689 from yashykt/bidiinterceptionexample
Add a caching interceptor to the keyvaluestore example
|
6 years ago |
Lidi Zheng
|
0aa05958c2
|
Merge pull request #17543 from lidizheng/remove-foundation-dep
Remove dependency of grpc.framework.foundation.callable_util
|
6 years ago |
Yang Gao
|
4fd0959e29
|
Merge pull request #17753 from l8huang/master
grpc: init compression_algorithm_ in ClientContext ctor
|
6 years ago |
Jan Tattermusch
|
57f46b9081
|
Merge pull request #17746 from jtattermusch/cleanup_commenting_on_pr
cleanup: Commenting on PRs is no longer used
|
6 years ago |
Jan Tattermusch
|
a548241a6f
|
Merge pull request #17733 from jtattermusch/server_call_context_refactor
Make C# ServerCallContext implementation agnostic
|
6 years ago |
Jan Tattermusch
|
d67009124f
|
commenting on PRs is no longer used
|
6 years ago |
Jan Tattermusch
|
bf48d410a7
|
change suffix for protected ServerCallContext members to *Core
|
6 years ago |
Jan Tattermusch
|
8133526fcf
|
Merge pull request #17750 from apolcyn/exp_fix_ruby
Experiment, attempt to fix brew update
|
6 years ago |
Yash Tibrewal
|
862faf55ba
|
Use getsockopt to get the tcp_info struct with sendmsg timestamp
|
6 years ago |
apolcyn
|
92ca78338c
|
Merge pull request #17742 from apolcyn/alternative
Get the ruby interop client buildable at the 1.18.0 tag
|
6 years ago |
Yash Tibrewal
|
1ec65a2c9b
|
Fix tests
|
6 years ago |
Yash Tibrewal
|
cbb157a0de
|
Add metric for spurious retries
|
6 years ago |
Yash Tibrewal
|
96d30f4684
|
Merge branch 'master' into bidiinterceptionexample
|
6 years ago |
Yash Tibrewal
|
6753be0cf9
|
Add definition for SCM_TIMESTAMPING_OPT_STATS in case it is not defined
|
6 years ago |
Yash Tibrewal
|
23061cdfc2
|
Collect OPT_STATS along with tx timestamps
|
6 years ago |
Alexander Polcyn
|
5fc904a5e5
|
Attempt to fix brew-update/rvm installation issue on mac
|
6 years ago |
Lei Huang
|
3bd12ee2a8
|
grpc: init compression_algorithm_ in ClientContext ctor
`compression_algorithm_` could be a random value because not
initialized in ctor.
|
6 years ago |
Alex Polcyn
|
189313d1dd
|
Get the ruby interop client buildable for 1.18.0 back compatiblity matrix
|
6 years ago |
Mark D. Roth
|
10fa278660
|
Merge pull request #17577 from markdroth/lb_trailing_metadata
Allow LB policies to intercept recv_trailing_metadata
|
6 years ago |
Yash Tibrewal
|
dde966f8c6
|
Reviewer comments
|
6 years ago |
Noah Eisen
|
52e0153189
|
Merge pull request #17738 from ncteisen/channelz-lock
Remove Unneeded Lock
|
6 years ago |
hcaseyal
|
6e94e02ef1
|
Merge pull request #17718 from bbarenblat/master
Correct a format string
|
6 years ago |
ncteisen
|
79b9707db4
|
reviewer feedback
|
6 years ago |
Muxi Yan
|
c817857eb9
|
Merge pull request #17736 from muxi/clean-debug-msg
Clean up debug messages
|
6 years ago |
ncteisen
|
e3f1f3c856
|
Atomically store uuid of lb channel
|
6 years ago |
Jan Tattermusch
|
7d6341b627
|
remove unnecessary using
|
6 years ago |
Jan Tattermusch
|
e358f567b0
|
make ServerCallContext an abstract base class
|
6 years ago |
Jan Tattermusch
|
d80731d3e8
|
revert unnecessary using
|
6 years ago |
ncteisen
|
6e3fee6f2a
|
Add additional nullptr check
|
6 years ago |
ncteisen
|
92c4dffc17
|
Remove uneeded lock
|
6 years ago |
Yash Tibrewal
|
7dd938d5f4
|
Reviewer comments
|
6 years ago |
Muxi Yan
|
60e4ec2caf
|
Clean up debug messages
|
6 years ago |
lyuxuan
|
eebfcd7e11
|
Merge pull request #17730 from lyuxuan/go_release
Add v1.18.0 releases of grpc-go to interop matrix
|
6 years ago |
Mark D. Roth
|
e8cd36924e
|
Add test for retry code path.
|
6 years ago |