aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | | * | | | | | | | | remove TODOGravatar Jan Tattermusch2018-10-04
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | fix backward compatibility mode on macosGravatar Jan Tattermusch2018-10-04
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | build C# artifact using cmakeGravatar Jan Tattermusch2018-10-04
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | regenerate CMakeLists.txtGravatar Jan Tattermusch2018-10-04
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | cmake: add backwards compatibility modeGravatar Jan Tattermusch2018-10-04
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | regenerate dockerfilesGravatar Jan Tattermusch2018-10-04
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | add cmake to C# docker imagesGravatar Jan Tattermusch2018-10-04
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | build grpc_csharp_ext with cmakeGravatar Jan Tattermusch2018-10-04
| |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #16768 from guantaol/resolve_address_testGravatar Guantao Liu2018-10-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the unknown argument issue in resolve_address_test.cc.
| | | * | | | | | | | | | | | Clenaer channelz default valuesGravatar ncteisen2018-10-03
| |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
| | | | | | * | | | | | | | Clean-up unused variableGravatar Muxi Yan2018-10-03
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #16742 from Capstan/cli-call-credsGravatar Yang Gao2018-10-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix inverted logic for --call_creds=none.
| | | | | | | | | * | | | | | Test changesGravatar Yash Tibrewal2018-10-03
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #16716 from yashykt/interceptors_initialGravatar Yash Tibrewal2018-10-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create interfaces and initial plumbing for interception API
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #16695 from yihuazhang/pass_pollset_set_tsi_handshakerGravatar yihuaz2018-10-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create and pass pollset_set to ALTS TSI handshaker
| | | | | | | | | | | | * | | | | Add Bazel targets for Python unit testsGravatar Naresh2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are exactly 50 tests under grpcio_tests/tests/testing and grpcio_tests/tests/unit for gRPC Python. Add Bazel targets for 44 of them. unit._reconnect_test has been left out for now due to an unexpected RuntimeError (#16336) and unit._server_ssl_cert_config_test because of changes needed to the import path within src/python/grpcio_tests/tests/testing/proto/services.proto (will possibly be included as a fix to #15370). The count of tests here is reported the way unittest counts tests, which is the number of individual unit test classes it sees. This will be different from Bazel's count, which counts the number of Bazel test targets, which (by convention mostly) is one per test module.
| | | | * | | | | | | | | | | | | Cover the case that there is no command-line argument.Gravatar Guantao Liu2018-10-02
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | pass a pollset_set to ALTS TSI handshakerGravatar Yihua Zhang2018-10-02
|/ / / / / / / / / / / / / / / /
| | | | | | | | * | | | | | | | Polish macro againGravatar Muxi Yan2018-10-02
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Fix the unknown argument issue in resolve_address_test.ccGravatar Guantao Liu2018-10-02
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| | | | | * | | | | | | | | | Shard channelz stats by CPUGravatar ncteisen2018-10-02
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | Channel trace is limited by memoryGravatar ncteisen2018-10-02
| |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into interceptors_initialGravatar Yash Tibrewal2018-10-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | | | | Make changes to docGravatar Yash Tibrewal2018-10-02
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Keepalive should return unavailable instead of internal statusGravatar Yash Tibrewal2018-10-02
| | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #16751 from guantaol/fix_unused_resultGravatar Juanli Shen2018-10-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | Fix the unused result error in client_channel_stress_test.cc.
| | | | * | | | | | | | | | Update README.md ordered list spacingGravatar Kevin Damm2018-10-02
| |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Certain markdown interpreters do not recognize ordered lists if there isn't a blank line between the numbered lines. This change corrects the spacing between the steps for getting gRPC into a Unity project.
* | | | | | | | | | | | | Merge pull request #16752 from jtattermusch/cmake_no_lib_stdcxxGravatar Jan Tattermusch2018-10-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | cmake: prevent C core from depending on libstdc++
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #16755 from jtattermusch/server_reflection_markdownGravatar Jan Tattermusch2018-10-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | server-reflection.md: fix markdown
| | | | | | * | | | | | | | add xmldoc commentsGravatar Jan Tattermusch2018-10-02
| | | | | | | | | | | | | |
| | | | | | * | | | | | | | ChannelOption: implement hashcode and equalsGravatar Jan Tattermusch2018-10-02
| | | | | | | | | | | | | |
| | | | | | * | | | | | | | improve doc comments for ChannelOptionsGravatar Jan Tattermusch2018-10-02
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | server-reflection.md: fix markdownGravatar Jan Tattermusch2018-10-02
|/ / / / / / / / / / / /
| | | | | | | | * / / / fix *_unsecure.pc filesGravatar Jan Tattermusch2018-10-02
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | cmake: prevent C core from depending on libstdc++Gravatar Jan Tattermusch2018-10-02
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #16743 from ganmacs/fix-var-name-to-be-consistent-with-othersGravatar apolcyn2018-10-02
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | change var name to be consistent with others
* | | | | | | | | | | Merge pull request #16657 from g-easy/deadlineGravatar Vijay Pai2018-10-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Document that set_deadline() uses absolute time.
| | | * | | | | | | | | Fix the unused result error in client_channel_stress_test.cc.Gravatar Guantao Liu2018-10-01
| |_|/ / / / / / / / / |/| | | | | | | | | |
| | | | | | | | | | * Clean some timer codeGravatar Juanli Shen2018-10-01
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #16735 from hcaseyal/delete_lookup_tableGravatar hcaseyal2018-10-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Delete hpack lookup table
| | | | | | * | | | | | polish macroGravatar Muxi Yan2018-10-01
| | | | | | | | | | | |
| | | | | | * | | | | | polish assertGravatar Muxi Yan2018-10-01
| | | | | | | | | | | |
| | | | | | * | | | | | Add alias for macro for internal appGravatar Muxi Yan2018-10-01
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #16747 from jtattermusch/cleanup_artifact_dockerfilesGravatar Jan Tattermusch2018-10-01
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix and polish artifact dockerfiles (and make them buildable again)
| | * | | | | | | | | | | Add comment to specify hpack elementsGravatar Hope Casey-Allen2018-10-01
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #16746 from jtattermusch/csharp_upgrade_commandlineparserGravatar Jan Tattermusch2018-10-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade CommandLineParser to 2.3.0
| | * | | | | | | | | | | | node artifact docker images not needed anymoreGravatar Jan Tattermusch2018-10-01
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | fix copyrightGravatar Jan Tattermusch2018-10-01
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #16738 from hcaseyal/add_microbenchmarking_documentationGravatar hcaseyal2018-10-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for running microbenchmarks with internal tooling
| | | * | | | | | | | | | | | fix and polish artifact dockerfilesGravatar Jan Tattermusch2018-10-01
| |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |