ncteisen
fa4894e110
Handle uri parsing in channelz module
7 years ago
Richard Belleville
dc05e31ff1
Appease the yapf gods
7 years ago
Richard Belleville
78eae493b4
Add explicit test that user can configure their own handler
7 years ago
Richard Belleville
fec37654fb
Fix splat
7 years ago
Richard Belleville
acc72c0835
Format code
7 years ago
Richard Belleville
79d0424468
Pull out function to patch stderr
7 years ago
Richard Belleville
b7335f5c01
Add test for 'No handlers could be found' problem
7 years ago
Yash Tibrewal
3ece34d45c
Let us clean a few things before getting started
7 years ago
ncteisen
1a3c2d3e3a
Move uri_parser to lib
7 years ago
Richard Belleville
a3ffca1440
Format code
7 years ago
Richard Belleville
db1294dd47
Add logging tests to tests.json
7 years ago
ncteisen
1e64fa629c
Add AddressType
7 years ago
Vijay Pai
932abf48a3
Address reviewer comments.
7 years ago
Jan Tattermusch
185a0a7028
add python monkey-patch for parallel build_ext compilation
7 years ago
Vijay Pai
2f47137a6e
Add support for IsCancelled check
7 years ago
Richard Belleville
4d086ef0f4
Fix various mind-numbing typos
7 years ago
Richard Belleville
fb972c960f
Add basicConfig handler to grpcio_testing
7 years ago
Richard Belleville
240ca50ec2
Add basicConfig handler to unit tests
7 years ago
Richard Belleville
839722adc5
Add NullHandler to avoid warnings about no handler
7 years ago
Richard Belleville
1e05d48d2d
Revert "Configure module level loggers with basicConfig()"
...
This reverts commit a20e2073c1
.
7 years ago
Richard Belleville
ff1c31f47c
Add failing unit test
7 years ago
Vijay Pai
b460622c2d
Address reviewer comments
7 years ago
ncteisen
48c3c964b1
supress errors for uri parser
7 years ago
ncteisen
830c7bb459
Sanity headers
7 years ago
ncteisen
3cb8b0b8cb
Move uri_parser to common spot
7 years ago
ncteisen
c13de2eb1e
Support direct channels peer_string
7 years ago
Lidi Zheng
4e5ee57000
Change flag to `REQUIRE_CUSTOM_LIBRARIES_opt`
7 years ago
ncteisen
d82dff4ea0
reviewer feedback, debuging helper
7 years ago
Daniel Joos
40750ef484
Enable compilation with OpenSSL 1.1 API
...
This adds the possibility to compile the core library against OpenSSL 1.1 without backwards-compatible/deprecated API enabled.
It also adds missing include statements in `jwt_verifier.cc` that are required to build with OpenSSL 1.1 (as the `BN_` and `RSA_` APIs are used there).
7 years ago
Yash Tibrewal
0390b29e15
Register global interceptors functionality
7 years ago
Lidi Zheng
7502a2311a
Try cleaner separation
...
* reduce possible contamination of environment variables
7 years ago
Lidi Zheng
688db0ec5b
Remove the environment variable changing line
...
* This commit failed `tools/run_tests/artifacts/build_artifact_csharp.sh`
* It doesn't make any sense!
7 years ago
ncteisen
ba6f81297c
Socket tracks remote address
7 years ago
Lidi Zheng
9569ebe770
Add reference to the issue
7 years ago
Lidi Zheng
465886533f
Ensure libboringssl.a is always built for Python
7 years ago
ncteisen
e83c873517
reviewer commetns
7 years ago
Mark D. Roth
8352f9d274
Fix handling of call context in health check call batch payload.
7 years ago
Vijay Pai
84e763f10a
Experimental C++ server callback unary API
7 years ago
Yash Tibrewal
145789e9ff
interceptor_creators_ should be destroyed after health_check_service_
7 years ago
ncteisen
679abd779a
Actually track listening address
7 years ago
ncteisen
08519d4472
Listen sockets track their port
7 years ago
Vijay Pai
371b1d99d5
Add call as param to MethodHandler::Deserialize to allow arena use
7 years ago
Juanli Shen
19ea6226b2
Fix resource quota related leak
7 years ago
Yash Tibrewal
c2e3fde9b5
Rename call.h to call_op_set.h and call_wrapper.h to call.h
7 years ago
yang-g
a35f55fd70
move helper function into namespace
7 years ago
yang-g
83d74bf6fc
Remove the internal cache for google_default_credentials
7 years ago
ncteisen
bc44c5e353
Add GetServer to channelz cpp
7 years ago
Yash Tibrewal
cc21d32c77
Some cleanup
7 years ago
Yash Tibrewal
312feb4202
Adding generic rpc and unimplemented rpc test for server interceptors
7 years ago
Yash Tibrewal
a094b7b312
Added server async tests
7 years ago