Eric Gribkoff
eb65dbb030
Merge pull request #17466 from ericgribkoff/exit_tests
...
re-enable ExitTest
6 years ago
Jiangtao Li
ec866e9953
Merge pull request #17500 from jiangtaoli2016/client_root_null
...
Set SSL_CTX_set_verify even if pem_client_root_certs is null
6 years ago
apolcyn
462d6143c9
Merge pull request #17495 from apolcyn/revise_ares_logging
...
Put most c-ares logs under a tracer
6 years ago
Lidi Zheng
b9cb2459ea
Include LICENSE in artifact
6 years ago
Lidi Zheng
0e2f4061f5
Fix typo && remove unecessary except
6 years ago
Hope Casey-Allen
63e73e428f
Metadata tutorial
6 years ago
Lidi Zheng
0f0822d53f
WIP: Utilize the GitHub Check Feature
6 years ago
Nicolas Noble
c542d44cb0
Merge pull request #17488 from nicolasnoble/revert-windows-logs
...
Reverting #17378
6 years ago
Nicolas Noble
5748af6e18
Merge pull request #17468 from nicolasnoble/grpc_namespace
...
Moving ::grpc::Alarm to ::grpc_impl::Alarm.
6 years ago
Jiangtao Li
c262d4c576
Merge pull request #17475 from jiangtaoli2016/root_pem
...
monthly update of grpc root certificates
6 years ago
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
3c3436d2b4
Merge pull request #17291 from soheilhy/worktree-security-cpp
...
Move security credentials, connectors, and auth context to C++
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
apolcyn
3a97adc7a4
Merge pull request #17470 from apolcyn/cares_default_prep
...
Avoid SRV and TXT lookups for localhost
6 years ago
Muxi Yan
e8d6d47854
Update README for #16821
6 years ago
Lidi Zheng
e9cae6bba3
Merge pull request #17481 from lidizheng/py-status-2
...
New abort with grpc.Status API
6 years ago
Juanli Shen
ecb89f5d14
Merge pull request #17464 from AspirinSJL/example
...
Add compression example
6 years ago
Richard Belleville
a928dcd540
Merge pull request #17484 from grpc/create-census-context
...
Actually build CensusContext
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
Mark D. Roth
5e492721de
Merge pull request #17482 from markdroth/remove_memory_alignment_hack
...
Revert alignment hack in New<> and Delete<>.
6 years ago
Juanli Shen
a69fa16dfd
Add compression example
6 years ago
Lidi Zheng
7fd68349e3
Add gRPC Python Example: Metadata
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
apolcyn
a310778ba0
Merge pull request #17480 from apolcyn/revert_upb
...
Revert "Changes add a script for generating C code and build rule for…
6 years ago
Richard Belleville
551a037073
Merge pull request #17476 from grpc/update-urllib
...
Update urllib3 to avoid security vulnerability
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
Mark D. Roth
1b1b3c56e2
Merge pull request #17474 from markdroth/memory_counter_alignment
...
Fix alignment in memory counters.
6 years ago
Alexander Polcyn
7dc330f298
Disable SRV and TXT lookups for localhost
6 years ago
Mark D. Roth
b15758ab37
Fix alignment in memory counters.
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
Muxi Yan
352fbc19e7
Merge pull request #17421 from grpc/serial-queue-comment
...
Update GRPCCall doc to clarify serial queue requirement
6 years ago
ZHANG Dapeng
f1f9d85625
Merge pull request #17397 from creamsoup/java_release
...
Add grpc-java 1.17.1 to interop matrix
6 years ago
Lidi Zheng
dbbb382158
Set CONFIG default value 'opt'
6 years ago
Lidi Zheng
ca728e2269
Revert "Strict check for $config && Enable SC2154"
...
This reverts commit bdfb5691ad
.
6 years ago
Richard Belleville
91e5f7c647
Update urllib3 to avoid security vulnerability
6 years ago
jiangtaoli2016
f3caa01bf3
monthly update of grpc root certificates
6 years ago
Nicolas "Pixel" Noble
d550af373c
Moving ::grpc::Alarm to ::grpc_impl::Alarm.
6 years ago
vishalpowar
311ee1eda1
Merge pull request #17364 from vishalpowar/generate_build
...
Changes add a script for generating C code and build rule for protobuf
6 years ago
Lidi Zheng
8f64f9528f
Add ignore to .pylintrc-tests
6 years ago
Lidi Zheng
bdfb5691ad
Strict check for $config && Enable SC2154
6 years ago
Lidi Zheng
f6ce4e361b
Remove the ignore-pattern in .pylintrc-tests
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
e829a81118
Merge pull request #17460 from grpc/enable-census
...
Add hooks for census context propagation
6 years ago
Moiz Haidry
3bc323977f
Streaming support for callback server
6 years ago