Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move parameters for all grpc_op types into their own sub-structs. | Mark D. Roth | 2017-01-28 |
| | |||
* | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | |||
* | Fix sanity: core_banned_functions | Craig Tiller | 2017-01-11 |
| | |||
* | clang-format | Craig Tiller | 2017-01-06 |
| | |||
* | Fixes, remove grpc_error_free_string | Craig Tiller | 2017-01-06 |
| | |||
* | Error handling cleanup | Craig Tiller | 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 |
| |\ | |||
| | * | 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 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 |
| |\| | |||
* | | | Undo bogus commit | Craig Tiller | 2016-12-09 |
| | | | |||
* | | | Fix memory leak | Craig Tiller | 2016-12-09 |
| | | | |||
| | * | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup | Mark D. Roth | 2016-11-28 |
| | |\ | |||
* | | | | Fix memory leak, uninitialized memory | Craig Tiller | 2016-11-23 |
| | | | | |||
* | | | | Fix memory leaks | Craig Tiller | 2016-11-23 |
| | | | | |||
* | | | | Fix memory leak | Craig Tiller | 2016-11-23 |
| | | | | |||
* | | | | Fix memory leak | Craig Tiller | 2016-11-23 |
| | | | | |||
* | | | | Initial conversion work to indexed metadata | Craig Tiller | 2016-11-22 |
| | | | | |||
* | | | | Move from cmp --> eq, and provide a good implementation for interning | Craig Tiller | 2016-11-21 |
| | | | | |||
* | | | | Fix server | Craig Tiller | 2016-11-18 |
| | | | | |||
| | * | | clang-format | Mark D. Roth | 2016-11-18 |
| | | | | |||
| | * | | Change destroy_call_elem() to return a grpc_error*. | Mark D. Roth | 2016-11-18 |
| | | | | |||
* | | | | Progress towards mdelem pointer elimination | Craig Tiller | 2016-11-18 |
| | | | | |||
* | | | | Begin moving mdelem to be a value type | Craig Tiller | 2016-11-18 |
| | | | | |||
* | | | | Merge branch 'slice_interning' into eliminate_mdstr | Craig Tiller | 2016-11-16 |
|\| | | | |||
| * | | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-11-16 |
| |\ \ \ | | | |/ | | |/| | |||
| | * | | Merge github.com:grpc/grpc into bm_fullstack | Craig Tiller | 2016-11-16 |
| | |\| | |||
* | | | | Progress towards mdstr elimination | Craig Tiller | 2016-11-14 |
| | | | | |||
* | | | | Progress towards mdstr elimination | Craig Tiller | 2016-11-10 |
|/ / / | |||
* | | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-11-09 |
|\ \ \ | | |/ | |/| | |||
| * | | Merge pull request #8618 from markdroth/channel_info_api | Mark D. Roth | 2016-11-08 |
| |\ \ | | | | | | | | | Add API for getting arbitrary state back from a channel | ||
* | | | | Progress towards making grpc_slice_unref_internal take an exec_ctx | Craig Tiller | 2016-10-31 |
|/ / / | |||
* | | | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 2016-10-28 |
|\ \ \ | |||
| | * | | Add grpc_channel_get_info() to C-core API. | Mark D. Roth | 2016-10-27 |
| |/ / | |||
* | | | s/GPR_SLICE/GRPC_SLICE/g | Craig Tiller | 2016-10-26 |
| | | | |||
* | | | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 |
| | | | |||
| | * | Add some endpoint pair tests | Craig Tiller | 2016-10-26 |
| |/ | |||
| * | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-09-29 |
| |\ | |||
* | \ | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-09-29 |
|\ \ \ | | |/ | |/| | |||
* | | | Fix double-free | Craig Tiller | 2016-09-29 |
| |/ |/| | |||
| * | Merge pull request #7833 from sreecha/fix_channel_from_fd_api | Nicolas Noble | 2016-09-29 |
| |\ | | | | | | | Remove completion queue parameter from `grpc_server_add_insecure_channel_from_fd` API | ||
* | | | Add trace for server channel events | Craig Tiller | 2016-09-21 |
| | | | |||
| * | | Revert "Revert "Grand unified closures"" | Craig Tiller | 2016-09-12 |
| | | | |||
| * | | Revert "Grand unified closures" | Craig Tiller | 2016-09-12 |
| | | | |||
| | * | Merge branch 'master' into fix_channel_from_fd_api | Sree Kuchibhotla | 2016-09-09 |
| | |\ | |||
* | | | | clang-format | Craig Tiller | 2016-09-08 |
| | | | | |||
| * | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-09-02 |
| |\ \ \ | | | |/ | | |/| | |||
* | | | | Call closures directly where safe | Craig Tiller | 2016-09-01 |
| | | | |