Jean de Klerk
4cc2e6031c
Move to bottom
7 years ago
Jean de Klerk
051e833a4c
docs: provide a section aggregating per-language server reflection tutorials
...
This allows users of any language to find documentation about server reflection. I chose this document as the place to put it because it has quite good SEO for the term "server reflection grpc".
7 years ago
Sree Kuchibhotla
7cb6e9dca7
Merge pull request #15962 from sreecha/fix-dns-job
...
Move executor implementation into GrpcExecutor class
7 years ago
Matt Kwong
351f0bb5c1
Merge pull request #16006 from ghostwriternr/update-bazel
...
Upgrade Bazel to 0.15.0
7 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.
7 years ago
Naresh
b6518afdd6
Upgrade Bazel to 0.15.0
7 years ago
Adele Zhou
61cea06bcc
Apply platforms config to ubsan and msan like the other builds.
7 years ago
Sree Kuchibhotla
69e5dfff86
Handle multiple invocations of grpc_executor_shutdown()
7 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…
7 years ago
Mark D. Roth
4decd144dc
Merge pull request #15896 from markdroth/client_channel_refactor
...
Refactor resolver result callback
7 years ago
Mehrdad Afshari
ea44d93891
Merge pull request #15998 from grpc/v1.13.x
...
Upmerge changes from v1.13.x to master.
7 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)
7 years ago
Sree Kuchibhotla
37e4990be3
replace new/delete with grpc_core::New and grpc_core::Delete
7 years ago
Sree Kuchibhotla
8aefdd3653
use a global executor pointer that is initialized by grpc_executor_init()
7 years ago
Sree Kuchibhotla
f0ed1a2878
Create on first use pattern for initializing global executor
7 years ago
Yash Tibrewal
fa0373c599
GRPC_ARG_HTTP2_MIN_RECV_PING_INTERVAL_WITHOUT_DATA_MS only makes sense for the server
7 years ago
David G. Quintas
ea75af5e97
Merge pull request #15947 from dgquintas/rr_ppicks_fix
...
Fixed ordering in adding pending picks to RR
7 years ago
Sree Kuchibhotla
a0a81a1386
remove unnecessary header
7 years ago
Matt Kwong
f2cd616329
Merge pull request #15918 from matt-kwong/rbe-unknown
...
Enable uploading UNKNOWN results for RBE
7 years ago
Sree Kuchibhotla
4b88f3ba0c
Merge branch 'master' into fix-dns-job
7 years ago
Sree Kuchibhotla
d6f4d9ccbe
Merge branch 'master' into fix-dns-job
7 years ago
Sree Kuchibhotla
7b8a6b6851
More PR comments; useful tracing
7 years ago
Mark D. Roth
4f0dec7fcc
Refactor resolver result callback.
7 years ago
Noah Eisen
a789ac3067
Merge pull request #15982 from ncteisen/channelz-registry
...
Rewrite Channelz Registry in Terms of Inlined Vector
7 years ago
ncteisen
e57fae7ab3
Remove unneeded include
7 years ago
ncteisen
664ba4fac4
Add note about on-by-default
7 years ago
ncteisen
2fe4938401
Reviewer comments
7 years ago
ncteisen
aca5043ca3
Rewrite channelz registry in terms of inlined vector
7 years ago
Sree Kuchibhotla
1e69b7c0a5
Rename grpc_executor_job_type to C++ style name
7 years ago
David Garcia Quintas
8427571d06
fix test comment and small code tweak
7 years ago
David Garcia Quintas
50409fea27
Simplified the test significantly. No more threads
7 years ago
David Garcia Quintas
30d39c4738
Clarify new test comment
7 years ago
Yang Gao
af74fc4bb0
Merge pull request #15978 from yang-g/hanging_transport
...
Do not start timer if transport is closed.
7 years ago
Sree Kuchibhotla
02872df249
more code review comments
7 years ago
David Garcia Quintas
e41cae3081
Added TODO
7 years ago
Sree Kuchibhotla
8cc3a003a1
Fix typo
7 years ago
Jiangtao Li
fbdfa90c69
Merge pull request #15979 from jiangtaoli2016/fix_race
...
fix potential race condition in ALTS integrity-only extra-copy mode
7 years ago
Sree Kuchibhotla
83d0bfa3db
address code review comemnts
7 years ago
jiangtaoli2016
581cbeffdf
fix potential race condition in ALTS integrity-only extra-copy mode
7 years ago
yang-g
acb863ca31
Do not start timer if transport is closed.
7 years ago
Jan Tattermusch
4ba4d18960
Merge pull request #15964 from matt-kwong/fix-dart
...
Fix Dart interop tests by upgrading to Dart 2
7 years ago
Jan Tattermusch
f5b19665cc
add a TODO
7 years ago
Jan Tattermusch
df332f36ff
explain the shutdown hooks in detail
7 years ago
Chris Bacon
cd01eef931
Remove C# shutdown hook on .NET Core
7 years ago
David Garcia Quintas
d1deaad1be
Added test
7 years ago
adelez
0ed80eacc3
Merge pull request #15961 from adelez/foundry2
...
Configure bazel builds to use Foundry's multipool feature.
7 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)
7 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)
7 years ago
Matt Kwong
c2158edea4
Fix Dart interop tests by upgrading to Dart 2
7 years ago
Mehrdad Afshari
2a046b71e3
Install Cython on python3.7
7 years ago