aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/ev_epoll_linux_test.c
Commit message (Collapse)AuthorAge
* zalloc grpc_pollsetGravatar Yuchen Zeng2017-02-22
|
* Add an error to fd_shutdown (and recursively)Gravatar Craig Tiller2017-01-27
| | | | Allows diagnosing WHY a file descriptor was shutdown prematurely.
* Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-24
|\
* | Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* | Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
| |
| * Fix workqueue_move_items_to_parent() invocation bug in ↵Gravatar Harvey Tuch2017-01-20
| | | | | | | | | | | | | | polling_island_merge()[ev_epoll_linux.c]. This bug resulted in workqueue items failing to merge correctly and consequently queued closures would fail to execute.
* | Merge branch 'slice_with_exec_ctx_and_new_closures' into ↵Gravatar Craig Tiller2017-01-04
|\| | | | | | | metadata_filter_and_new_closures
| * Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
| |\
| | * clang-format codeGravatar Craig Tiller2017-01-03
| | |
| | * Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-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 github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-18
| |/
* / Initial fixesGravatar Craig Tiller2016-11-17
|/
* Renamed GPR_ constants to GRPC_ in iomgr/port.hGravatar murgatroid992016-08-08
|
* Separate out iomgr-specific constants into a separate headerGravatar murgatroid992016-08-08
|
* Compilation failureGravatar Sree Kuchibhotla2016-06-22
|
* Fix build errors on some configurationsGravatar Sree Kuchibhotla2016-06-22
|
* Use pipe fds instead of event fds for the testGravatar Sree Kuchibhotla2016-06-22
|
* Integrate with unified error reportingGravatar Sree Kuchibhotla2016-06-21
|
* Test polling island mergesGravatar Sree Kuchibhotla2016-06-16