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
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