Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Resolve sanity failures | Craig Tiller | 2017-03-06 |
| | |||
* | zalloc grpc_pollset | Yuchen Zeng | 2017-02-22 |
| | |||
* | Fix broken shutdown, and cascading exec_ctx usage bugs | Craig Tiller | 2017-02-14 |
| | |||
* | Replace timeout/scaling macros with functions. | Robbie Shade | 2017-01-31 |
| | |||
* | Add an error to fd_shutdown (and recursively) | Craig Tiller | 2017-01-27 |
| | | | | Allows diagnosing WHY a file descriptor was shutdown prematurely. | ||
* | Merge github.com:grpc/grpc into rollfwd | Craig Tiller | 2017-01-26 |
|\ | |||
| * | Fix tests. | Mark D. Roth | 2017-01-25 |
| | | |||
* | | Revert "Revert "Metadata handling rewrite"" | Craig Tiller | 2017-01-23 |
|/ | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55. | ||
* | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | |||
* | clang-format | Craig Tiller | 2017-01-06 |
| | |||
* | Fixes, remove grpc_error_free_string | 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 |
| |\ | |||
| | * | 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-12 |
|\| | | |||
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-12 |
| |\| | |||
| | * | Fix more allocation bugs. | Mark D. Roth | 2016-12-09 |
| | | | |||
* | | | Start resolving memory issues in C++ metadata | Craig Tiller | 2016-12-08 |
| | | | |||
* | | | Fix some leaks/use-after-frees | Craig Tiller | 2016-12-07 |
| | | | |||
* | | | Merge branch 'slice_interning' into metadata_filter | Craig Tiller | 2016-11-30 |
|\| | | |||
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-11-30 |
| |\| | |||
| | * | Increase deadline for 1byte fixture | David Garcia Quintas | 2016-11-28 |
| | | | |||
* | | | Correctness, memory leak fixes | Craig Tiller | 2016-11-23 |
| | | | |||
* | | | Fix memory leak, uninitialized memory | Craig Tiller | 2016-11-23 |
| | | | |||
* | | | All core tests compile without grpc_mdstr | Craig Tiller | 2016-11-17 |
| | | | |||
* | | | Progress towards mdstr elimination | Craig Tiller | 2016-11-14 |
|/ / | |||
* | | Finish moving to new APIs | Craig Tiller | 2016-11-09 |
| | | |||
* | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-11-09 |
|\| | |||
| * | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 2016-11-08 |
| |\ | |||
| | * | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2016-11-07 |
| | |\ | | | | | | | | | | | | | core-end2end-tests-cronet-update | ||
| | | * | Don't run cancel_after_accept test for fd and socketpair fixtures. | Mark D. Roth | 2016-11-03 |
| | | | | |||
| | | * | Fix build problem. | Mark D. Roth | 2016-10-31 |
| | | | | |||
| | | * | clang-format | Mark D. Roth | 2016-10-31 |
| | | | | |||
| | | * | Merge branch 'lb_policy_name_channel_arg' into remove_fake_resolver | Mark D. Roth | 2016-10-31 |
| | | |\ | |||
* | | | | | Progress towards making grpc_slice_unref_internal take an exec_ctx | Craig Tiller | 2016-10-31 |
|/ / / / | |||
| * | | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2016-10-30 |
| |\ \ \ | | | |/ | | |/| | | | | | core-end2end-tests-cronet-update | ||
| | | * | Change tests to use channel args instead of fake_resolver query args. | Mark D. Roth | 2016-10-27 |
| | | | | |||
* | | | | s/GPR_SLICE/GRPC_SLICE/g | Craig Tiller | 2016-10-26 |
| | | | | |||
* | | | | Merge branch 'buffer_pools_for_realsies' into grpc_slice | Craig Tiller | 2016-10-26 |
|\ \ \ \ | | |/ / | |/| | | |||
| * | | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-26 |
| |\ \ \ | | | |/ | | |/| | |||
* | | | | Bulk update #includes | Craig Tiller | 2016-10-26 |
| | | | | |||
* | | | | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 |
|/ / / | |||
* | | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-24 |
|\ \ \ | |||
| | * \ | Merge branch 'master' into uv_core_transport | murgatroid99 | 2016-10-21 |
| | |\ \ | | |/ / | |/| | | |||
| | * | | Merge branch 'master' into uv_core_transport | murgatroid99 | 2016-10-19 |
| | |\ \ | |||
| * | \ \ | Merge remote-tracking branch 'upstream/master' into rename_client_config | Mark D. Roth | 2016-10-19 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
* | | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-19 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
* | | | | | BufferPool --> ResourceQuota | Craig Tiller | 2016-10-17 |
| | | | | | |||
| | | | * | Clean format with clang-format | Muxi Yan | 2016-10-13 |
| | | | | | |||
| | | | * | Add FEATURE_MASK_SUPPORTS_AUTHORITY_HEADER in h2_http_proxy.c | Muxi Yan | 2016-10-13 |
| | | | | |