Jan Tattermusch
bdee630831
regenerate dockerimages
6 years ago
Jan Tattermusch
747608df37
add go1.11 interop image templates
6 years ago
Yash Tibrewal
46bd2f7adb
Merge pull request #17179 from yashykt/failhijackedrecv
...
Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure
6 years ago
Yash Tibrewal
059459a9ee
Merge branch 'master' into failhijackedrecv
6 years ago
Yash Tibrewal
6de81f54bb
Merge pull request #17220 from yashykt/failhijackedsend
...
Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE
6 years ago
Yash Tibrewal
8ba5922e87
Merge branch 'master' into failhijackedsend
6 years ago
Eric Gribkoff
b542cc8917
Merge pull request #17642 from ericgribkoff/restore_fork_support_flag
...
restore cython flag value to default after test
6 years ago
Eric Gribkoff
9685299cd3
Merge pull request #17641 from ericgribkoff/logging_test_fix
...
Do not reload grpc in unit tests
6 years ago
Yash Tibrewal
84742e565a
Merge pull request #17608 from yashykt/bidiinterceptiontest
...
Add client interceptor test for bidi streaming hijacking interceptor
6 years ago
Yash Tibrewal
4886c937c1
Merge branch 'master' into failhijackedsend
6 years ago
Eric Gribkoff
4b2086eecd
restore cython flag value to default after test
6 years ago
Yash Tibrewal
6e5eb4e5a3
Merge branch 'master' into failhijackedrecv
6 years ago
Eric Gribkoff
d79d2f1ca7
Do not reload grpc in unit tests
...
This can break subsequently run tests, including any which have already
stored references to gRPC enums (such as grpc.StatusCode.OK). The
subsequent tests will compare now be comparing the old enums to the
reloaded enums, and they will not match. This causes errors in
_metadata_code_details_test and a hang in _metadata_flags_test, when run
in sequence locally after _logging_test.
It's unclear why this has been working on Kokoro, but it is reproducible
locally and is behavior that should be avoided.
6 years ago
Yash Tibrewal
6fc7adf277
Merge branch 'master' into bidiinterceptiontest
6 years ago
Yash Tibrewal
b05ca9697b
Merge branch 'master' into failhijackedrecv
6 years ago
Yash Tibrewal
9b9ef64027
Add more information on the usage of FailHijackedRecvMessage
6 years ago
Yash Tibrewal
a5ed3d245e
Avoid unsigned signed comparison issues
6 years ago
Jan Tattermusch
89f7d619ef
Merge pull request #17634 from apolcyn/interop_fix
...
Pin bundler in ruby interop build
6 years ago
Alex Polcyn
c4ed5b33c4
Pin bundler in ruby interop build
6 years ago
sanjaypujare
a9aec34d08
Merge pull request #17626 from sanjaypujare/bump_to_gold
...
Prepare master for the next release v1.19.x aka gold
6 years ago
Moiz Haidry
d3db9fee9c
Merge pull request #17461 from mhaidrygoog/callback_client_streaming_benchmark
...
Add support for Callback Client Streaming benchmarks
6 years ago
Yash Tibrewal
7eeda22d9e
s/two/three
6 years ago
Yash Tibrewal
bac79bdabe
Merge branch 'master' into failhijackedsend
6 years ago
Sanjay Pujare
94d5587643
Regenerate projects
6 years ago
Sanjay Pujare
d99f2f0307
Bump version to v1.19.x
6 years ago
Yash Tibrewal
2dda0bb21b
Merge pull request #17609 from yashykt/nocopyinterception
...
New Experimental Interception API - GetSendMessage and GetSerializedSendMessage
6 years ago
sanjaypujare
5b43f6ab50
Merge pull request #17623 from sanjaypujare/preRel-v.1.18.x
...
Prepare to release 1.18.x, upmerge v1.17.x to master
6 years ago
apolcyn
7d66377124
Merge pull request #17607 from apolcyn/ruby_2_6
...
Add ruby 2.6 binary packages, drop 2.0 and 2.1
6 years ago
Sanjay Pujare
ec2d03d409
restore the newline
6 years ago
Yash Tibrewal
1cfdf304f8
Merge branch 'master' into nocopyinterception
6 years ago
Alex Polcyn
e894d78c35
Fix artifact dockerfiles rvm installation; keep bundler pinned
6 years ago
Yash Tibrewal
50c60f03ba
Rename GetSendMessage to GetSerializedSendMessage and GetOriginalSendMessage to GetSendMessage
6 years ago
Sanjay Pujare
f0be108fb0
Upmerge v1.17.x to master
6 years ago
Noah Eisen
a4c28378cb
Merge pull request #17613 from ncteisen/fallthrough
...
Fix internal BUILD
6 years ago
Muxi Yan
e761e56630
Merge pull request #17249 from muxi/16-to-32
...
Use 32 bit nanopb fields
6 years ago
Alexander Polcyn
67f523ce13
Add support for ruby 2.6.0 binary package builds, drop 2.1 and 2.0
...
binary package builds; pin bundler to 1.17.3 where necessary
6 years ago
ncteisen
3af464f29c
return targets to library
6 years ago
Jan Tattermusch
8f5bda6de9
Merge pull request #17612 from grpc/revert-17401-worktree-nolock
...
Revert "Implement a lock-free fast path for queue_call_request()"
6 years ago
Yash Tibrewal
c6261f4b91
Rename new SendMessage types to SendMessagePtr
6 years ago
ncteisen
69e99a8275
Add clang fallthrough annotation
6 years ago
Jan Tattermusch
9c5ca8365c
Revert "Implement a lock-free fast path for queue_call_request()"
6 years ago
Jan Tattermusch
95ebd80bbd
Merge pull request #17611 from jtattermusch/reintroduce_tcp_windows
...
Reintroduce tcp windows improvements
6 years ago
Jan Tattermusch
80e2022cbe
use stderr buffering for "+trace" windows tests
6 years ago
Jan Tattermusch
12aae4f7bb
Revert "Revert "better slice management for win_read""
...
This reverts commit a050ae8ddc
.
6 years ago
Jan Tattermusch
f0e960714e
Revert "Revert "basic tcp_trace support for windows""
...
This reverts commit f438d72e6c
.
6 years ago
hcaseyal
1fd5d2df85
Merge pull request #17586 from vertextao/fix-free-active-critical-section
...
* Fixed issue(17563) "Freeing heap block containing an active critical section."
6 years ago
Yash Tibrewal
4aeba42528
Provide GetOriginalSendMessage for some APIs
6 years ago
Yash Tibrewal
aecc5f7285
Add client interceptor test for bidi streaming hijacking interceptor
6 years ago
Richard Belleville
a76465c65c
Merge pull request #17600 from grpc/memory-leak
...
Free grpc_channel_args after creation
6 years ago
Richard Belleville
87e45f384c
Merge pull request #17580 from grpc/expose-version
...
Expose version
6 years ago