Alexander Polcyn
5ea2ed602b
Move most c-ares logs under a tracer
6 years ago
jiangtaoli2016
4ec4c0b6b4
Set SSL_CTX_set_verify even if pem_client_root_certs is null
6 years ago
Lidi Zheng
45b3230ef2
Add grpcio-status extension package
...
* The new package has 2 API `from_call` and `to_status`
* Utilize the experimental API `abort_with_status`
* Add 5 unit test cases
6 years ago
Soheil Hassas Yeganeh
9decf48632
Move security credentials, connectors, and auth context to C++
...
This is to use `grpc_core::RefCount` to improve performnace.
This commit also replaces explicit C vtables, with C++ vtable
with its own compile time assertions and performance benefits.
It also makes use of `RefCountedPtr` wherever possible.
6 years ago
Eric Gribkoff
e1c78993be
re-enable unit._exit_test.ExitTest
6 years ago
Muxi Yan
e8d6d47854
Update README for #16821
6 years ago
Muxi Yan
6f083e112c
revert pb files
6 years ago
Muxi Yan
827e84d0a4
Fix unused variable error
6 years ago
Muxi Yan
0f4d465452
nit fix
6 years ago
Nicolas "Pixel" Noble
f438d72e6c
Revert "basic tcp_trace support for windows"
...
This reverts commit 5861f08260
.
6 years ago
Nicolas "Pixel" Noble
a050ae8ddc
Revert "better slice management for win_read"
...
This reverts commit b0139e1542
.
6 years ago
Richard Belleville
bd142d6c46
Actually build CensusContext
6 years ago
Lidi Zheng
087d48a8bd
Update the documentation about the status code constraint
6 years ago
Muxi Yan
3fc5ca0c75
batch fix
6 years ago
Lidi Zheng
fd74fcf2a0
New abort with grpc.Status API
...
* Add `abort_with_status` method in ServicerContext
* Add `Status` interface similar to the design of Details in interceptor
* Add 3 unit test cases for abort mechanism
6 years ago
Mark D. Roth
1334f8d200
Revert alignment hack in New<> and Delete<>.
6 years ago
Alexander Polcyn
7dc330f298
Disable SRV and TXT lookups for localhost
6 years ago
Srini Polavarapu
a31ccd49e6
Regenerate projects
6 years ago
Alexander Polcyn
ac6795a57e
Revert "Changes add a script for generating C code and build rule for protobuf"
...
This reverts commit 62027b7e14
.
6 years ago
Nicolas "Pixel" Noble
d550af373c
Moving ::grpc::Alarm to ::grpc_impl::Alarm.
6 years ago
Vishal Powar
62027b7e14
Changes add a script for generating C code and build rule for protobuf
...
protos
All these changes need to go together to make sense
- changes to use new version of upb in bazel
- allowing includes in build target option
- script for generating c code for protos
- generated code for example build
- adding changes for non-bazel builds
- change sanity tests to ignore the generated files.
6 years ago
Richard Belleville
6b3baf2618
Add hooks for census context propagation
...
Appease the yapf gods
Reformat
6 years ago
ncteisen
c7f7db65e0
Add test and fix bug
6 years ago
ncteisen
a6ed43b41f
reviewer feedback
6 years ago
ncteisen
7b1fc0faa2
Add max_results to ServerSockets
6 years ago
ncteisen
07fc27c20d
Update channelz proto
6 years ago
Mark D. Roth
c5f344deaf
Revert "Revert "Allow encoding arbitrary channel args on a per-address basis.""
6 years ago
Muxi Yan
20c8cc7292
nullability failing
6 years ago
Lidi Zheng
8cb2d0546d
Upgrade sanity Docker image to debian:stretch
...
* Use latest pylint in Python 3.7 (they dropped support for PY2)
* Make latest pylint happy
* Forced to upgrade to shellcheck 0.4.4
* Make shellcheck 0.4.4 happy
* Adopt reviewers' advice to reduce global disabled rules
6 years ago
ncteisen
f52e542352
Add pagination to serversockets
6 years ago
Muxi Yan
e9dd13bfcf
clang-format
6 years ago
Muxi Yan
eea5f1ad3d
Missing nullable
6 years ago
Muxi Yan
ef7d45d2ab
Add next_value and start_time
6 years ago
Muxi Yan
cf4e900b82
clang-format
6 years ago
hcaseyal
27e2ba31bf
Revert "Allow encoding arbitrary channel args on a per-address basis."
6 years ago
Muxi Yan
3f00d61b04
batch fix
6 years ago
Muxi Yan
df21aab3a6
nullability annotation
6 years ago
ncteisen
7b81ae14a7
clang tidy and clang format
6 years ago
yang-g
bd5d86935f
revert the sample
6 years ago
Mark D. Roth
dedff37b4f
Allow encoding arbitrary channel args on a per-address basis.
6 years ago
ncteisen
b5f4b4f130
Move the unref
6 years ago
ncteisen
12192bed32
reviewer feedback
6 years ago
Muxi Yan
92db5fc724
Rename getTokenWithHandler
6 years ago
ncteisen
87b1c3ce56
reviewer feedback
6 years ago
yang-g
d758ca9196
clang-format
6 years ago
Mark D. Roth
c5528b821b
Remove unnecessary initialization of fields in PickState.
6 years ago
yang-g
2246607ded
Review comments
6 years ago
Muxi Yan
f0f6e03212
clang-format
6 years ago
Muxi Yan
1a9404876c
batch fixes
6 years ago
Muxi Yan
da759f1fc6
batch fixes
6 years ago