Mark D. Roth
09a173b4b6
Remove now-unnecessary workarounds for alignment issues.
6 years ago
Muxi Yan
d79b3fe320
Fix test
6 years ago
Mark D. Roth
1438b17890
Fix bug that was breaking subchannel reuse in grpclb.
6 years ago
Yash Tibrewal
9a7eec0c45
Suppress compiler error by initializing sent_length
6 years ago
Muxi Yan
8bc8ff3dce
Fix nullability incompatibility
6 years ago
Muxi Yan
d36a13af31
Try use alternative simulator for APIv2Tests
6 years ago
Muxi Yan
8c3df503ad
Fix compatibility test failures
6 years ago
Eric Gribkoff
3c49252d47
bazel docker image does not support ipv6
6 years ago
Eric Gribkoff
8183fe1299
fix BUILD.bazel
6 years ago
Muxi Yan
915cd71b4a
nullability revert
6 years ago
Yash Tibrewal
906cf5b428
Add error details on context list clearing
6 years ago
Yash Tibrewal
afc2fabe0c
Avoid taking refs on the stream by getting a copy of the context
6 years ago
Lidi Zheng
08a90f03d4
Remove the fake package dependency && temporarily skip the Channelz tests
6 years ago
Eric Gribkoff
05d3ab2852
Address comments, improve tests
6 years ago
Mark D. Roth
b1407a95c3
Improve grpclb trace logging.
6 years ago
Eric Gribkoff
7bd03aeb0d
Revert "Revert "re-enable ExitTest""
...
This reverts commit 1bd231605a
.
6 years ago
Juanli Shen
1bd231605a
Revert "re-enable ExitTest"
6 years ago
Eric Gribkoff
718084c6b4
disable fork test on windows
6 years ago
Eric Gribkoff
468ae0f486
add tracking issue
6 years ago
Eric Gribkoff
a76d72e0a6
add tests
6 years ago
Eric Gribkoff
082b63e095
Refactor server deallocation
6 years ago
kkm
191e8f1c9c
Use x64 tools on 64-bit Windows in Grpc.Tools
...
The Windows Nano Server Docker image does not support 32-bit executables.
See: https://docs.microsoft.com/windows-server/get-started/getting-started-with-nano-server#important-differences-in-nano-server
See: https://github.com/grpc/grpc/pull/13207#issuecomment-444846082
Close : #13098 (wontfix)
6 years ago
Yihua Zhang
0531d3d3ad
extend local credentials to support tcp loopback
6 years ago
Muxi Yan
c097e21259
Nullability annotation fix
6 years ago
Muxi Yan
b90652ab03
remove debug information
6 years ago
Muxi Yan
4196f59a44
more nullability annotation
6 years ago
Muxi Yan
4f91630d6b
CFStream use serial dispatch queue
6 years ago
Muxi Yan
653160d806
Make NSMutableDictionary annotation right
6 years ago
Lidi Zheng
8621bd47ad
Assign noop to build_package_protos for backward compatibility
6 years ago
Lidi Zheng
40b8ca97a1
Update docstring to make it more clear
...
* Mark API as experimental
* Rephrase the raise condition
* Add more detail to the returned object
6 years ago
Lidi Zheng
b9cb2459ea
Include LICENSE in artifact
6 years ago
Lidi Zheng
0e2f4061f5
Fix typo && remove unecessary except
6 years ago
Muxi Yan
b4ccbdb124
Remove some annotations in GRPCRequestHeader
6 years ago
Muxi Yan
dc502a8098
clang-format
6 years ago
Muxi Yan
48ac4ee48a
Test assert failure
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
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