aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr
Commit message (Collapse)AuthorAge
* Merge pull request #14448 from kpayson64/remove_pollerGravatar kpayson642018-03-07
|\ | | | | Remove Python background poller thread
| * Do poll for poll_posix engine when kicked with 0s timeoutGravatar kpayson642018-03-07
| |
* | Merge branch 'master' into udpinterfaceGravatar danzh2018-03-06
|\ \
* | | use static_castGravatar Dan Zhang2018-03-06
| | |
| * | Use static_cast rather than reinterpret_cast whenever possibleGravatar Vijay Pai2018-03-05
| | |
| * | Move assignment for Thread, make destructor optional, loop cv waitsGravatar Vijay Pai2018-03-01
| | |
* | | edit commentGravatar Dan Zhang2018-03-01
| | |
* | | fix formatGravatar Dan Zhang2018-02-28
| | |
* | | fix formatGravatar Dan Zhang2018-02-27
| | |
* | | Refactors grpc udp_server_listener to be object oriented. Also adds a mutex ↵Gravatar Dan Zhang2018-02-27
| | | | | | | | | | | | to each listener. Instead of sharing the mutex in udp_server for all listeners, this per-listener mutex can make most of the call to different listeners in parallel.
| * | 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
|\ \ \ | | | | | | | | Lower debug logging on epollex
| | * | 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
|\ | | | | GPR review: Internalize most of gpr_thd (but not ID/current ID)
* \ Merge pull request #14409 from sreecha/mu-destroyGravatar Sree Kuchibhotla2018-02-12
|\ \ | | | | | | Destroy the pollset mutex created in pollset_init
| * | Destroy the pollset mutex created in pollset_initGravatar Sree Kuchibhotla2018-02-12
| | | | | | | | | | | | (Manually backporting the fix by Mike Burrows)
| | * 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
| | |\ \ | | | | | | | | | | Fix resource_quota bug
| | | * | 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
| | | | | | | | | | | | | | | | | | | | we did in epoll1)
| | * | | 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.
| * | | | 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
| |\ \ \ | | | | | | | | | | tcp_posix.cc: Magic number 13 probably a typo in manual merge
| * \ \ \ Merge pull request #14217 from sreecha/epollex-fixGravatar Sree Kuchibhotla2018-01-30
| |\ \ \ \ | | | | | | | | | | | | Fix an issue in epollex that was causing some workers to get stuck in pollset_work()
| * | | | | Add timer trace annotations to epollexGravatar yang-g2018-01-30
|/ / / / /
| * | | | Update ev_epollex_linux.ccGravatar Sree Kuchibhotla2018-01-29
| | | | |