Eric Gribkoff
6211f4589b
removed unused traceback import
6 years ago
easy
8279777167
Destruct CensusContext to avoid leaking memory.
...
Otherwise, the placement-new leaks context -> span_ -> impl_ which is
a std::shared_ptr.
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
Eric Gribkoff
3c49252d47
bazel docker image does not support ipv6
6 years ago
Eric Gribkoff
8183fe1299
fix BUILD.bazel
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
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
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
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
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
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
ncteisen
f52e542352
Add pagination to serversockets
6 years ago
Muxi Yan
e9dd13bfcf
clang-format
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
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