aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #7771 from y-zeng/cares_buildinGravatar Yuchen Zeng2017-03-24
|\ | | | | Async DNS resolver with pre-configured c-ares
* \ Merge pull request #10275 from ctiller/memoryGravatar Craig Tiller2017-03-24
|\ \ | | | | | | Memory usage tweaks
* \ \ Merge pull request #10262 from y-zeng/set_user_agentGravatar Yuchen Zeng2017-03-24
|\ \ \ | | | | | | | | Replace the existing user agent string in SetUserAgentPrefix
* \ \ \ Merge pull request #10245 from sreecha/cq_factory_apiGravatar Sree Kuchibhotla2017-03-24
|\ \ \ \ | | | | | | | | | | Introduce grpc_completion_queue_factory API
* \ \ \ \ Merge pull request #10292 from yang-g/udp_serverGravatar Yang Gao2017-03-24
|\ \ \ \ \ | | | | | | | | | | | | Prevent cleaning up the fd twice.
* \ \ \ \ \ Merge pull request #10271 from yang-g/error_msgGravatar Yang Gao2017-03-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use 7-bit prefix in manually created header.
* \ \ \ \ \ \ Merge pull request #10239 from rltvty/fix_php_service_commentsGravatar Stanley Cheung2017-03-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix the namespacing for php docs on client classes
* \ \ \ \ \ \ \ Merge pull request #10268 from y-zeng/fix_tcpGravatar Yuchen Zeng2017-03-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix tcp_server_utils_posix_common
* \ \ \ \ \ \ \ \ Merge pull request #10293 from nicolasnoble/upmerge-1.2.0Gravatar Nicolas Noble2017-03-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Upmerge from 1.2.0
* \ \ \ \ \ \ \ \ \ 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 branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0Gravatar Nicolas "Pixel" Noble2017-03-24
| |/| | | | | | | | | |/| | | | | | | | | |
| | | | | | * | | | | Prevent cleaning up the fd twice.Gravatar yang-g2017-03-23
| |_|_|_|_|/ / / / / |/| | | | | | | | |
| | | | | | | | * | Spam cleanupGravatar Craig Tiller2017-03-23
| | | | | | | | | |
| | | | | | | | * | Memory usage tweaksGravatar Craig Tiller2017-03-23
| |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Improve estimation to give a more reliable slop space in the arena - Improve measurement by issuing sufficient throw-away calls on a channel to allow call size estimation to settle
| | | | | | | | * Update with the new error interfaceGravatar Yuchen Zeng2017-03-23
| | | | | | | | |
| | * | | | | | | Merge pull request #10269 from apolcyn/fix_ruby_mingw_buildGravatar apolcyn2017-03-23
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix ruby mingw build, add missing header
| | | | | | * | | | Use 7-bit prefix in manually created header.Gravatar yang-g2017-03-23
| |_|_|_|_|/ / / / |/| | | | | | | |
| | | * | | | | | add generated imports header to be able to build on mingwGravatar Alexander Polcyn2017-03-23
| | |/ / / / / /
| | | | | | | * Merge remote-tracking branch 'upstream/master' into cares_rebaseGravatar Yuchen Zeng2017-03-23
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #10216 from mehrdada/python-service-reflectionGravatar Mehrdad Afshari2017-03-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Python Service Reflection
| | | * \ \ \ \ \ Merge pull request #10230 from apolcyn/bump_to_1_2_1_pre1Gravatar apolcyn2017-03-23
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | bump v1.2.x branch to 1.2.1-pre1
| | | | | * | | | | Fix tcp_server_utils_posix_commonGravatar Yuchen Zeng2017-03-23
| |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | 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
| | | | * \ \ \ \ \ Merge pull request #9986 from apolcyn/fix_connectivityGravatar apolcyn2017-03-23
| | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ruby add background channel state poller to handle disconnected transports
| | * | | | | | | | | 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
| | | | | | | | | | | * | Test if the user agent string is copied correctlyGravatar Yuchen Zeng2017-03-22
| | | | | | | | | | | | |
| | | | | | | | | | | * | Replace existing string in SetUserAgentPrefixGravatar Yuchen Zeng2017-03-22
| | | | | | | | | | | | |
| | | | | | | * | | | | | fix mac crash on abruptly ended server threadGravatar Alexander Polcyn2017-03-22
| | | | | | | | | | | | |
| * | | | | | | | | | | | 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
| | | | | | | | | | | |
| | | | | | | | | * | | 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 remote-tracking branch 'upstream/master' into cares_rebaseGravatar Yuchen Zeng2017-03-22
| | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | 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
| | | | | | | | * | | | | | get rid of time check increment in watch connectivity state loopGravatar Alexander Polcyn2017-03-22
| | | | | | | | | | | | | |