aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Update to use the canonical version of LB protoGravatar David Garcia Quintas2018-06-21
|
* overhaul of top-level .md filesGravatar Jan Tattermusch2018-06-20
|
* Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-20
|\
* | Reviewer feedbackGravatar ncteisen2018-06-19
| |
| * Fixing trailing metadata ops.Gravatar Vizerai2018-06-19
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-19
|\|
| * Merge pull request #15715 from markdroth/retry_data_per_attemptGravatar Mark D. Roth2018-06-19
| |\ | | | | | | Allocate retry payload fields with subchannel call instead of with each batch.
* | | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-19
|\| |
| * | Merge pull request #15274 from JackOfMostTrades/verify-callback-coreGravatar Mark D. Roth2018-06-19
| |\ \ | | | | | | | | Create verify_peer_options when creating ssl credentials to support a peer verification callback
| | | * Allocate retry payload fields with subchannel call instead of with each batch.Gravatar Mark D. Roth2018-06-19
| | | |
| * | | Merge pull request #15668 from ↵Gravatar Mehrdad Afshari2018-06-19
| |\ \ \ | | |_|/ | |/| | | | | | | | | | mehrdada/remove-csharp-interceptor-api-experimental-warning Remove EXPERIMENTAL API notice on C# interceptor API
| * | | Merge pull request #15782 from markdroth/recv_trailing_metadata_ready3Gravatar Mark D. Roth2018-06-19
| |\ \ \ | | | | | | | | | | Third attempt: move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops
| * \ \ \ Merge pull request #15070 from Vizerai/filter_portGravatar Jim King2018-06-18
| |\ \ \ \ | | | | | | | | | | | | Adding opencensus grpc plugin with bazel support.
| * \ \ \ \ Merge pull request #15377 from ganmacs/move-script-which-has-pre-reqGravatar apolcyn2018-06-18
| |\ \ \ \ \ | | | | | | | | | | | | | | Move a script which has a pre-requirement to outside of spec
| * \ \ \ \ \ Merge pull request #15791 from ganmacs/run-spec-by-specifing-fileGravatar apolcyn2018-06-18
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Be able to execute rspec for each file
| | * | | | | | All spec files require spec_helperGravatar ganmacs2018-06-18
| | | | | | | |
| | * | | | | | spec_helper requires grpcGravatar ganmacs2018-06-18
| | | | | | | |
| * | | | | | | Fix typos in the description of ServerGravatar Rinat Abdullin2018-06-17
| | | | | | | |
| | | * | | | | Move a script which has a pre-requirement to outside of specGravatar ganmacs2018-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And make it to be execute when using `./tools/run_tests/run_tests.py -l ruby`
| * | | | | | | Merge pull request #15780 from apolcyn/cares_windows_buildGravatar apolcyn2018-06-15
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Separate out the posix part of the c-ares driver
| | * | | | | | | Separate the posix part of the c-ares driverGravatar Alexander Polcyn2018-06-15
| | | | | | | | |
| | | | | | * | | Get status from wire even if the recv_trailing_metadata batch callbackGravatar Mark D. Roth2018-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is invoked with an error.
* | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-15
|\| | | | | | | |
* | | | | | | | | Make channelz an opt in featureGravatar ncteisen2018-06-15
| | | | | | | | |
| * | | | | | | | Merge pull request #15681 from ncteisen/even-more-clangGravatar Noah Eisen2018-06-15
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | Even More Clang Tidy: performance-*
| * | | | | | | | Merge pull request #15755 from ganmacs/unify-duplicated-methodGravatar apolcyn2018-06-14
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Unify nearly same methods
| * \ \ \ \ \ \ \ \ Merge pull request #15694 from srini100/bump-to-v1.14Gravatar Srini Polavarapu2018-06-14
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Bump master to v1.14
| * \ \ \ \ \ \ \ \ \ Merge pull request #15595 from dgquintas/nanopb_build_cleanupGravatar David G. Quintas2018-06-14
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Treat nanopb as a regular external dep
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #15775 from hcaseyal/fix_http_server_filter_commentGravatar hcaseyal2018-06-14
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix comment typo in http_server_filter
| | * | | | | | | | | | | Fix comment typo in http_server_filterGravatar Hope Casey-Allen2018-06-14
| | | | | | | | | | | | |
| * | | | | | | | | | | | Specify thread-safety of grpc-created channelsGravatar Nathaniel Manista2018-06-14
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge pull request #15698 from yashykt/httpsproxyGravatar Yash Tibrewal2018-06-14
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Prefer using https_proxy for secure channels and http_proxy for insec…
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #14639 from mehrdada/blocking-py-interceptGravatar Mehrdad Afshari2018-06-14
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimize blocking intercepted response-unary calls
| | * | | | | | | | | | | | Refactor: reorderGravatar Mehrdad Afshari2018-06-14
| | | | | | | | | | | | | |
| | | | * | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanupGravatar David Garcia Quintas2018-06-14
| | | | |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Refactor: avoid calling with_call APIGravatar Mehrdad Afshari2018-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid calling the public self.with_call API internally and opt for sharing the method body in a separate private method and calling that instead.
| * | | | | | | | | | | | | Merge pull request #15726 from kwasimensah/masterGravatar Nicolas Noble2018-06-14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add sys/epoll.h header to relevant files
| | | | * | | | | | | | | | | Remove check for whether channel is secure/insecure. Always prefer ↵Gravatar Yash Tibrewal2018-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'https_proxy' and fallback on 'http_proxy'
| | | | * | | | | | | | | | | No need to fallback on https_proxy for insecure connectionsGravatar Yash Tibrewal2018-06-14
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | Prefer using https_proxy for secure channels and http_proxy for insecure ↵Gravatar Yash Tibrewal2018-06-14
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | channels
| | | | | | | * | | | | | | Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
| | | | | | | | | | * | | Revert "Merge pull request #15746 from ↵Gravatar Mark D. Roth2018-06-14
| | | | | | | | |_|/ / / | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grpc/revert-15709-recv_trailing_metadata_ready2" This reverts commit 3f9308ce1f8cb42c96901c1700f0b9dbb531f186, reversing changes made to 92a0ae0b1081840d2c5a488f66bf6550c1a492f4.
| * | | | | | / | | | | Revert "Add Type Checking On Channel Args"Gravatar Noah Eisen2018-06-14
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | | | | | * | | | | Unify nearly same methodGravatar ganmacs2018-06-14
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `@call` instance variable is same in ActiveCall#merge_metadata_and_send_if_not_already_sent and ActiveCall#send_initial_metadata.
* | | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-13
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #15678 from ncteisen/channel-arg-sanityGravatar Noah Eisen2018-06-13
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add Type Checking On Channel Args
| * \ \ \ \ \ \ \ \ \ Merge pull request #15727 from kpayson64/null_endpointGravatar kpayson642018-06-13
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add a null check for the endpoint on shutdown
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #15746 from grpc/revert-15709-recv_trailing_metadata_ready2Gravatar Vijay Pai2018-06-13
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Second attempt: move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops"
| | | | | | * | | | | | | Re-raise grpc.RpcError instead of eating itGravatar Mehrdad Afshari2018-06-13
| | | | | | | | | | | | |
| | | | | | * | | | | | | Refactor: rename _LocalFailure to _FailureOutcomeGravatar Mehrdad Afshari2018-06-13
| | | | | | | | | | | | |