aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr
Commit message (Expand)AuthorAge
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
* Merge pull request #14449 from kpayson64/less_loggingGravatar kpayson642018-02-20
|\
| * Lower debug logging on epollexGravatar Ken Payson2018-02-16
* | Use heuristic to determine how many events to handle per iterationGravatar Ken Payson2018-02-14
|/
* Merge pull request #14407 from vjpai/gpr_review_thdGravatar Vijay Pai2018-02-12
|\
* \ Merge pull request #14409 from sreecha/mu-destroyGravatar Sree Kuchibhotla2018-02-12
|\ \
| * | Destroy the pollset mutex created in pollset_initGravatar Sree Kuchibhotla2018-02-12
| | * Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
| |/ |/|
* | Manually fix build issueGravatar Noah Eisen2018-02-09
* | Run clang fmtGravatar Noah Eisen2018-02-09
* | Add some manual const casts to fix buildGravatar 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_reviewGravatar Vijay Pai2018-02-08
|\ \ \
| | * \ Merge branch 'master' into gpr_review_tlsGravatar Vijay Pai2018-02-08
| | |\ \ | | |/ / | |/| |
| * | | Merge branch 'master' into gpr_review_host_portGravatar Vijay Pai2018-02-07
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #14272 from ncteisen/bug-chasingGravatar Jan Tattermusch2018-02-05
| | |\ \
| | | * | Mark poll FD shutdown as UNAVAILABLEGravatar ncteisen2018-02-02
| * | | | Merge branch 'master' into gpr_review_host_portGravatar Vijay Pai2018-02-02
| |\ \ \ \
* | | | | | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
| |/ / / / |/| | | |
| | * | | Batch size to 1 since it is better for latency (this is similar to whatGravatar Sree Kuchibhotla2018-02-01
| | * | | enable epollex by defaultGravatar Sree Kuchibhotla2018-02-01
| |/ / / |/| | |
* | | | Merge pull request #14264 from yang-g/to_scopeGravatar Yang Gao2018-02-01
|\ \ \ \
| * | | | Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.Gravatar yang-g2018-01-31
| | |/ / | |/| |
* | | | Merge branch 'master' into polling-api-traceGravatar Sree Kuchibhotla2018-01-31
|\| | |
* | | | Fix format specifier for gpr_millisGravatar Sree Kuchibhotla2018-01-30
* | | | Update ev_posix.ccGravatar Sree Kuchibhotla2018-01-30
* | | | Debug statements for polling apiGravatar Sree Kuchibhotla2018-01-30
| * | | Merge pull request #14215 from jtattermusch/fix_bad_merge_magic_numberGravatar Jan Tattermusch2018-01-31
| |\ \ \
| * \ \ \ Merge pull request #14217 from sreecha/epollex-fixGravatar Sree Kuchibhotla2018-01-30
| |\ \ \ \
| * | | | | Add timer trace annotations to epollexGravatar yang-g2018-01-30
|/ / / / /
| * | | | Update ev_epollex_linux.ccGravatar Sree Kuchibhotla2018-01-29
| * | | | Fix an issue in epollex that was causing some workers to get indefinitely stu...Gravatar Sree Kuchibhotla2018-01-29
|/ / / /
| * / / magic number 13 probably a typo in manual mergeGravatar Jan Tattermusch2018-01-29
|/ / /
| * | Privatize host_port.h; was not used in any wrapped language implementationGravatar Vijay Pai2018-01-25
| | * Privatize thread-local storage headersGravatar Vijay Pai2018-01-25
| |/
* | explicitly initialize all grpc_pollset fields (epollex)Gravatar Jan Tattermusch2018-01-25
* | fix: avoid doing a poll when already shutdownGravatar Jan Tattermusch2018-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
* Merge pull request #14076 from grpc/execctx_remfinishGravatar Yash Tibrewal2018-01-18
|\
* \ Merge pull request #14051 from markdroth/reorganize_supportGravatar Mark D. Roth2018-01-18
|\ \
| | * Remove extraneous Finish in ExecCtxGravatar Yash Tibrewal2018-01-18
| |/ |/|
| * Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
* | Fixed typo in documentation.Gravatar Carlos O'Ryan2018-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 pull request #13975 from danzh2010/adjustrcvbufGravatar Yang Gao2018-01-12
|\
| * formatGravatar Dan Zhang2018-01-11