aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_epoll1_linux.cc
Commit message (Expand)AuthorAge
* Avoid the thread jump in server callback APIs.Gravatar Guantao Liu2019-01-07
* Extend ev_posix.* to prepare for the new background poller 'epollbg',Gravatar Guantao Liu2018-11-19
* Use union to make alignement robust.Gravatar Soheil Hassas Yeganeh2018-10-19
* Do not waste cache lines with unnecessary paddings.Gravatar Soheil Hassas Yeganeh2018-10-19
* Add TODO in fd_global_shutdown()Gravatar Juanli Shen2018-09-27
* Support gRPC Python client-side fork with epoll1Gravatar Eric Gribkoff2018-08-22
* Merge masterGravatar Yash Tibrewal2018-07-27
|\
| * Remove the notifier pollset from grpc event engine since it's not used anywhereGravatar Yash Tibrewal2018-07-26
* | Add API to grpc event engines to forcibly set underlying fd to be readable/wr...Gravatar Yash Tibrewal2018-07-26
|/
* Merge pull request #15648 from apolcyn/remove_fd_shutdown_already_closedGravatar apolcyn2018-06-12
|\
* \ Merge branch 'master' into epollerrGravatar Yash Tibrewal2018-06-11
|\ \
* | | More commentsGravatar Yash Tibrewal2018-06-08
| | * Remove already_closed param from fd_orphanGravatar Alexander Polcyn2018-06-07
| |/
* | Add more detailed commentsGravatar Yash Tibrewal2018-06-05
* | merge masterGravatar Yash Tibrewal2018-05-31
|\ \
| | * Merge branch 'master' into prototype-cfstreamGravatar Muxi Yan2018-05-22
| | |\ | | |/ | |/|
| | * CommentsGravatar Muxi Yan2018-05-16
| | * Change existing build system for CFStreamGravatar Muxi Yan2018-05-15
| * | Change trace logging to use GPR_INFO instead of GPR_DEBUG.Gravatar Mark D. Roth2018-04-25
| |/
* / Make linux polling engines capable of tracking errors separately withGravatar Yash Tibrewal2018-04-20
|/
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
* Run clang fmtGravatar Noah Eisen2018-02-09
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
* Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\
| * Merge branch 'master' into gpr_review_tlsGravatar Vijay Pai2018-02-08
| |\
* | | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
| |/ |/|
* | Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.Gravatar yang-g2018-01-31
| * Privatize thread-local storage headersGravatar Vijay Pai2018-01-25
|/
* Use DEBUG level for polling engine trace logs.Gravatar yang-g2018-01-24
* Rename 'gpr++' directories to 'gprpp'.Gravatar Mark D. Roth2018-01-19
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
* Eliminate GRPC_LINUX_LEGACY_EPOLLGravatar Mehrdad Afshari2018-01-17
* Explicitly enable epoll on manylinux1Gravatar Mehrdad Afshari2018-01-17
* Enable epoll on Python manylinux1Gravatar Mehrdad Afshari2018-01-16
* Merge branch v1.8.x into masterGravatar Mehrdad Afshari2017-12-31
|\
| * Relax log-level when polling engines are undefinedGravatar Mehrdad Afshari2017-12-29
* | minor typo : becuase -> becauseGravatar ita9naiwa2017-12-19
* | Merge branch 'master' into cv-wait-monotonicGravatar Sree Kuchibhotla2017-12-08
|\ \
| * | Revert "Revert "All instances of exec_ctx being passed around in src/core rem...Gravatar Yash Tibrewal2017-12-06
| * | Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
* | | Change the code to use MONOTONIC clocks when calling gpr_cv_wait (condition v...Gravatar Sree Kuchibhotla2017-12-04
| |/ |/|
| * Merge masterGravatar Yash Tibrewal2017-11-21
| |\ | |/ |/|
* | Merge pull request #13454 from yang-g/lockfree_eventGravatar Yang Gao2017-11-20
|\ \
| * | Resolve commentsGravatar yang-g2017-11-20
| * | Avoid calling dtor on grpc_fd before putting it in freelistGravatar yang-g2017-11-17
| | * Merge masterGravatar Yash Tibrewal2017-11-16
| | |\ | | |/ | |/|
| | * Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCt...Gravatar Yash Tibrewal2017-11-14
| | * Address some PR commentsGravatar Yash Tibrewal2017-11-14
* | | Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar Noah Eisen2017-11-13
|\| |
* | | Get NDEBUG to buildGravatar ncteisen2017-11-10