aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
* Remove for loop initial declarationsGravatar Yuchen Zeng2016-12-29
|
* 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 #8789 from y-zeng/resolver_pollsetGravatar Yuchen Zeng2016-12-16
|\ | | | | Add grpc_pollset_set to grpc_resolve_address
| * Fix resolve_address_windowsGravatar 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
| * | Add GRPC_CONTEXT_TRAFFIC in grpc_context_indexGravatar Yuchen Zeng2016-12-13
| | |
* | | Clean up C++ filter API.Gravatar Mark D. Roth2016-12-12
| |/ |/|
* | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-12
|\|
| * Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""Gravatar Craig Tiller2016-12-12
| |
| * Merge pull request #8797 from sreecha/pss_piGravatar David G. Quintas2016-12-09
| |\ | | | | | | Rewrite pollset_set implementation
* | | 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
| | | | | * | 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.
| * \ \ \ \ \ \ Merge pull request #8930 from ctiller/fixit19Gravatar Craig Tiller2016-12-07
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make TCP error messages more descriptive
| | | | | | | * | Redo change accidentally reverted in previous commit.Gravatar Mark D. Roth2016-12-07
| | | | | | | | |
| | | | | | | * | Make grpc_handshaker vtable wrapper functions public.Gravatar Mark D. Roth2016-12-07
| | | | | | | | |
| | | | | | | * | clang-formatGravatar Mark D. Roth2016-12-07
| | | | | | | | |
| | | | | | | * | Allow creating security handshaker without adding it to handshake manager.Gravatar Mark D. Roth2016-12-07
| | | | | | | | |
| | | | | * | | | Provide a way to exit handshaking early without an error.Gravatar Mark D. Roth2016-12-06
| | |_|_|/ / / / | |/| | | | | |
| | | | | | * | clang-formatGravatar Mark D. Roth2016-12-06
| | | | | | | |
| | | | | | * | Clarify comment.Gravatar Mark D. Roth2016-12-06
| | | | | | | |
| | | | | | * | Rename *_create_handshakers() to *_add_handshakers().Gravatar Mark D. Roth2016-12-06
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Fix shutdown problems with sync serverGravatar Craig Tiller2016-12-05
| | | | | | |
| | | | | * | Revert "Revert "Remove redundant includes from string.h and tmpfile.h""Gravatar Mark D. Roth2016-12-05
| | |_|_|/ / | |/| | | |
| * | | | | Revert "Remove redundant includes from string.h and tmpfile.h"Gravatar Mark D. Roth2016-12-05
| | | | | |
| * | | | | Merge pull request #8922 from sreecha/slice_cleanupGravatar Mark D. Roth2016-12-05
| |\ \ \ \ \ | | | | | | | | | | | | | | Remove redundant includes from string.h and tmpfile.h
* | | | | | | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-05
|\| | | | | |
| * | | | | | Merge pull request #8913 from markdroth/security_handshaker2Gravatar Craig Tiller2016-12-02
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Rewrite security handshaker to use generic handshaker API.
| * \ \ \ \ \ \ Merge pull request #8854 from dgquintas/backoffGravatar Craig Tiller2016-12-02
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Updated backoff to spec.
| * | | | | | | | Fix use-after-freeGravatar Craig Tiller2016-12-02
| | | | | | | | |
| | | * | | | | | Merge remote-tracking branch 'origin/security_handshaker1' into ↵Gravatar Mark D. Roth2016-12-02
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | security_handshaker2
| * | | \ \ \ \ \ \ Merge pull request #8931 from ctiller/fixit20Gravatar Craig Tiller2016-12-02
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove resource users from reclaimer lists when shutting down
| | | | | * | | | | | Fix race condition during handshake manager shutdown.Gravatar Mark D. Roth2016-12-02
| | | | | | | | | | |