David Garcia Quintas
f277b17d50
Improvements to flake detection query
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
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
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
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
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
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
Vijay Pai
ce58cf8c44
Add Slice constructors to match all grpc_slice cases
7 years ago
Jan Tattermusch
3e6df473bf
Merge pull request #12068 from matt-kwong/kokoro_mac_credentials
...
Remove gcloud auth activate-service-account from Kokoro Mac build
7 years ago
Muxi Yan
ab38a3d4f4
Merge pull request #11832 from muxi/objc-oauth-protocol
...
Add OAuth2 protocol in GRPCClient
7 years ago
David Garcia Quintas
5468706f11
PR comments
7 years ago
Matt Kwong
3e2d05d4a2
Merge pull request #12048 from matt-kwong/kokoro_submodule
...
Add Kokoro tests to build gRPC with an updated submodule
7 years ago
Matt Kwong
dcda3b8e28
Remove gcloud auth activate-service-account from Kokoro Mac build
7 years ago
Stanley Cheung
5b3dc4aa75
PHP: persistent channel
7 years ago
Sree Kuchibhotla
1ba000e1e2
Merge pull request #12055 from sreecha/fix_epoll1_fd_orphan
...
Prevent fd_orphan from calling shutdown(fd) when release_fd is true
7 years ago
Matt Kwong
e7f5df6095
Add Kokoro tests to build gRPC with an updated submodule
7 years ago
Nathaniel Manista
2010985ab2
gRPC Python test infrastructure
...
(The channel-related second part of it.)
7 years ago
Alex Polcyn
cf38c00890
iamge to image in interop test script
7 years ago
Mark D. Roth
dca911efce
Merge pull request #11954 from markdroth/service_config_dns
...
Add support for service configs to c-ares resolver.
7 years ago