aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge branch 'master' into epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-18
|\
| * Fix typos in the description of ServerGravatar Rinat Abdullin2018-06-17
| |
* | Added a test to catch such things in futureGravatar Sree Kuchibhotla2018-06-16
| |
| * Merge pull request #15780 from apolcyn/cares_windows_buildGravatar apolcyn2018-06-15
| |\ | | | | | | Separate out the posix part of the c-ares driver
* | | add the missing gpr_mu_destroyGravatar Sree Kuchibhotla2018-06-15
| | |
| | * Separate the posix part of the c-ares driverGravatar Alexander Polcyn2018-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
* | | | | | | Prevent pollable from accessing a potentially orphaned/destroyed fdGravatar Sree Kuchibhotla2018-06-14
| | | | | | |
| | * | | | | 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 "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 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
| | | | | | | |
| | | | | * | | Optimize blocking intercepted stream-unary callsGravatar Mehrdad Afshari2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the blocking stream-unary call code path to rely on the underlying synchronous API, as opposed to calling the Future-based underlying async API and invoking `.result()` on the returned Future object immediately, which can be resource-intensive.
| | | | | * | | Optimize blocking intercepted unary-unary callsGravatar Mehrdad Afshari2018-06-13
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the blocking unary-unary call code path to rely on the underlying synchronous API, as opposed to calling the Future-based underlying async API and invoking `.result()` on the returned Future object immediately, which can be resource-intensive.
* | | | | | | Merge pull request #15744 from kpayson64/disable_lruGravatar kpayson642018-06-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Disable LRU cache test on gevent
* \ \ \ \ \ \ \ Merge pull request #15730 from sreecha/epollex-pls-add-documentationGravatar Sree Kuchibhotla2018-06-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Document fd_cache (and rename MAX_PROBE_EPOLL_FDS macro to MAX_FDS_IN_CACHE)
| | | | | * | | | Reviewer feedbackGravatar ncteisen2018-06-13
| | | | | | | | |
| | | * | | | | | Revert "Second attempt: move recv_trailing_metadata into its own callback, ↵Gravatar Mark D. Roth2018-06-13
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | don't use on_complete for recv_ops"
* | | | | | | | Merge pull request #15490 from apolcyn/ares_under_combinerGravatar apolcyn2018-06-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Refactor to put c-ares queries under a combiner
* \ \ \ \ \ \ \ \ Merge pull request #15712 from ncteisen/downgrade-logsGravatar Noah Eisen2018-06-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Downgrade the Logging for TSI_NOT_FOUND Errors
| | | | * | | | | | Disable LRU cache test on geventGravatar kpayson642018-06-13
| | | | | | | | | |
| | | | | * | | | | Add a null check for the endpoint on shutdownGravatar kpayson642018-06-13
| | | | | | | | | |
* | | | | | | | | | Merge pull request #15709 from markdroth/recv_trailing_metadata_ready2Gravatar Mark D. Roth2018-06-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Second attempt: move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops
* \ \ \ \ \ \ \ \ \ \ Merge pull request #15686 from thinkerou/fix_php_readmeGravatar Zhouyihai Ding2018-06-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PHP: fix readme markdown render
| | | | * | | | | | | | Post-review change: suffix two more functions with _lockedGravatar Alexander Polcyn2018-06-13
| | | | | | | | | | | |
| | | | * | | | | | | | Put c-ares queries under a combinerGravatar Alexander Polcyn2018-06-13
| |_|_|/ / / / / / / / |/| | | | | | | | | |
| | | | | | | * | | | Clean up use of GRPC_ARG_INTEGERGravatar ncteisen2018-06-13
| | | | | | | | | | |
| | | | | | | * | | | Clean out all GRPC_ARG_STRING:Gravatar ncteisen2018-06-13
| | | | | | | | | | |
| | | | | | | * | | | Remove all uses of raw GRPC_ARG_POINTERGravatar ncteisen2018-06-13
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
| | * | | | | | | | Improve comment.Gravatar Mark D. Roth2018-06-13
| | | | | | | | | |
| | | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanupGravatar David Garcia Quintas2018-06-12
| | | | | | | | |\ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |