aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #15726 from kwasimensah/masterGravatar Nicolas Noble2018-06-14
|\ | | | | Add sys/epoll.h header to relevant files
* | Revert "Add Type Checking On Channel Args"Gravatar Noah Eisen2018-06-14
| |
* | 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"
* \ \ \ \ 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
| | | | | | | |
| | | | * | | | clang formatGravatar Sree Kuchibhotla2018-06-12
| | | | | | | |
| | | | * | | | Document fd_cacheGravatar Sree Kuchibhotla2018-06-12
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #15554 from var-const/objc-cert-null-termGravatar Muxi Yan2018-06-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix out-of-bounds access loading pem files in Objective-C.
* \ \ \ \ \ \ \ Merge pull request #15696 from muxi/connectivity-monitor-cfstreamGravatar Muxi Yan2018-06-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Disable ConnectivityMonitor for CFStream builds
* \ \ \ \ \ \ \ \ Merge pull request #15648 from apolcyn/remove_fd_shutdown_already_closedGravatar apolcyn2018-06-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove already_closed param from fd_orphan
* \ \ \ \ \ \ \ \ \ Merge pull request #15699 from yashykt/noproxyargGravatar Yash Tibrewal2018-06-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add channel arg to enable/disable http proxy
* \ \ \ \ \ \ \ \ \ \ Merge pull request #15691 from apolcyn/roll_forward_fix_shutdown_closed_socketGravatar apolcyn2018-06-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Revert "Revert "Fix shutdown of closed fd when c-ares opens a second fd""
| | | | | | | | | | | * Fixing typoGravatar kwasimensah2018-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing typo
| | | | | | | | | | | * Add sys/epoll.hGravatar kwasimensah2018-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EPOLL_CLOEXEC should come from this header and wasn't explicitly included before
| | | | | | | | | | | * Add sys/epoll.hGravatar kwasimensah2018-06-12
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | EPOLL_CLOEXEC should come from this header and wasn't explicitly included before
* | | | | | | | | | | Merge pull request #15092 from yashykt/epollerrGravatar Yash Tibrewal2018-06-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make linux polling engines capable of tracking errors separately
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #15713 from hcaseyal/cleanup_filtersGravatar hcaseyal2018-06-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Use GRPC_CLOSURE_RUN instead of directly invoking callbacks in filters
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #15687 from jtattermusch/csharp_mock_exampleGravatar Jan Tattermusch2018-06-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add C# tests that demonstrate how to unit test grpc code with test doubles.
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #15688 from jtattermusch/csharp_fully_qualified_marshallerGravatar Jan Tattermusch2018-06-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C# codegen: use fully qualified name in __Marshaller_* fields
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #15714 from muxi/fix-cfstream-dup-scheduleGravatar Muxi Yan2018-06-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Batch fixes for a few CFStream issues
| | | | | | | | | | | | * | | | Fix call stack alignment.Gravatar Mark D. Roth2018-06-11
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | Code review changes.Gravatar Mark D. Roth2018-06-11
| | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | Use GRPC_CLOSURE_RUN instead of directly invoking callbacks in some filtersGravatar Hope Casey-Allen2018-06-11
| | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | Merge branch 'master' into epollerrGravatar Yash Tibrewal2018-06-11
| | | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / | | | | |/| | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #15707 from ghostwriternr/fix-cython-file-endingsGravatar Nathaniel Manista2018-06-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update grpc_gevent cython files to include .pxi.
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #15689 from ↵Gravatar Nathaniel Manista2018-06-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/generic-rpc-handler-validation Check conformance to grpc.GenericRpcHandler type.
| | | * | | | | | | | | | | | | | | nit - Update test descriptionGravatar Muxi Yan2018-06-11
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | nit - Rename stream_sync to stream_handle to match class nameGravatar Muxi Yan2018-06-11
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | bug - Fix #15679Gravatar Muxi Yan2018-06-11
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | | Downgrade the logging for TSI_NOT_FOUND errorsGravatar ncteisen2018-06-11
| | | | | | | |_|_|_|_|_|_|_|/ / / | | | | | | |/| | | | | | | | | |
* | | | | | / | | | | | | | | | | Remove old commentsGravatar ncteisen2018-06-11
| |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | Revert "Revert "move recv_trailing_metadata into its own callback, don't use ↵Gravatar Mark D. Roth2018-06-11
| |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on_complete for recv_ops"" This reverts commit f3715134458cb14efd855d948f229dc2661b4028.
| | * | | | | | | | | | | | | Update grpc_gevent cython files to include .pxiGravatar Naresh2018-06-11
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All files under `grpc/_cython/_cygrpc` in grpcio Python package are used as include files and thus have a .pxi file extension. grpc_gevent implementation was added in 1bfff8e, but didn't include the .pxi file extension. Update these file names.
* | | | | | | | | | | | | | Merge pull request #15676 from ncteisen/error-creation-sanityGravatar Noah Eisen2018-06-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No Error Creation on RPC Hotpath