aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #10244 from muxi/more-test-informationGravatar Muxi Yan2017-03-27
|\ | | | | Use xcpretty to provide better test information
* \ Merge pull request #10222 from makdharma/caching_with_uriGravatar makdharma2017-03-26
|\ \ | | | | | | using URI query to communicate payload
* \ \ Merge pull request #10278 from muxi/fix-timeoutGravatar Muxi Yan2017-03-24
|\ \ \ | | | | | | | | Fix testInternalError that caused Jenkins hang for a long time
* \ \ \ 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.
| | | | | | | | * | review feedback and one bugfixGravatar Makarand Dharmapurikar2017-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added a needed unref_internal changed k_query_separator to a char from string review feedback addressed. added todo for changing flags to bool from int
| | | | | | | | * | Merge branch 'master' of https://github.com/grpc/grpc into caching_with_uriGravatar Makarand Dharmapurikar2017-03-24
| | | | | | | | |\ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | 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
| | | | | | | | | | * | | Better strategyGravatar Muxi Yan2017-03-24
| | | | | | | | | | | | |
* | | | | | | | | | | | | Add socket factory support to udp_server.cGravatar Michael Warres2017-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
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| | | | | | | | | * | | Fix testInternalError that caused Jenkins hang for a long timeGravatar Muxi Yan2017-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
| | | | | | | | | * | fix a fuzzer detected corner caseGravatar Makarand Dharmapurikar2017-03-23
| | | | | | | | | | |
| | | | | | | * | | | Update with the new error interfaceGravatar Yuchen Zeng2017-03-23
| | | | | | | | | | |
| | | | | | | | | * | yet another ref fixGravatar Makarand Dharmapurikar2017-03-23
| | | | | | | | | | |
| | | | * | | | | | | 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
| | | | | | | | | |
| | | | | | | | * | fixed yet another referencing issueGravatar Makarand Dharmapurikar2017-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
| |_|_|/ / / / / / / |/| | | | | | | | |
| | | | | | | | * | fixed asan memory leak ref issueGravatar Makarand Dharmapurikar2017-03-23
| | | | | | | | | |
| * | | | | | | | | Add pylint comment to justify unused importGravatar Mehrdad Afshari2017-03-23
| | | | | | | | | |
| | * | | | | | | | 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
| | | | | | | | | * | | | Replace existing string in SetUserAgentPrefixGravatar Yuchen Zeng2017-03-22
| | | | | | | | | | | | |
| | | | | | | | | | | * | addressed review feedback.Gravatar Makarand Dharmapurikar2017-03-22
| | | | | | | | | | | | |
| | | | | | | | | | | | * More granularity in objc testsGravatar Muxi Yan2017-03-22
| | | | | | | | | | | | |
| | | | | | | | | | | * | free the allocated slice to fix asan failureGravatar Makarand Dharmapurikar2017-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