Adele Zhou
|
8edd56841e
|
Step 3 of multipool RBE configuration.
|
6 years ago |
Sree Kuchibhotla
|
7cb6e9dca7
|
Merge pull request #15962 from sreecha/fix-dns-job
Move executor implementation into GrpcExecutor class
|
6 years ago |
Matt Kwong
|
351f0bb5c1
|
Merge pull request #16006 from ghostwriternr/update-bazel
Upgrade Bazel to 0.15.0
|
6 years ago |
adelez
|
92d8211613
|
Merge pull request #15991 from adelez/foundry2
Step 2 of configuring the bazel tests for running with multipool RBE: use the platform config for all bazel tests.
|
6 years ago |
Naresh
|
b6518afdd6
|
Upgrade Bazel to 0.15.0
|
6 years ago |
Adele Zhou
|
61cea06bcc
|
Apply platforms config to ubsan and msan like the other builds.
|
6 years ago |
Sree Kuchibhotla
|
69e5dfff86
|
Handle multiple invocations of grpc_executor_shutdown()
|
6 years ago |
Yash Tibrewal
|
471a9834c4
|
Merge pull request #15994 from yashykt/pingdoc
GRPC_ARG_HTTP2_MIN_RECV_PING_INTERVAL_WITHOUT_DATA_MS only makes sens…
|
6 years ago |
Mark D. Roth
|
4decd144dc
|
Merge pull request #15896 from markdroth/client_channel_refactor
Refactor resolver result callback
|
6 years ago |
Mehrdad Afshari
|
ea44d93891
|
Merge pull request #15998 from grpc/v1.13.x
Upmerge changes from v1.13.x to master.
|
6 years ago |
Jan Tattermusch
|
8c2eeee322
|
Merge pull request #15975 from jtattermusch/netcore_shutdown_hooks
Remove C# shutdown hook on .NET Core (for v1.13.x)
|
6 years ago |
Sree Kuchibhotla
|
37e4990be3
|
replace new/delete with grpc_core::New and grpc_core::Delete
|
6 years ago |
Sree Kuchibhotla
|
8aefdd3653
|
use a global executor pointer that is initialized by grpc_executor_init()
|
6 years ago |
Sree Kuchibhotla
|
f0ed1a2878
|
Create on first use pattern for initializing global executor
|
6 years ago |
Yash Tibrewal
|
fa0373c599
|
GRPC_ARG_HTTP2_MIN_RECV_PING_INTERVAL_WITHOUT_DATA_MS only makes sense for the server
|
6 years ago |
David G. Quintas
|
ea75af5e97
|
Merge pull request #15947 from dgquintas/rr_ppicks_fix
Fixed ordering in adding pending picks to RR
|
6 years ago |
Sree Kuchibhotla
|
a0a81a1386
|
remove unnecessary header
|
6 years ago |
Matt Kwong
|
f2cd616329
|
Merge pull request #15918 from matt-kwong/rbe-unknown
Enable uploading UNKNOWN results for RBE
|
6 years ago |
Sree Kuchibhotla
|
4b88f3ba0c
|
Merge branch 'master' into fix-dns-job
|
6 years ago |
Sree Kuchibhotla
|
d6f4d9ccbe
|
Merge branch 'master' into fix-dns-job
|
6 years ago |
Sree Kuchibhotla
|
7b8a6b6851
|
More PR comments; useful tracing
|
6 years ago |
Mark D. Roth
|
4f0dec7fcc
|
Refactor resolver result callback.
|
6 years ago |
Noah Eisen
|
a789ac3067
|
Merge pull request #15982 from ncteisen/channelz-registry
Rewrite Channelz Registry in Terms of Inlined Vector
|
6 years ago |
ncteisen
|
e57fae7ab3
|
Remove unneeded include
|
6 years ago |
ncteisen
|
664ba4fac4
|
Add note about on-by-default
|
6 years ago |
ncteisen
|
2fe4938401
|
Reviewer comments
|
6 years ago |
ncteisen
|
aca5043ca3
|
Rewrite channelz registry in terms of inlined vector
|
6 years ago |
Sree Kuchibhotla
|
1e69b7c0a5
|
Rename grpc_executor_job_type to C++ style name
|
6 years ago |
David Garcia Quintas
|
8427571d06
|
fix test comment and small code tweak
|
6 years ago |
David Garcia Quintas
|
50409fea27
|
Simplified the test significantly. No more threads
|
6 years ago |
David Garcia Quintas
|
30d39c4738
|
Clarify new test comment
|
6 years ago |
Yang Gao
|
af74fc4bb0
|
Merge pull request #15978 from yang-g/hanging_transport
Do not start timer if transport is closed.
|
6 years ago |
Sree Kuchibhotla
|
02872df249
|
more code review comments
|
6 years ago |
David Garcia Quintas
|
e41cae3081
|
Added TODO
|
6 years ago |
Sree Kuchibhotla
|
8cc3a003a1
|
Fix typo
|
6 years ago |
Jiangtao Li
|
fbdfa90c69
|
Merge pull request #15979 from jiangtaoli2016/fix_race
fix potential race condition in ALTS integrity-only extra-copy mode
|
6 years ago |
Sree Kuchibhotla
|
83d0bfa3db
|
address code review comemnts
|
6 years ago |
jiangtaoli2016
|
581cbeffdf
|
fix potential race condition in ALTS integrity-only extra-copy mode
|
6 years ago |
yang-g
|
acb863ca31
|
Do not start timer if transport is closed.
|
6 years ago |
Jan Tattermusch
|
4ba4d18960
|
Merge pull request #15964 from matt-kwong/fix-dart
Fix Dart interop tests by upgrading to Dart 2
|
6 years ago |
Jan Tattermusch
|
f5b19665cc
|
add a TODO
|
6 years ago |
Jan Tattermusch
|
df332f36ff
|
explain the shutdown hooks in detail
|
6 years ago |
Chris Bacon
|
cd01eef931
|
Remove C# shutdown hook on .NET Core
|
6 years ago |
David Garcia Quintas
|
d1deaad1be
|
Added test
|
6 years ago |
adelez
|
0ed80eacc3
|
Merge pull request #15961 from adelez/foundry2
Configure bazel builds to use Foundry's multipool feature.
|
6 years ago |
Mehrdad Afshari
|
dce1e10e31
|
Merge pull request #15965 from grpc/v1.13.x
Upmerge v1.13.x (Python3.7 macOS/Windows 64-bit targets)
|
6 years ago |
Mehrdad Afshari
|
ff38bb6aae
|
Merge pull request #15963 from mehrdada/python37-mac-windows-wheels-64bit
Add Python 3.7 Mac and Windows artifact targets (64bit)
|
6 years ago |
Matt Kwong
|
c2158edea4
|
Fix Dart interop tests by upgrading to Dart 2
|
6 years ago |
Mehrdad Afshari
|
2a046b71e3
|
Install Cython on python3.7
|
6 years ago |
Mehrdad Afshari
|
21a047a1aa
|
Build 64-bit Python 3.7 packages on macOS and Windows
|
6 years ago |