aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-24
|\
| * Merge pull request #10300 from vyper/patch-1Gravatar Nathaniel Manista2017-03-24
| |\ | | | | | | Remove spaces for correct link format in README.md.
| * \ Merge pull request #10260 from kerneltime/masterGravatar Jan Tattermusch2017-03-24
| |\ \ | | | | | | | | Fix markdown
| * \ \ Merge pull request #9843 from mpwarres/udp_server_socket_factoryGravatar Michael Warres2017-03-24
| |\ \ \ | | | | | | | | | | Add socket factory support to udp_server.c
| | * | | Add socket factory support to udp_server.cGravatar Michael Warres2017-03-24
| |/ / /
| | | * Remove spaces for correct formatGravatar Leonardo Saraiva2017-03-24
| | |/ | |/|
| * | Merge pull request #10216 from mehrdada/python-service-reflectionGravatar Mehrdad Afshari2017-03-23
| |\ \ | | | | | | | | Python Service Reflection
| | * | Add pylint comment to justify unused importGravatar Mehrdad Afshari2017-03-23
| | | |
| * | | Merge pull request #9776 from apolcyn/add_http2_flow_control_interop_testsGravatar apolcyn2017-03-23
| |\ \ \ | | | | | | | | | | add http2 testing interop server uses small data frames and padding
| | | * | Temporarily disable testFileContainingExtensionGravatar Mehrdad Afshari2017-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a behavioral discrepency in `DescriptorPool.FindFileContainingSymbol` between the two implementations of the protobuf python library (one of which is purely python, and the other utilizes a python extension library written in C++). protobuf on PyPI is distributed via various prebuilt wheels, and our CI setup fetches the relevant one for each platform. Our Linux instances end up fetching a pre-compiled C++ version of the library, whereas our Mac and Windows builders automatically get the pure python version. This test fails (and our reflection implementation itself) succeeds with the C++ implementation but fails with the pure python version. The test will be temporarily disabled pending a fix for https://github.com/google/protobuf/issues/2882
| | | * | Sort service_names returned by python reflectionGravatar Mehrdad Afshari2017-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | While not strictly required by the protocol, it will make testing easier.
| | | * | Add helper function for enabling python reflectionGravatar Mehrdad Afshari2017-03-23
| | | | |
| | | * | Add all_extension_numbers_of_type in py reflectionGravatar Mehrdad Afshari2017-03-23
| | | | |
| | | * | Test all_extension_numbers_of_typeGravatar Mehrdad Afshari2017-03-23
| | | | |
| | | * | Add ReflectionServicer._file_containing_extensionGravatar Mehrdad Afshari2017-03-23
| | | | |
| | | * | Fix and un-skip testFileContainingExtensionGravatar Mehrdad Afshari2017-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix and un-skip the test for _file_containing_extension in python reflection service to refer to the correct proto and expect the right object to be returned. Enable it too.
| * | | | Merge pull request #10255 from ↵Gravatar Nathaniel Manista2017-03-23
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/_pb2_grpc-unnecessary-imports Drop unnecessary framework imports from generated _pb2_grpc.py files.
| * \ \ \ \ Merge pull request #10109 from ncteisen/error-slice-optimizationGravatar Noah Eisen2017-03-22
| |\ \ \ \ \ | | | | | | | | | | | | | | Error slice optimization
| | * \ \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-22
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | | | | | | | error-slice-optimization
| * | | | | | Merge pull request #10189 from ctiller/call_casesGravatar Craig Tiller2017-03-22
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | Expand benchmark coverage to isolated grpc_call scenarios against a dummy filter stack
| | | | | | * Fix markdown to comply with GitHubGravatar Ritesh Shukla2017-03-22
| | |_|_|_|/ | |/| | | |
| | | | | * add http2 server test for unary calls that uses small frames and paddingGravatar Alexander Polcyn2017-03-22
| | | | | |
* | | | | | Minor formattingGravatar Sree Kuchibhotla2017-03-22
| | | | | |
* | | | | | Merge branch 'cq_create_api_changes' into cq_create_api_changes_with_factoryGravatar Sree Kuchibhotla2017-03-22
|\ \ \ \ \ \
| * | | | | | Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-22
| |\| | | | |
* | | | | | | Ruby changesGravatar Sree Kuchibhotla2017-03-22
| | | | | | |
* | | | | | | Python changesGravatar Sree Kuchibhotla2017-03-22
| | | | | | |
* | | | | | | PHP changesGravatar Sree Kuchibhotla2017-03-22
| | | | | | |
* | | | | | | Objective-C changesGravatar Sree Kuchibhotla2017-03-22
| | | | | | |
* | | | | | | Node changesGravatar Sree Kuchibhotla2017-03-22
| | | | | | |
* | | | | | | C# changesGravatar Sree Kuchibhotla2017-03-22
| | | | | | |
* | | | | | | Merge branch 'cq_factory_api' into cq_create_api_changes_with_factoryGravatar Sree Kuchibhotla2017-03-22
|\ \ \ \ \ \ \
| * | | | | | | clang format fixGravatar Sree Kuchibhotla2017-03-22
| | | | | | | |
| | | * | | | | Merge pull request #10252 from jboeuf/no_creds_assert_in_server_auth_filterGravatar Robbie Shade2017-03-22
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Removing credentials assert in server_auth_filter.
| | | * \ \ \ \ \ Merge pull request #10247 from y-zeng/fix_lb_subchannelGravatar Yuchen Zeng2017-03-22
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix fuzzing detected error: remaining GRPC_ARG_SUBCHANNEL_ADDRESS was not removed by pick_first and round_robin
| | | * \ \ \ \ \ \ Merge pull request #10253 from ctiller/bm_chttp2_top2Gravatar Craig Tiller2017-03-22
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Enroll bm_chttp2_transport & bm_pollset into bigquery pipeline
| | | | | | | | | * | Drop unnecessary imports from _pb2_grpc.py filesGravatar Nathaniel Manista2017-03-22
| | | | | | | | | | |
| | | | * | | | | | | Add bmGravatar Craig Tiller2017-03-22
| | | | | | | | | | |
| | | | * | | | | | | Enroll bm_chttp2_transport into bigquery pipelineGravatar Craig Tiller2017-03-22
| | | |/ / / / / / /
| | | * | | | | | | Merge pull request #9864 from michielbdejong/patch-1Gravatar Michael Lumish2017-03-22
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Use grpc-tools npm package in readme
| | | | | | | * | | | Fixes for new APIsGravatar Craig Tiller2017-03-22
| | | | | | | | | | |
| | | | | | * | | | | Removing credentials assert in server_auth_filter.Gravatar Julien Boeuf2017-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow other transports with built-in security to use this filter.
| | | * | | | | | | | Merge pull request #10238 from ctiller/bm_chttp2_topGravatar Craig Tiller2017-03-22
| | | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | | Add benchmark suite for chttp2
| | | * | | | | | | | Merge pull request #10203 from ncteisen/error-ownership-semanticsGravatar Noah Eisen2017-03-22
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add Error Ownership Doc
| | | * \ \ \ \ \ \ \ \ Merge pull request #9655 from markdroth/remove_initial_connect_stringGravatar Mark D. Roth2017-03-22
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Remove initial_connect_string hack.
* | | | | | | | | | | | | Fix test bug and generate_projects.shGravatar Sree Kuchibhotla2017-03-22
| | | | | | | | | | | | |
* | | | | | | | | | | | | Update C++ codeGravatar Sree Kuchibhotla2017-03-22
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'cq_factory_api' into cq_create_api_changes_with_factoryGravatar Sree Kuchibhotla2017-03-22
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Fix bugGravatar Sree Kuchibhotla2017-03-22
| | | | | | | | | | | | |
* | | | | | | | | | | | | Updates C CoreGravatar Sree Kuchibhotla2017-03-22
| | | | | | | | | | | | |