Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #9129 from markdroth/handshaker_plugin | Mark D. Roth | 2017-01-09 |
|\ | | | | | Handshaker plugin mechanism | ||
* | | Review feedback | Craig Tiller | 2017-01-06 |
| | | |||
* | | Actually add the documentation | Craig Tiller | 2017-01-06 |
| | | |||
| * | Handshaker plugin mechanism. | Mark D. Roth | 2017-01-06 |
| | | |||
* | | Use `grpc_closure`s in `grpc_timer`s | Masood Malekghassemi | 2017-01-05 |
|/ | |||
* | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2017-01-04 |
|\ | |||
| * | Putting message size filter back. | Nicolas "Pixel" Noble | 2017-01-04 |
| | | |||
* | | Merge branch 'patchy' into slice_with_exec_ctx_and_build | Craig Tiller | 2017-01-04 |
|\| | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into bazel-take-2 | Nicolas "Pixel" Noble | 2017-01-04 |
| |\ | |||
| * \ | Merge remote-tracking branch 'google/master' into bazel-take-2 | Nicolas "Pixel" Noble | 2017-01-04 |
| |\ \ | |||
| | | * | Merge pull request #9207 from ctiller/cleanup_closures | Craig Tiller | 2017-01-04 |
| | | |\ | | | | | | | | | | | Changes to exec_ctx/closure/combiner/workqueue interfaces | ||
* | | | \ | Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures | Craig Tiller | 2017-01-04 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||
| * | | | | More UV fixes | Craig Tiller | 2017-01-03 |
| | | | | | |||
* | | | | | 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 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||
| | * | | | Fix closure usage in UV code | Craig Tiller | 2017-01-03 |
| | | | | | |||
| | * | | | clang-format code | Craig Tiller | 2017-01-03 |
| | | | | | |||
| | * | | | Fixup Windows source files for new closure APIs | Craig Tiller | 2017-01-03 |
| | | | | | |||
| | * | | | Fix some NULL usage | Craig Tiller | 2017-01-03 |
| | | | | | |||
| | * | | | Fix udp server | Craig Tiller | 2016-12-29 |
| | | | | | |||
| | * | | | Some fixes | Craig Tiller | 2016-12-29 |
| | | | | | |||
| | * | | | Some fixes | Craig Tiller | 2016-12-29 |
| | | | | | |||
| * | | | | Remove for loop initial declarations | Yuchen Zeng | 2016-12-29 |
| | |_|/ | |/| | | |||
| | * | | Fix some uninitialized variables | Craig Tiller | 2016-12-28 |
| | | | | |||
| | * | | 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 pull request #9187 from yang-g/validate_reserved_metadata | Yang Gao | 2016-12-27 |
| |\ \ | | | | | | | | | Check and fail if user provides a metadata key starting with : | ||
* | | | | Fix merge errors | 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. | ||
| | * / | Check and fail if user provides a metadata key starting with : | yang-g | 2016-12-21 |
| |/ / | |||
| * | | Get wrapped endpoint's fd in secure_endpoint's endpoint_get_fd | Yuchen Zeng | 2016-12-19 |
| | | | |||
| * | | Merge pull request #8789 from y-zeng/resolver_pollset | Yuchen Zeng | 2016-12-16 |
| |\ \ | | | | | | | | | Add grpc_pollset_set to grpc_resolve_address | ||
| | * | | Fix resolve_address_windows | Yuchen Zeng | 2016-12-15 |
| | | | | |||
| | * | | Request a pollset_set in grpc_resolve_address | Yuchen Zeng | 2016-12-15 |
| | | | | |||
| * | | | Merge remote-tracking branch 'upstream/master' into cpp_filter_api_cleanup | Mark D. Roth | 2016-12-15 |
| |\| | | |||
| | * | | Merge pull request #8795 from markdroth/client_channel_init_cleanup | Mark D. Roth | 2016-12-15 |
| | |\ \ | | | | | | | | | | | Client channel init cleanup | ||
* | | \ \ | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-15 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| * | | | | Add GRPC_CONTEXT_TRAFFIC in grpc_context_index | Yuchen Zeng | 2016-12-13 |
| | | | | | |||
| | * | | | Clean up C++ filter API. | Mark D. Roth | 2016-12-12 |
| | |/ / | |||
| | * | | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup | Mark D. Roth | 2016-12-12 |
| | |\ \ | | |/ / | |/| | | |||
* | | | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-12 |
|\| | | | |||
| * | | | Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h""" | 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 pull request #8797 from sreecha/pss_pi | David G. Quintas | 2016-12-09 |
| |\ \ \ | | | | | | | | | | | Rewrite pollset_set implementation | ||
| | | * \ | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup | Mark D. Roth | 2016-12-09 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| * | | | | Merge pull request #8979 from markdroth/handshaker_cleanup | Mark D. Roth | 2016-12-09 |
| |\ \ \ \ | | | | | | | | | | | | | Address comments from #8913. Also make changes needed for import. | ||
| * \ \ \ \ | Merge pull request #8951 from grpc/revert-8949-revert-8922-slice_cleanup | Mark D. Roth | 2016-12-09 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Revert "Revert "Remove redundant includes from string.h and tmpfile.h"" | ||
| * \ \ \ \ \ | Merge pull request #8980 from markdroth/handshaker_early_exit | Mark D. Roth | 2016-12-09 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Provide a way to exit handshaking early without an error. | ||
| * \ \ \ \ \ \ | Merge pull request #8745 from kpayson64/sigpipe_handle | kpayson64 | 2016-12-09 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Return status unavailable (over internal) on EPIPE |