Yuchen Zeng
309c9de041
Update credentials_test
7 years ago
adelez
a27680b597
Merge pull request #12063 from adelez/build_stats2
...
Modify build stats tool.
7 years ago
Vijay Pai
7048a89ca2
Merge pull request #12059 from yallop/tag-names
...
Add tags to anonymous structs and unions (makes FFI bindings easier)
7 years ago
Noah Eisen
011aa3d0d0
Merge pull request #12083 from ncteisen/trace-closure-flush
...
Trace Closure Flush
7 years ago
jiangtaoli2016
25d6fd82d1
split tsi library into two
7 years ago
Jan Tattermusch
9dc182161d
better name for StatusFromException
7 years ago
Yuchen Zeng
a0a7b57ec0
Fix use-after-free in oauth2_credentials
7 years ago
Juanli Shen
59611fb571
Update the doc about the policy selection condition.
7 years ago
Vijay Pai
0d66b437ac
Check that all structs/unions in public core headers have named types
7 years ago
Jeremy Yallop
b8e68dcdd6
Add tags to tagless structs and unions.
7 years ago
Jan Tattermusch
40ea2d3a04
improve examples in CustomErrorDetails test
7 years ago
Sree Kuchibhotla
fe71c75865
Merge pull request #12054 from sreecha/cq_cleanup
...
Fix data races between cq-shutdown and cq-begin-op for a pluckable cq
7 years ago
ncteisen
ba94aedb7e
Trace closure flush
7 years ago
Michael Lumish
6fed5dcbb4
Merge pull request #12003 from murgatroid99/node_fix_batch_argument_segfault
...
Node: fix segfault with incorrect status argument types
7 years ago
Vijay Pai
9d3f1d49f9
Merge pull request #12091 from chhsia0/osx-cmake
...
Fixed `grpc_unsecure` CMake build failures due to non-standard ssl path.
7 years ago
Mark D. Roth
e7aa35a51c
Merge pull request #12105 from jiangtaoli2016/revert-12101-revert-11977-tsi_grpc
...
Roll forward "Add TSI zero-copy frame protector"
7 years ago
Jiangtao Li
56bb36615a
Merge pull request #12115 from jiangtaoli2016/next_bytes_to_send
...
Make bytes_to_send in tsi_handshaker_next const
7 years ago
Jan Tattermusch
a87f6d8239
add tests
7 years ago
Jan Tattermusch
2565e732f7
merging of trailers on server-side
7 years ago
Jan Tattermusch
e64825c302
Populate trailers in RpcException
7 years ago
Jan Tattermusch
5250e06890
add ConfigureAwait
7 years ago
Jan Tattermusch
a7ca866887
add test for shuttingdown event
7 years ago
Jan Tattermusch
ae607078fc
address comments
7 years ago
jiangtaoli2016
2f94a262ee
Make bytes_to_send in tsi_handshaker_next const
7 years ago
Muxi Yan
29945157f0
Merge pull request #12103 from muxi/fix-chttp2-transport-tsan
...
Fix a thread safety bug in chttp2_transport
7 years ago
Muxi Yan
0398a5d16a
Merge pull request #12107 from paulb777/patch-1
...
Fix Objc Readme for directory hierarchies
7 years ago
Paul Beusterien
5e1ac7f201
Fix Objc Readme for directory hierarchies
7 years ago
jiangtaoli2016
32f66e8a81
Update build rule
7 years ago
apolcyn
b66c72c6dd
Merge pull request #12066 from apolcyn/nit_for_interop_script
...
Fix a variable name in interop script
7 years ago
apolcyn
240f35d6fb
Merge pull request #10636 from apolcyn/alleviate_10526
...
cancel calls on ruby client bidi write loop exceptions and surface the errror
7 years ago
Muxi Yan
458214f1ec
transport - Fix a thread safety bug introduced by #11780
7 years ago
Jiangtao Li
0211cfb277
Revert "Revert "Add TSI zero-copy frame protector""
7 years ago
Abhishek Kumar
9b5da78be9
Merge pull request #12101 from grpc/revert-11977-tsi_grpc
...
Revert "Add TSI zero-copy frame protector"
7 years ago
Jiangtao Li
f5504a3e43
Revert "Add TSI zero-copy frame protector"
7 years ago
Alexander Polcyn
c6627caf3a
cancel calls with an error message when bidi write loop fails with user
...
error
7 years ago
Jiangtao Li
655ef8520a
Merge pull request #11977 from jiangtaoli2016/tsi_grpc
...
Add TSI zero-copy frame protector
7 years ago
Jan Tattermusch
4ea8ce19ea
add GrpcEnvironment.ShuttingDown event
7 years ago
Chun-Hung Hsiao
43f7acff8b
Fixed `grpc_unsecure` CMake build failures due to non-standard openssl location.
...
`grpc_unsecure` doesn't use openssl, but one of its source file accidently
includes `openssl/rand.h`. Since `CMakeLists.txt` doesn't specify that
`grpc_unsecure` requires openssl, the build would fail. This can be fixed
by simply removing this header inclusion.
Fixed #11600 .
7 years ago
David G. Quintas
a39d9fa040
Merge pull request #12053 from dgquintas/detect_flakes
...
Added flake detection script
7 years ago
Muxi Yan
58d977b224
Merge pull request #12086 from grpc/revert-11832-objc-oauth-protocol
...
Revert "Add OAuth2 protocol in GRPCClient"
7 years ago
Muxi Yan
f6f12de88a
Revert "Add OAuth2 protocol in GRPCClient"
7 years ago
jiangtaoli2016
72eeb3c6dd
split tsi into two libraries: tsi_interface and tsi
7 years ago
jiangtaoli2016
f3f7d3ba6c
Merge branch 'master' into tsi_grpc
7 years ago
Sree Kuchibhotla
1fb3b669f9
Merge pull request #11579 from sreecha/fix_alarm
...
Refcount grpc_alarm object so that grpc_alarm_destroy() can be safely called before cq-next()
7 years ago
Sree Kuchibhotla
18df25228c
Merge pull request #11940 from grpc/sreecha-patch-1
...
Update epoll-polling-engine.md
7 years ago
Ken Payson
2240a13d76
Merge remote-tracking branch 'upstream/master' into cache_poll_threads2
7 years ago
Noah Eisen
26e6f72f17
Merge pull request #11990 from pgonda/patch-2
...
Update tcp_server_utils_posix_common with GPR_ONCE_INIT
7 years ago
Vijay Pai
09798bc3d6
Merge pull request #12065 from vjpai/moreslices
...
Add Slice constructors to match all grpc_slice cases
7 years ago
Stanley Cheung
b6385410cc
Merge pull request #11878 from stanley-cheung/php-persistent-channel
...
PHP: persistent channels
7 years ago
Nathaniel Manista
06b3f4dd5e
Merge pull request #11964 from nathanielmanistaatgoogle/grpc_testing
...
gRPC Python test infrastructure.
7 years ago