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 |
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 |
Mark D. Roth
|
f9bf428489
|
Add support for service configs to c-ares resolver.
|
7 years ago |
David Garcia Quintas
|
2f39486fac
|
Added flake detection script
|
7 years ago |
Vijay Pai
|
e252e5fd9d
|
Merge pull request #12025 from vjpai/bazel_unsec
Test grpc++_unsecure in Bazel build
|
7 years ago |
Yuchen Zeng
|
8831436fda
|
Merge pull request #12046 from y-zeng/port
Make port picking functions overridable
|
7 years ago |
Adele Zhou
|
87c38e9559
|
Modify build stats tool.
|
7 years ago |
Matt Kwong
|
a365d73f97
|
Merge pull request #12026 from matt-kwong/kokoro_mac_interop
Set up Mac interop test to work in Kokoro env
|
7 years ago |
Jan Tattermusch
|
e116dd5fd5
|
Merge pull request #12058 from grpc/jtattermusch-patch-1
Delete unused macos grpc_basictests.cfg
|
7 years ago |
David G. Quintas
|
8eb47ed250
|
Merge pull request #12051 from dgquintas/fix_grpclbend2end_condvars
Condition variables are not latches
|
7 years ago |
Jan Tattermusch
|
1420c1a349
|
Merge pull request #12057 from grpc/revert-10828-recaptcha
Revert "Reintroduce a lambda capture as part of C++11-izing code"
|
7 years ago |
Jan Tattermusch
|
9504daeed8
|
Delete grpc_basictests.cfg
|
7 years ago |
Jan Tattermusch
|
e68c0d1722
|
Revert "Reintroduce a lambda capture as part of C++11-izing code"
|
7 years ago |
Sree Kuchibhotla
|
f2641477e4
|
Prevent fd_orphan from calling shutdown(fd) when release_fd is true
|
7 years ago |
Sree Kuchibhotla
|
cfce451785
|
Fix tsan failures in cq-pluck and cleanup cq code
|
7 years ago |
Jan Tattermusch
|
9fb4536821
|
Merge pull request #12015 from jtattermusch/unused_stress
Remove unused stress test script
|
7 years ago |
David G. Quintas
|
623c4b6959
|
Merge pull request #12050 from dgquintas/improve_runtests_flakes_query
Improve flakes query
|
7 years ago |
Vijay Pai
|
81522c8ebe
|
Add unsecure libraries to bazel build targets
|
7 years ago |
David Garcia Quintas
|
ecabe09b89
|
Condition variables are not latches
|
7 years ago |
David Garcia Quintas
|
4862359354
|
Improve flakes query
|
7 years ago |
Noah Eisen
|
04034515e2
|
Merge pull request #12047 from ncteisen/qps-changes
QPS Driver Tweaks
|
7 years ago |
Muxi Yan
|
62b9a8c895
|
Merge pull request #12041 from muxi/fix-objc-memory-leak
Fix another two memory leak points in Cronet transport
|
7 years ago |
Sree Kuchibhotla
|
34989fdaae
|
Merge branch 'master' into fix_alarm
|
7 years ago |
Sree Kuchibhotla
|
8c8266cc43
|
fix documentation
|
7 years ago |
Yuchen Zeng
|
36969385e5
|
Group the port picking functions
|
7 years ago |
Matt Kwong
|
ce011846d4
|
Set up Mac interop test to work in Kokoro env
|
7 years ago |
Yuchen Zeng
|
32c0153f81
|
Make port picking functions overridable
|
7 years ago |
ncteisen
|
af313caab8
|
Eliminate copy in QPS Driver
|
7 years ago |
Muxi Yan
|
4f68ecf665
|
Merge pull request #11893 from wilhuff/wilhuff/copy-servername
Fix warning in GRPCCall.h
|
7 years ago |
jiangtaoli2016
|
95b35b8897
|
Merge branch 'master' into tsi_grpc
|
7 years ago |