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
Sree Kuchibhotla
02872df249
more code review comments
6 years ago
Sree Kuchibhotla
8cc3a003a1
Fix typo
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
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
Sree Kuchibhotla
7e9d52530d
Move executor implementation into GrpcExecutor class
6 years ago
Alexander Houben
7a7e09cf8a
Xamarin support: introduce PlatformApis.isXamarin*, working NativeMethods for Xamarin.Android, do not use System.Runtime.Loader on Android for the moment
6 years ago
ncteisen
caa85b2a43
Reviewer feedback
6 years ago
ncteisen
c9c1feffca
Write ClientChannelNode in terms of client_channel
6 years ago
ncteisen
230035180f
Change pattern to have subtype do json population
6 years ago
ncteisen
afb9829819
Fix the muddled linkeage of channelz
6 years ago
David Garcia Quintas
c53f8dfbfc
Fixed ordering in adding pending picks to RR
6 years ago
Dan Rosart
d4c98676e3
Run clang-format
6 years ago
Dan Rosart
477a1aec5a
Don't segfault when product name from BIOS is empty
...
Somehow some Dell servers we're trying to run a gRPC client on have an empty product name in the BIOS. When gRPC tries to creadte default credentials, it checks whether it's running on GCE by strcmp()ing the contents of /sys/class/dmi/id/product_name to some magic strings. When it reads that file, it gets only a newline; in trim() it skips over the newline in both directions, and since end < start it returns nullptr. This causes a segfault in the strcmp() call. Since a machine without a product name clearly isn't GCE, change it to return false instead.
6 years ago
Yihua Zhang
e83415df72
minor fix
7 years ago
Yihua Zhang
587b40ddac
finished 2nd revision
7 years ago
Hope Casey-Allen
71566ffa93
Allocate on call arena in client_auth_filter
7 years ago
Yihua Zhang
0bcc55f6b7
finished 1st revision
7 years ago
Yihua Zhang
c5f1eda10f
implement loca credentials
7 years ago
Juanli Shen
1f965159dd
Reorder steps when starting a server
7 years ago
Hope Casey-Allen
f061a88a0c
Remove auth_context from call data. Use channel data auth context instead
7 years ago
Hope Casey-Allen
95554840a8
Fix macro error and clang tidy
7 years ago
Hope Casey-Allen
95800f4162
Remove allocation in server_auth_filter
7 years ago
ncteisen
a0a59537d2
s/CodegenGeneric/Raw/g
7 years ago
jiangtaoli2016
7206c05417
refactor extra-copy integrity-only protector
7 years ago
jiangtaoli2016
52a2f21ab7
Allow extra copy in zero-copy protector integrity-only mode
7 years ago
Srini Polavarapu
968744798e
Regenerate projects
7 years ago
Carter Sande
d848280d02
tcp_posix.cc: adhere to IOV_MAX in tcp_flush
7 years ago
Mark D. Roth
d463a64384
Fix subchannel call to align its call stack (similar to 15b37ac
for parent call).
7 years ago
Eric Gribkoff
e85e713d0b
timer manager: don't turn off threading in start_threads()
7 years ago
Mark D. Roth
2223e60b63
Avoid duplicate definitions of ROUND_UP_TO_ALIGNMENT_SIZE() macro.
7 years ago
ZhouyihaiDing
a7e282eecb
PHP: add call invoker
7 years ago
Muxi Yan
ec1c014413
Update link to network transition behavior doc
7 years ago
Muxi Yan
5d4bb063e1
Fix grammar
7 years ago
Alexander Polcyn
0220a998db
Explicitly delete fd from pollset set after c-ares is done
7 years ago
ncteisen
7b0af97531
Disable connectivity_state query for now
7 years ago
Muxi Yan
2995000f5a
Comments
7 years ago
Kerrick Staley
4fb53784fb
Fix Bazel build instructions
...
See https://groups.google.com/d/msg/grpc-io/ljBk9Z_QyuQ/3i-obzb3CAAJ
7 years ago
Hope Casey-Allen
8f3222c4eb
Remove allocation in server_auth filter and allocate on the arena instead
7 years ago
David Garcia Quintas
1645e1c55f
Sync'd load_balancer.proto
7 years ago
ganmacs
c1b64e3493
GRPC::Cancelled should be occured when calling Enumrable#next on canceled call
7 years ago
Mehrdad Afshari
ed0dc067ba
Regenerate Projects
7 years ago