aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Added benchmarks for Callback based Unary serverGravatar Moiz Haidry2018-11-07
|
* Merge pull request #17083 from yashykt/tcpusertimeoutGravatar Yash Tibrewal2018-11-02
|\ | | | | Do not make TCP_USER_TIMEOUT failure an error
* \ Merge pull request #16773 from yihuazhang/alts_tsi_handshaker_use_pollset_setGravatar yihuaz2018-11-02
|\ \ | | | | | | Use gRPC thread model (i.e., pollset_set) in ALTS TSI implementation
* \ \ Merge pull request #17081 from nathanielmanistaatgoogle/restore-python-bazelGravatar Srini Polavarapu2018-11-02
|\ \ \ | | | | | | | | Restore reverted Python Bazel work
| | | * Do not make TCP_USER_TIMEOUT failure an errorGravatar Yash Tibrewal2018-11-02
| | | |
* | | | Merge pull request #17053 from yashykt/global_interceptorGravatar Yash Tibrewal2018-11-02
|\ \ \ \ | | | | | | | | | | Add global client interceptor factory
* \ \ \ \ Merge pull request #17050 from ncteisen/channelz-socketsGravatar Noah Eisen2018-11-01
|\ \ \ \ \ | | | | | | | | | | | | Channelz: Socket Tracks Addresses
| | | | * | use gRPC thread modelGravatar Yihua Zhang2018-11-01
| |_|_|/ / |/| | | |
* | | | | Merge pull request #17064 from gnossen/fix-loggingGravatar Richard Belleville2018-11-01
|\ \ \ \ \ | | | | | | | | | | | | Fix logging
| | * | | | Add TODOGravatar ncteisen2018-11-01
| | | | | |
* | | | | | Merge pull request #17008 from stub42/yay_destructorsGravatar Lidi Zheng2018-11-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | Handle missing globals in Python Channel destructors
| | | * | | | clean up channelz URI parsingGravatar ncteisen2018-11-01
| | | | | | |
| | * | | | | Use custom assertionsGravatar Richard Belleville2018-11-01
| | | | | | |
| | * | | | | Isolate logging in all test casesGravatar Richard Belleville2018-11-01
| | | | | | |
* | | | | | | Merge pull request #17078 from ncteisen/channel-traceGravatar Noah Eisen2018-11-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Uphold Default for Channel Trace Max Memory
| * | | | | | | Uphold default for channel trace max memoryGravatar ncteisen2018-11-01
| | | | | | | |
* | | | | | | | Remove redunant get on unique_ptrGravatar Vijay Pai2018-11-01
|/ / / / / / /
| | | | | * | Bazel rules for gRPC Python interop testsGravatar Naresh2018-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add interop tests for gRPC Python. py_proto_library rules are added to src/proto/grpc/testing/BUILD since grpc_proto_library is not compatible with py_* rules. 'requests' python module is added to requirements.bazel.txt as it is a dependency for google-auth. Previously, this was installed through tools/run_tests/helper_scripts/build_python.sh before running tests.
| | | | | * | Bazel rules for Python grpcio_reflectionGravatar Naresh2018-11-01
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #16988 from vjpai/server_callbackGravatar Vijay Pai2018-10-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | C++: Experimental server callback unary API
| | | | * | | fix build and sanityGravatar ncteisen2018-10-31
| | | | | | |
| | | | * | | use b64, handle localhostGravatar ncteisen2018-10-31
| | | | | | |
| | | | * | | Handle uri parsing in channelz moduleGravatar ncteisen2018-10-31
| | | | | | |
| | | * | | | Appease the yapf godsGravatar Richard Belleville2018-10-31
| | | | | | |
| | | * | | | Add explicit test that user can configure their own handlerGravatar Richard Belleville2018-10-31
| | | | | | |
| | | * | | | Fix splatGravatar Richard Belleville2018-10-31
| | | | | | |
| | | * | | | Format codeGravatar Richard Belleville2018-10-31
| | | | | | |
| | | * | | | Pull out function to patch stderrGravatar Richard Belleville2018-10-31
| | | | | | |
| | | * | | | Add test for 'No handlers could be found' problemGravatar Richard Belleville2018-10-31
| | | | | | |
* | | | | | | Merge pull request #17049 from lidizheng/issue-17002Gravatar Lidi Zheng2018-10-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Ensure `libboringssl.a` is always built for Python
| | | | | * | | Move uri_parser to libGravatar ncteisen2018-10-31
| | | | | | | |
| | | | * | | | Format codeGravatar Richard Belleville2018-10-31
| | | | | | | |
| | | | * | | | Add logging tests to tests.jsonGravatar Richard Belleville2018-10-31
| | | | | | | |
| | | | | * | | Add AddressTypeGravatar ncteisen2018-10-31
| | | | | | | |
| | * | | | | | Address reviewer comments.Gravatar Vijay Pai2018-10-31
| | | | | | | |
| | * | | | | | Add support for IsCancelled checkGravatar Vijay Pai2018-10-30
| | | | | | | |
| | | | * | | | Fix various mind-numbing typosGravatar Richard Belleville2018-10-30
| | | | | | | |
| | | | * | | | Add basicConfig handler to grpcio_testingGravatar Richard Belleville2018-10-30
| | | | | | | |
| | | | * | | | Add basicConfig handler to unit testsGravatar Richard Belleville2018-10-30
| | | | | | | |
| | | | * | | | Add NullHandler to avoid warnings about no handlerGravatar Richard Belleville2018-10-30
| | | | | | | |
| | | | * | | | Revert "Configure module level loggers with basicConfig()"Gravatar Richard Belleville2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a20e2073c1c53cbdd81a4fb750982a0b13e0c24e.
| | | | * | | | Add failing unit testGravatar Richard Belleville2018-10-30
| |_|_|/ / / / |/| | | | | |
| | * | | | | Address reviewer commentsGravatar Vijay Pai2018-10-30
| | | | | | |
| | * | | | | Merge branch 'master' into server_callbackGravatar Vijay Pai2018-10-30
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | | | * | | supress errors for uri parserGravatar ncteisen2018-10-30
| | | | | | |
| | | | * | | Sanity headersGravatar ncteisen2018-10-30
| | | | | | |
| | | | * | | Move uri_parser to common spotGravatar ncteisen2018-10-30
| | | | | | |
| | | | * | | Support direct channels peer_stringGravatar ncteisen2018-10-30
| | | | | | |
| * | | | | | Change flag to `REQUIRE_CUSTOM_LIBRARIES_opt`Gravatar Lidi Zheng2018-10-30
| | | | | | |
| | | | * | | reviewer feedback, debuging helperGravatar ncteisen2018-10-30
| | | | | | |