Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improvements to C++ filter API: | Mark D. Roth | 2017-06-29 |
| | | | | | | | - Make sure all C-core parameters are passed into C++ methods. - Add Destroy() methods for ChannelData and CallData. - Use C++-style casts. - Add 'extern "C"' to iomgr/closure.h, which is used in C++ filters. | ||
* | Document error unref contract for iomgr cb's and transport/stream errors | Vijay Pai | 2017-06-28 |
| | |||
* | Add workqueue tracer | ncteisen | 2017-06-08 |
| | |||
* | Rework error and closure tracing | ncteisen | 2017-06-08 |
| | |||
* | Add rich closure debug mode | ncteisen | 2017-06-08 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Add check that we don't schedule the same closure twice at once. | Mark D. Roth | 2017-04-04 |
| | |||
* | Merge branch 'bm_countwrites' into bwest | Craig Tiller | 2017-01-27 |
|\ | |||
* \ | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-26 |
|\ \ | |||
| | * | Revert "Revert "Metadata handling rewrite"" | Craig Tiller | 2017-01-23 |
| |/ | | | | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55. | ||
| * | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | | |||
* | | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-20 |
|\| | |||
* | | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-13 |
|\ \ | |||
| | * | Uncover the badness | Craig Tiller | 2017-01-12 |
| |/ | |||
| * | Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures | Craig Tiller | 2017-01-03 |
| |\ | |||
* | | | Ping progress | Craig Tiller | 2016-12-29 |
| |/ |/| | |||
* | | 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 | ||
| * | Fix foward declaration duplication | Craig Tiller | 2016-11-10 |
|/ | |||
* | clang-format | Craig Tiller | 2016-09-08 |
| | |||
* | Call closures directly where safe | Craig Tiller | 2016-09-01 |
| | |||
* | Note polling coverage when taking combiner locks: resolves offload issues | Craig Tiller | 2016-08-31 |
| | |||
* | Progress on a finalization list | Craig Tiller | 2016-07-08 |
| | |||
* | Rename async_execution_lock --> combiner, make it use closures, unroll ↵ | Craig Tiller | 2016-07-07 |
| | | | | previous changes for idleness | ||
* | Update comments | Craig Tiller | 2016-05-24 |
| | |||
* | Error handling progress in chttp2 transport | Craig Tiller | 2016-05-05 |
| | |||
* | Progress | Craig Tiller | 2016-05-03 |
| | |||
* | Unifying error handling within core | Craig Tiller | 2016-04-28 |
| | |||
* | Fix memory leak on disconnection | Craig Tiller | 2016-04-23 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Fix include guards | Craig Tiller | 2016-03-25 |
| | |||
* | Stage #1 of core breakup: move everything under lib | Craig Tiller | 2016-03-25 |