Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add an error to fd_shutdown (and recursively) | Craig Tiller | 2017-01-27 |
| | | | | Allows diagnosing WHY a file descriptor was shutdown prematurely. | ||
* | Revert "Revert "Metadata handling rewrite"" | Craig Tiller | 2017-01-23 |
| | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55. | ||
* | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | |||
* | Add a mechanism for tagging threads that might be owned by | Craig Tiller | 2017-01-12 |
| | | | | | | | calls/channels Use it to ensure we don't delete the call from that thread: doing so would create a cycle that's kind of bad. | ||
* | Uncover the badness | Craig Tiller | 2017-01-12 |
| | |||
* | Fix sanity: core_banned_functions | Craig Tiller | 2017-01-11 |
| | |||
* | Fix sanity: core_banned_functions | Craig Tiller | 2017-01-11 |
| | |||
* | Merge github.com:grpc/grpc into fix_errors | Craig Tiller | 2017-01-09 |
|\ | |||
* | | clang-format | Craig Tiller | 2017-01-06 |
| | | |||
* | | Fixes, remove grpc_error_free_string | Craig Tiller | 2017-01-06 |
| | | |||
* | | Start fixing http error --> grpc status conversion | Craig Tiller | 2017-01-06 |
| | | |||
* | | Update to new error handling discipline | Craig Tiller | 2017-01-06 |
| | | |||
| * | Handshaker plugin mechanism. | Mark D. Roth | 2017-01-06 |
| | | |||
* | | Merge branch 'slice_with_exec_ctx_and_new_closures' into ↵ | Craig Tiller | 2017-01-04 |
|\| | | | | | | | metadata_filter_and_new_closures | ||
| * | Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures | Craig Tiller | 2017-01-03 |
| |\ | |||
| * \ | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2017-01-03 |
| |\ \ | |||
| | | * | Changes to exec_ctx/closure/combiner/workqueue interfaces | Craig Tiller | 2016-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 branch 'slice_with_exec_ctx' into metadata_filter | Craig Tiller | 2016-12-27 |
|\| | | |||
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-27 |
| |\ \ | |||
| | | * | Fixing JWT verifier. | Julien Boeuf | 2016-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. | ||
| | * | Get wrapped endpoint's fd in secure_endpoint's endpoint_get_fd | Yuchen Zeng | 2016-12-19 |
| | | | |||
* | | | Merge branch 'slice_with_exec_ctx' into metadata_filter | Craig Tiller | 2016-12-12 |
|\| | | |||
| * | | Fix merge error | Craig Tiller | 2016-12-12 |
| | | | |||
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-12 |
| |\ \ | |||
| | | * | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup | Mark D. Roth | 2016-12-09 |
| | | |\ | | | |/ | | |/| | |||
* | | | | Offer grpc_slice_to_c_string to simplify some code | Craig Tiller | 2016-12-09 |
| | | | | |||
| | * | | clang-format | Mark D. Roth | 2016-12-08 |
| | | | | |||
| | * | | Fix race condition on shutdown. | Mark D. Roth | 2016-12-08 |
| | | | | |||
* | | | | Fix memory leak | Craig Tiller | 2016-12-07 |
| | | | | |||
| | * | | Redo change accidentally reverted in previous commit. | Mark D. Roth | 2016-12-07 |
| | | | | |||
| | * | | clang-format | Mark D. Roth | 2016-12-07 |
| | | | | |||
| | * | | Allow creating security handshaker without adding it to handshake manager. | Mark D. Roth | 2016-12-07 |
| | | | | |||
* | | | | Merge branch 'slice_interning' into metadata_filter | Craig Tiller | 2016-12-06 |
|\| | | | |||
| * | | | Make core_banned_functions.py pass again | Craig Tiller | 2016-12-06 |
| | | | | |||
| * | | | clang-format | Craig Tiller | 2016-12-06 |
| | | | | |||
| * | | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-06 |
| |\ \ \ | |||
| | | * | | clang-format | Mark D. Roth | 2016-12-06 |
| | | | | | |||
| | | * | | Clarify comment. | Mark D. Roth | 2016-12-06 |
| | | | | | |||
| | | * | | Rename *_create_handshakers() to *_add_handshakers(). | Mark D. Roth | 2016-12-06 |
| | |/ / | |||
| | | * | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup | Mark D. Roth | 2016-12-05 |
| | | |\ | | | |/ | | |/| | |||
| | * | | Fix asan failures. | Mark D. Roth | 2016-12-02 |
| | | | | |||
| | * | | clang-format | Mark D. Roth | 2016-12-01 |
| | | | | |||
| | * | | Merge branch 'security_handshaker1' into security_handshaker2 | Mark D. Roth | 2016-12-01 |
| | |\ \ | |||
| * | | | | Fix stack corruption | Craig Tiller | 2016-11-30 |
| | | | | | |||
| | * | | | Fix shutdown semantics for security handshaker. | Mark D. Roth | 2016-11-30 |
| | | | | | |||
| | * | | | Remove redundant fields for endpoints. | Mark D. Roth | 2016-11-29 |
| | | | | | |||
| | * | | | Add locking in security handshaker. | Mark D. Roth | 2016-11-29 |
| | | | | | |||
* | | | | | Correctness, memory leak fixes | Craig Tiller | 2016-11-23 |
| | | | | | |||
* | | | | | Fix some auth filtering bugs | Craig Tiller | 2016-11-23 |
| | | | | | |||
* | | | | | Initial conversion work to indexed metadata | Craig Tiller | 2016-11-22 |
| | | | | |