Jan Tattermusch
|
6311ddbe4b
|
BAZEL_INTERNAL_INVOCATION_ID is deprecated
|
6 years ago |
Jan Tattermusch
|
0e717e4655
|
Merge pull request #17356 from jtattermusch/cleanup_multilang_references
Cleanup references to removed multilang docker image
|
6 years ago |
Jan Tattermusch
|
2d3eb97e72
|
Merge pull request #17275 from jtattermusch/remote_api_client_pin
Remove google-api-python-client pin
|
6 years ago |
Jan Tattermusch
|
69010a781c
|
Merge pull request #17309 from jtattermusch/csharp_stretch_dockerfiles2
Upgrade C# testing images to debian stretch (second attempt)
|
6 years ago |
apolcyn
|
63c9e43c2a
|
Merge pull request #17295 from ganmacs/fix-misc
Fix ruby code style
|
6 years ago |
apolcyn
|
5fed8e5452
|
Merge pull request #17354 from apolcyn/fix_ares_deadlocks
Cancel c-ares queries after a timeout to avoid getting stuck
|
6 years ago |
Yang Gao
|
09add58eca
|
Merge pull request #17359 from yang-g/test_env
Create a class for test environment and migrate most of the tests to use it.
|
6 years ago |
Eric Gribkoff
|
cdea58eb9a
|
Merge pull request #17361 from ericgribkoff/incremental_python_build
Allow building only the Python/Cython code in setup.py via new flag
|
6 years ago |
yang-g
|
19b3ca5689
|
Clang-format
|
6 years ago |
Vijay Pai
|
53949b7d76
|
Merge pull request #17104 from vjpai/callback_streaming
C++: Experimental client callback streaming API
|
6 years ago |
Alexander Polcyn
|
b203ed3c07
|
Cancel still-active c-ares queries after 10 seconds to avoid chance of deadlock
|
6 years ago |
Vijay Pai
|
a9e3e4c940
|
Merge pull request #17362 from vjpai/comment_about_comments
Comment about comments
|
6 years ago |
Vijay Pai
|
32736c52c4
|
Comment about comments
|
6 years ago |
Eric Gribkoff
|
aa67cb24a7
|
Allow building only the Python/Cython code in setup.py via new flag
|
6 years ago |
yang-g
|
0e11f2ebd0
|
convert more tests
|
6 years ago |
Jan Tattermusch
|
aa66d8669e
|
remove google-api-python-client pin
|
6 years ago |
yang-g
|
e75fc243da
|
change tests to use the new class instead of grpc_test_init
|
6 years ago |
yang-g
|
2a938b0006
|
Add a class to wrap grpc_test_init
|
6 years ago |
Eric Gribkoff
|
b88dfc227c
|
Merge pull request #17341 from ericgribkoff/fork_info
log fork compat message at INFO instead of ERROR
|
6 years ago |
Jan Tattermusch
|
f596b95710
|
cleanup references to removed multilang docker image
|
6 years ago |
Vijay Pai
|
2b5d45ab38
|
Fix clang-tidy and golden file issues
|
6 years ago |
Vijay Pai
|
28dd7981d6
|
clang-format
|
6 years ago |
Vijay Pai
|
ea1156da3f
|
Stop exposing streaming object class
|
6 years ago |
Vijay Pai
|
dac2066a1c
|
Make StartCall() a releasing operation so that you can pile up ops
|
6 years ago |
Vijay Pai
|
60949a8232
|
Revert an order change
|
6 years ago |
Vijay Pai
|
5dcfc8be96
|
More review comments
|
6 years ago |
Vijay Pai
|
fa45ffd418
|
Address reviewer comments
|
6 years ago |
Vijay Pai
|
85128c7f41
|
Improve test readability at suggestion of @ghemawat
|
6 years ago |
Vijay Pai
|
d7eb26648d
|
Client callback streaming
|
6 years ago |
Jan Tattermusch
|
7b9e0db9be
|
update test exec scripts
|
6 years ago |
Jan Tattermusch
|
2e54a2bc36
|
update compiler defines
|
6 years ago |
Jan Tattermusch
|
ba6b1c215c
|
switch netcoreapp1.0->1.1
|
6 years ago |
Jan Tattermusch
|
8f9dd2a24c
|
regenerate dockerfiles
|
6 years ago |
Jan Tattermusch
|
556a993ef0
|
delete csharp_jessie_x64 dockerfile
|
6 years ago |
Jan Tattermusch
|
19bc2c2937
|
switch C# docker images to debian stretch
|
6 years ago |
Lidi Zheng
|
7ef8fc826c
|
Merge pull request #17266 from lidizheng/python-channelz
Channelz Python wrapper implementation
|
6 years ago |
Noah Eisen
|
e91e311a73
|
Merge pull request #17346 from grpc/ncteisen-patch-1
Fix comment
|
6 years ago |
Yash Tibrewal
|
714a54aa43
|
Merge pull request #17331 from yashykt/timestamplength
Add the byte offset for the RPC that is traced in Timestamps
|
6 years ago |
Lidi Zheng
|
69b6c047bc
|
Update docstring of Channelz function && add default variable initialization
|
6 years ago |
Yash Tibrewal
|
f0b99dd6b9
|
Merge pull request #17332 from yashykt/emptymsg
Return immediately if the first control message is empty
|
6 years ago |
Noah Eisen
|
b9a98dd2ab
|
Fix comment
|
6 years ago |
Lidi Zheng
|
8e3234963e
|
Update comments && modify function name
|
6 years ago |
Yash Tibrewal
|
70f0d28835
|
Merge pull request #17333 from yashykt/tsinit
Initialize all other timestamps (non sendmsg) to gpr_inf_past
|
6 years ago |
Yash Tibrewal
|
575da5118a
|
Explicit conversion
|
6 years ago |
Eric Gribkoff
|
3888f747b4
|
log fork compat message at INFO instead of ERROR
|
6 years ago |
Jan Tattermusch
|
37ee7b664e
|
Merge pull request #17337 from jtattermusch/php_macos_high_sierra
make sure PHP tests work on high sierra kokoro workers
|
6 years ago |
Yash Tibrewal
|
ba45e77413
|
Revert the do while and if
|
6 years ago |
Eric Gribkoff
|
3a47e2c41d
|
Merge pull request #17307 from ericgribkoff/create_server_format
fix docstring on grpc.server
|
6 years ago |
Mark D. Roth
|
c3ad2243ee
|
Merge pull request #17312 from markdroth/grpclb_empty_serverlist_fix
Don't ignore empty serverlists from the grpclb balancer.
|
6 years ago |
Srini Polavarapu
|
57bbe93e40
|
Merge pull request #17306 from srini100/master
Add gRPC release schedule document
|
6 years ago |