aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
* Merge pull request #9187 from yang-g/validate_reserved_metadataGravatar Yang Gao2016-12-27
|\ | | | | Check and fail if user provides a metadata key starting with :
* | Fixing JWT verifier.Gravatar Julien Boeuf2016-12-21
| | | | | | | | | | | | | | | | - Initializes grpc correctly in the JWT utils. - Make the email mapping work with the new service accounts produced by Google IAM. - Adding check for email issuers where the issuer has to be the subject as well. - Implementing portable version of memrchr.
| * Check and fail if user provides a metadata key starting with :Gravatar yang-g2016-12-21
|/
* Get wrapped endpoint's fd in secure_endpoint's endpoint_get_fdGravatar Yuchen Zeng2016-12-19
|
* Merge pull request #9144 from dgquintas/grpclb_server_uriGravatar David G. Quintas2016-12-16
|\ | | | | grpclb: skip slash in server uri path if present
| * grpclb: skip slash in server uri path if presentGravatar David Garcia Quintas2016-12-16
| |
* | Merge pull request #8789 from y-zeng/resolver_pollsetGravatar Yuchen Zeng2016-12-16
|\ \ | |/ |/| Add grpc_pollset_set to grpc_resolve_address
| * Add grpc_pollset_set as an arg in grpc_resolver_createGravatar Yuchen Zeng2016-12-15
| |
| * Fix resolve_address_windowsGravatar Yuchen Zeng2016-12-15
| |
| * Add pollset_set in grpc_resolverGravatar Yuchen Zeng2016-12-15
| |
| * Request a pollset_set in grpc_resolve_addressGravatar Yuchen Zeng2016-12-15
| |
* | Merge remote-tracking branch 'upstream/master' into cpp_filter_api_cleanupGravatar Mark D. Roth2016-12-15
|\|
| * Merge pull request #8795 from markdroth/client_channel_init_cleanupGravatar Mark D. Roth2016-12-15
| |\ | | | | | | Client channel init cleanup
| * \ Merge pull request #9098 from y-zeng/grpc_context_trafficGravatar Yuchen Zeng2016-12-14
| |\ \ | | | | | | | | Add GRPC_CONTEXT_TRAFFIC in grpc_context_index
* | \ \ Merge branch 'client_channel_init_cleanup' into cpp_filter_api_cleanupGravatar Mark D. Roth2016-12-14
|\ \ \ \ | | |_|/ | |/| |
| * | | clang-formatGravatar Mark D. Roth2016-12-14
| | | |
* | | | Merge branch 'client_channel_init_cleanup' into cpp_filter_api_cleanupGravatar Mark D. Roth2016-12-14
|\| | |
| * | | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-14
| |\| |
| | * | Merge pull request #9089 from dgquintas/short_deadlines_sans_testsGravatar David G. Quintas2016-12-13
| | |\ \ | | | | | | | | | | Short deadlines: set Status on deadline
| | | | * Add GRPC_CONTEXT_TRAFFIC in grpc_context_indexGravatar Yuchen Zeng2016-12-13
| | | |/ | | |/|
| | | * Short deadlines: set Status on deadlineGravatar David Garcia Quintas2016-12-13
| | | |
* | | | Clean up C++ filter API.Gravatar Mark D. Roth2016-12-12
|/ / /
* | | Move internal channel arg definitions out of public headers.Gravatar Mark D. Roth2016-12-12
| | |
* | | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-12
|\| |
* | | Eliminate redundant places where server name was stored.Gravatar Mark D. Roth2016-12-12
| | |
* | | Fix grpclb code.Gravatar Mark D. Roth2016-12-12
| | |
| * | Merge pull request #9062 from grpc/revert-9019-short_deadlinesGravatar Craig Tiller2016-12-12
| |\ \ | | | | | | | | Revert "Handle (and test) short call deadlines"
| * | | Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""Gravatar Craig Tiller2016-12-12
| | | |
| | * | Revert "Handle (and test) short call deadlines"Gravatar Craig Tiller2016-12-12
| |/ /
| * | Merge pull request #8797 from sreecha/pss_piGravatar David G. Quintas2016-12-09
| |\ \ | | | | | | | | Rewrite pollset_set implementation
* | | | Add function to create channel arg for client channel factory.Gravatar Mark D. Roth2016-12-09
| | | |
| * | | Short deadlines: set Status on deadlineGravatar David Garcia Quintas2016-12-09
| | |/ | |/|
* | | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-09
|\| |
| * | Merge pull request #8979 from markdroth/handshaker_cleanupGravatar Mark D. Roth2016-12-09
| |\ \ | | | | | | | | Address comments from #8913. Also make changes needed for import.
| * \ \ Merge pull request #8951 from grpc/revert-8949-revert-8922-slice_cleanupGravatar Mark D. Roth2016-12-09
| |\ \ \ | | | | | | | | | | Revert "Revert "Remove redundant includes from string.h and tmpfile.h""
| * \ \ \ Merge pull request #8980 from markdroth/handshaker_early_exitGravatar Mark D. Roth2016-12-09
| |\ \ \ \ | | | | | | | | | | | | Provide a way to exit handshaking early without an error.
| * \ \ \ \ Merge pull request #8745 from kpayson64/sigpipe_handleGravatar kpayson642016-12-09
| |\ \ \ \ \ | | | | | | | | | | | | | | Return status unavailable (over internal) on EPIPE
* | | | | | | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-09
|\| | | | | |
| | | | * | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2016-12-09
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | revert-8949-revert-8922-slice_cleanup
| | | * | | | Catch the case where we were shutdown after a handoff.Gravatar Mark D. Roth2016-12-09
| | | | | | |
| | | | | * | Fix more allocation bugs.Gravatar Mark D. Roth2016-12-09
| | | | | | |
| | | | | * | Fix allocation bug.Gravatar Mark D. Roth2016-12-09
| | | | | | |
| | | * | | | Merge remote-tracking branch 'upstream/master' into handshaker_early_exitGravatar Mark D. Roth2016-12-08
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | | | | * | Pass ownership of grpc_tcp_server_acceptor to connector.Gravatar Mark D. Roth2016-12-08
| | | | | | |
| | | | | | * Remove PO_DEBUG from build.yaml and move it to ev_epoll_linux.cGravatar Sree Kuchibhotla2016-12-08
| | | | | | |
| | | | | | * Merge branch 'master' into pss_piGravatar Sree Kuchibhotla2016-12-08
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | | | * | clang-formatGravatar Mark D. Roth2016-12-08
| | | | | | |
| | | | | * | Fix race condition on shutdown.Gravatar Mark D. Roth2016-12-08
| | | | | | |
| * | | | | | Merge pull request #8898 from rjshade/fix_tsanGravatar Craig Tiller2016-12-08
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix TSAN failure when running DEBUG mode.