aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #15754 from kkm000/package-grpc-tools-docGravatar Jan Tattermusch2018-11-05
|\ | | | | Document .NET build integration with Grpc.Tools
* \ Merge pull request #17087 from ncteisen/reset-jsonGravatar Noah Eisen2018-11-02
|\ \ | | | | | | Channelz, Reset JSON Pointer
* \ \ Merge pull request #17086 from markdroth/channelz_subchannel_cleanupGravatar Mark D. Roth2018-11-02
|\ \ \ | | | | | | | | Record subchannel calls started as part of creating subchannel call.
| | * | Add blank lineGravatar ncteisen2018-11-02
| | | |
| | * | clang formatGravatar ncteisen2018-11-02
| | | |
| | * | Add testGravatar ncteisen2018-11-02
| | | |
| | * | Reset json pointerGravatar ncteisen2018-11-02
| |/ / |/| |
* | | Merge pull request #17084 from ncteisen/double-oopsGravatar Noah Eisen2018-11-02
|\ \ \ | | | | | | | | Use correct macro
| | * | Record subchannel calls started as part of creating subchannel call.Gravatar Mark D. Roth2018-11-02
| | | |
| * | | Use correct macroGravatar ncteisen2018-11-02
|/ / /
* | | 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 branch master into package-grpc-tools-docGravatar kkm2018-11-02
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| | | | | | * Address review commentsGravatar kkm2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix typos. * Correct pointers to example files. * Refer to v1.17 or 1.17.0 throughout. * Change wording where requested, remove trailer. * Rename INTEGRATION.md -> BUILD-INTEGRATION.md. * Change a pointer in README.md to point to the new name.
* | | | | | | 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
* \ \ \ \ \ \ \ \ \ Merge pull request #17077 from vjpai/tidierGravatar Vijay Pai2018-11-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove redundant get on unique_ptr
| | * | | | | | | | | 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
| | | | * | | | | remove debugging outputGravatar ncteisen2018-10-31
| | | | | | | | |
| | | | * | | | | 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
| | | | | | * | | | Improve documentationGravatar Yash Tibrewal2018-10-31
| | | | | | | | | |
| | | | | | * | | | Add tests for global interceptorGravatar Yash Tibrewal2018-10-31
| | | | | | | | | |
| | | | | * | | | | Move uri_parser to libGravatar ncteisen2018-10-31
| | | | | | | | | |
| | | | * | | | | | Format codeGravatar Richard Belleville2018-10-31
| | | | | | | | | |
| | | | * | | | | | Add logging tests to tests.jsonGravatar Richard Belleville2018-10-31
| | | | | | | | | |
* | | | | | | | | | Merge pull request #17062 from jtattermusch/bazel_dockerfile_upgradeGravatar Jan Tattermusch2018-10-31
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Upgrade bazel in Dockerfile to 0.17.1
* \ \ \ \ \ \ \ \ \ \ Merge pull request #17066 from hcaseyal/fix_internal_build_errorGravatar hcaseyal2018-10-31
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix internal BUILD error