aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | | | | | | | | | | | | | * | | | Add ServerBuilderPlugin::UpdateChannelArgumentsGravatar Yuchen Zeng2016-08-29
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | * | Fix file namesGravatar Vijay Pai2016-08-29
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | * | Update golden fileGravatar Vijay Pai2016-08-29
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | * | | Use --protofilesGravatar Yuchen Zeng2016-08-29
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | * | clang-formatGravatar Vijay Pai2016-08-29
| | | | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | | Update documentationGravatar Craig Tiller2016-08-29
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | * | Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated ↵Gravatar Vijay Pai2016-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is violating the appearance of unary-ness)
| | | | | | | | | | | | | | * | | | | | fixes for asan leak, and proxy testGravatar Makarand Dharmapurikar2016-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | freeing up payload_bytes. returning GET response only once.
| * | | | | | | | | | | | | | | | | | | Merge pull request #7839 from markdroth/rename_client_configGravatar Mark D. Roth2016-08-29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename grpc_client_config to grpc_resolver_result.
| | | | | | | | | | | | | | | * | | | | | surface cacheable flag to the callGravatar Makarand Dharmapurikar2016-08-29
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge pull request #7897 from stanley-cheung/php-fix-per-rpc-credsGravatar Stanley Cheung2016-08-29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP: reject metadata keys that are not legal
| | | | | | | | * | | | | | | | | | | | | | Specify the "g" in gRPCGravatar Craig Tiller2016-08-29
| | |_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge pull request #7905 from vjpai/epoll_blocksGravatar Craig Tiller2016-08-29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mark epoll_{,p}wait as blocking regions if they have a timeout
| | | | | | | | | | | | | | | | | | | | * \ Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-08-29
| | | | | | | | | | | | | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Mark an epoll that has a timeout as a blocking regionGravatar Vijay Pai2016-08-28
| |/ / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | Merge pull request #7831 from thunderboltsid/remove-skipif-pypyGravatar Nicolas Noble2016-08-28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove skipIf from TypeSmokeTest (issue 7672)
| | | * | | | | | | | | | | | | | | | | | | php: error out if metadata key is not legalGravatar Stanley Cheung2016-08-26
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | * | | | | | fixed bug exposed by h2_proxy* test.Gravatar Makdharma2016-08-26
| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | php: fix per_rpc_creds capital auth header keyGravatar Stanley Cheung2016-08-26
| | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | * | | | Add clarifying comment about IWYU in grpc++.hGravatar Egor Suvorov2016-08-26
| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | | | | clang-formatGravatar Mark D. Roth2016-08-26
| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | | | | | clang-formatGravatar Makdharma2016-08-26
| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | | | | | correctly free up memory for payload_binGravatar Makdharma2016-08-26
| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | * | | | Add IWYU export pragmas to grpc++/grpc++.h.Gravatar Egor Suvorov2016-08-26
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IWYU is a C++ tool which ensures that end users explicitly #include every header they need. Without pragmas IWYU have no way of distinguishing between 'implementation-specific' headers and headers which are shortcuts for groups of other headers, like grpc++.h.
| * | | | | | | | | | | | | | | | | | | Merge pull request #7850 from overtrue/patch-1Gravatar Stanley Cheung2016-08-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | Remove the extra comma
| | | | | | | | | | | | | | | | * | | | working with send_message with multiple slicesGravatar Makdharma2016-08-26
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into security_context_extensionGravatar Julien Boeuf2016-08-26
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | | | Addressing feedback.Gravatar Julien Boeuf2016-08-25
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | * | | Use the VIP that routes to GFE.Gravatar Adele Zhou2016-08-25
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | * | Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMINGGravatar Vijay Pai2016-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in all cases
| | | | | | | | | | | | | | | | | * | Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-08-25
| | | | | | | | | | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge pull request #7799 from ejona86/percent-encode-status-descGravatar Eric Anderson2016-08-25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spec: Percent-encode Status-Message
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7643 from PiotrSikora/export_licenseGravatar Nicolas Noble2016-08-25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bazel: export LICENSE file.
| | | | | | | | | | | | | | * | | | | | | Fix some more tests that called cq_expect_completion().Gravatar Mark D. Roth2016-08-25
| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | | | | | Merge remote-tracking branch 'upstream/master' into cq_verifier_file_lineGravatar Mark D. Roth2016-08-25
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | Merge branch 'fix_typo' of github.com:atetubou/grpc into fix_typoGravatar Takuto Ikuta2016-08-25
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | | | | | | remove docstring for not existing argumentGravatar Takuto Ikuta2016-08-25
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | | Fix a typoGravatar Takuto Ikuta2016-08-25
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | | Merge pull request #1 from grpc/masterGravatar Takuto Ikuta2016-08-25
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | merge
| | | | | | | | | * | | | | | | | | | | | | Merge branch 'master' of git://github.com/grpc/grpc into fix_typoGravatar Takuto Ikuta2016-08-25
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | | | | | | | Avoid static initialization of the kIdentity blockGravatar Jorge Canizales2016-08-24
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unlike other Objective-C objects, there's no hard reason why the compiler wouldn't be able to initialize a block statically (as it does with NSString literals). And it certainly doesn't complain about it (like it does with other object initializers). But as I haven't been able to find confirmation of this, and we're seeing a weird crash occur near this code, let's play it safe.
| | * | | | | | | | | | | | | | | | | | | Bazel: export LICENSE file.Gravatar Piotr Sikora2016-08-24
| |/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Piotr Sikora <piotrsikora@google.com>
| | | | | | | | | | | | | | | | | * | | prep work for enabling cachingGravatar Makdharma2016-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new header grpc-payload-bin Added new channel arg for setting max payload size Ability to create a GET request in client filter Ability to parse the payload from header in server filter.
| * | | | | | | | | | | | | | | | | | | Merge pull request #7616 from markdroth/cq_verifier_cleanupGravatar Nicolas Noble2016-08-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up cq_verifier code and error messages.
| | | | | | | | | | | | | | * | | | | | | Change cq_verifier to report file and line number for expectations.Gravatar Mark D. Roth2016-08-24
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | * | | | Remove undefined envGravatar pythias2016-08-24
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | | | remove docstring for not existing argumentGravatar Takuto Ikuta2016-08-24
| | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | Remove the extra commaGravatar 安正超2016-08-24
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #7802 from nicolasnoble/upmerge-from-v1.0.xGravatar Nicolas Noble2016-08-23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upmerge from v1.0.x
| | | | | | * | | | | | | | | | | | | Fix broken test.Gravatar Mark D. Roth2016-08-23
| | | | | | | | | | | | | | | | | | |