aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_posix.h
Commit message (Collapse)AuthorAge
* Add newline at the end of src/core headers that did not have itGravatar Yash Tibrewal2017-10-09
|
* Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
|\
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| |
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-19
|\|
| * Add pollset_kick statsGravatar Craig Tiller2017-09-01
| |
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-08-29
|\|
| * Add already_closed in grpc_fd_orphanGravatar Yuchen Zeng2017-07-17
| |
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-07-17
|\|
| * fix memory leaks due to not calling grpc_shutdown in bm_cq_multiple_threadsGravatar Sree Kuchibhotla2017-07-14
| |
| * Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-08
| |\
| | * auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| | |
| * | Remove workqueue, covered_by_poller as concepts, get Mac build upGravatar Craig Tiller2017-05-12
| |/
* / Converting codeGravatar Craig Tiller2017-05-12
|/
* clang-formatGravatar Craig Tiller2017-05-05
|
* Integrate new tracersGravatar Craig Tiller2017-05-05
|
* Merge branch 'epex4' into uberpollGravatar Craig Tiller2017-05-05
|\
* | Isolate timer checking in its own threadGravatar Craig Tiller2017-05-02
| |
| * Fixup testsGravatar Craig Tiller2017-04-17
| |
| * Merge github.com:grpc/grpc into epex3Gravatar Craig Tiller2017-04-11
| |\ | |/ |/|
| * Add tracerGravatar Craig Tiller2017-04-10
| |
* | Microbenchmark for measuring impact of multiple threads calling cq_nextGravatar Sree Kuchibhotla2017-04-04
|/
* Fix broken shutdown, and cascading exec_ctx usage bugsGravatar Craig Tiller2017-02-14
|
* Eliminate CQ freelistGravatar Craig Tiller2017-02-09
|
* Add an error to fd_shutdown (and recursively)Gravatar Craig Tiller2017-01-27
| | | | Allows diagnosing WHY a file descriptor was shutdown prematurely.
* 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
* Fix mac buildGravatar Craig Tiller2016-11-28
| | | | | Localize global_wakeup_fd declarations, instead of trying to share them, so that this bug is less likely to occur in the future.
* Fix refcount debugGravatar Craig Tiller2016-09-09
|
* Tie workqueue implementation to event engineGravatar Craig Tiller2016-09-09
|
* Allow returning a workqueue somehow associated with an endpointGravatar Craig Tiller2016-06-30
|
* clang formatGravatar Sree Kuchibhotla2016-06-22
|
* Merge branch 'master' into epoll_changes_mergedGravatar Sree Kuchibhotla2016-06-21
|\
* | Test polling island mergesGravatar Sree Kuchibhotla2016-06-16
| |
| * Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
| |\
| | * Make {endpoint,fd}_shutdown idempotentGravatar Craig Tiller2016-06-15
| |/ |/|
| * Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-24
| |\ | |/ |/|
| * Error reporting progressGravatar Craig Tiller2016-05-06
| |
* | fix formattingGravatar Sree Kuchibhotla2016-04-12
| |
* | first cut of changesGravatar Sree Kuchibhotla2016-04-12
|/
* Remove unnecessary -2016 from copyrightsGravatar Craig Tiller2016-04-05
|
* Fix include guardsGravatar Craig Tiller2016-03-30
|
* Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-28