aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr
Commit message (Expand)AuthorAge
* Move assignment for Thread, make destructor optional, loop cv waitsGravatar Vijay Pai2018-03-01
* Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-24
|\
| * Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
* | Fix header includesGravatar Vijay Pai2018-02-21
* | Header inclusionGravatar Vijay Pai2018-02-21
* | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-21
|\|
| * Merge pull request #14449 from kpayson64/less_loggingGravatar kpayson642018-02-20
| |\
* | | clang-fmtGravatar Vijay Pai2018-02-19
* | | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
* | | Fix thread leak by delaying thread exit until join is readyGravatar Vijay Pai2018-02-16
| | * Lower debug logging on epollexGravatar Ken Payson2018-02-16
* | | Remove support for detached threads. All threads must be joined.Gravatar Vijay Pai2018-02-15
|/ /
* / 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
|\