aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr
Commit message (Collapse)AuthorAge
* Add gpr_is_trueGravatar Yuchen Zeng2017-08-25
|
* Add timer annotations in epoll1Gravatar yang-g2017-08-21
|
* disable epoll1 by default (just enable tests)Gravatar Sree Kuchibhotla2017-08-17
|
* initialize pollset struct. Ideally not needed since we do zalloc but some ↵Gravatar Sree Kuchibhotla2017-08-16
| | | | code may directly call gpr_malloc to create pollset
* Enable epoll1 by default (and move epollsig as second choice)Gravatar Sree Kuchibhotla2017-08-16
|
* Merge pull request #8982 from kpayson64/cache_poll_threads2Gravatar Jan Tattermusch2017-08-10
|\ | | | | Cache Poller threads for cv-poll engine
| * Address PR feedbackGravatar Ken Payson2017-08-09
| |
* | Trace closure flushGravatar ncteisen2017-08-08
| |
| * Merge remote-tracking branch 'upstream/master' into cache_poll_threads2Gravatar Ken Payson2017-08-04
| |\
* | \ Merge pull request #11990 from pgonda/patch-2Gravatar Noah Eisen2017-08-04
|\ \ \ | | | | | | | | Update tcp_server_utils_posix_common with GPR_ONCE_INIT
* \ \ \ Merge pull request #12055 from sreecha/fix_epoll1_fd_orphanGravatar Sree Kuchibhotla2017-08-03
|\ \ \ \ | | | | | | | | | | Prevent fd_orphan from calling shutdown(fd) when release_fd is true
* | | | | Add support for service configs to c-ares resolver.Gravatar Mark D. Roth2017-08-03
| |_|_|/ |/| | |
| * | | Prevent fd_orphan from calling shutdown(fd) when release_fd is trueGravatar Sree Kuchibhotla2017-08-02
|/ / /
* | | Use zalloc and remove now redundant setsGravatar yang-g2017-07-31
| | |
* | | Initialize initiating_exec_ctx_or_nullGravatar yang-g2017-07-31
| | |
| * | Update tcp_server_utils_posix_common with GPR_ONCE_INITGravatar Peter Gonda2017-07-31
|/ / | | | | Never initializing s_init_max_accept_queue_size could lead to undefined behavior.
* | Merge pull request #11927 from y-zeng/nameserGravatar Yuchen Zeng2017-07-28
|\ \ | | | | | | Add src/core/lib/iomgr/nameser.h
| * | Update build.yaml, fix formatGravatar Yuchen Zeng2017-07-27
| | |
| * | Add src/core/lib/iomgr/nameser.hGravatar Yuchen Zeng2017-07-27
| | |
* | | enable epollsigGravatar Sree Kuchibhotla2017-07-25
| | |
* | | Disable epoll1 unless explicitly requestedGravatar Sree Kuchibhotla2017-07-24
| | |
* | | Merge pull request #11786 from y-zeng/fd_orphanGravatar Yuchen Zeng2017-07-24
|\ \ \ | |/ / |/| | Support closed fd in grpc_fd_orphan()
* | | Merge pull request #11816 from sreecha/sreek-epoll1Gravatar Sree Kuchibhotla2017-07-21
|\ \ \ | | | | | | | | More changes to epoll1 poller (not enabled in tests yet)
* \ \ \ Merge pull request #11871 from murgatroid99/uv_portability_fixGravatar Michael Lumish2017-07-21
|\ \ \ \ | | | | | | | | | | Fix libuv core portability tests
| | * \ \ Merge branch 'master' into sreek-epoll1Gravatar Sree Kuchibhotla2017-07-20
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | Correctly fix the case where pollset->kicked_without_poller was missedGravatar Sree Kuchibhotla2017-07-20
| | | | |
| * | | | Address comments: change names and remove unnecessary linesGravatar murgatroid992017-07-20
| | | | |
| | * | | Merge branch 'master' into sreek-epoll1Gravatar Sree Kuchibhotla2017-07-19
| | |\ \ \
* | | | | | Add SO_REUSEPORT support to uv iomgr codeGravatar murgatroid992017-07-19
| |_|/ / / |/| | | |
| | * | | Consume kicked_without_pollerGravatar Sree Kuchibhotla2017-07-18
| | | | |
| | * | | Fix race-condition in epoll1 poller's begin_worker() and pollset_kick()Gravatar Sree Kuchibhotla2017-07-18
| | | | | | | | | | | | | | | | | | | | which caused the designated poller to miss a kick in some cases
| | * | | Add/update comments and remove unused fieldsGravatar Sree Kuchibhotla2017-07-18
| | | | |
| * | | | Clang formatGravatar murgatroid992017-07-18
| | | | |
| * | | | Merge branch 'master' into uv_portability_fixGravatar murgatroid992017-07-18
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Add asserts that uv calls all run on the same threadGravatar murgatroid992017-07-18
| | | | |
| * | | | Fix failures in libuv portability testsGravatar murgatroid992017-07-18
| | | | |
| | | * | Add already_closed in grpc_fd_orphanGravatar Yuchen Zeng2017-07-17
| |_|/ / |/| | |
* | | | Merge pull request #11788 from y-zeng/fix_fd_orphanGravatar Yuchen Zeng2017-07-17
|\ \ \ \ | | | | | | | | | | Fix fd_orphan() in ev_epollsig_linux
| | | * \ Merge branch 'master' into sreek-epoll1Gravatar Sree Kuchibhotla2017-07-17
| | | |\ \ | |_|_|/ / |/| | | |
| | | * | release the g_epfd whent he engine is shutdownGravatar Sree Kuchibhotla2017-07-17
| | | | |
* | | | | Reset OWNERS stateGravatar Craig Tiller2017-07-17
| | | | |
| | | * | fix compiler bug in epoll-exGravatar Sree Kuchibhotla2017-07-14
| | | | |
| | | * | Merge branch 'master' into sreek-epoll1Gravatar Sree Kuchibhotla2017-07-14
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | Merge pull request #11825 from sreecha/asan_failureGravatar Sree Kuchibhotla2017-07-14
|\ \ \ \ \ | | | | | | | | | | | | Fix memory leak in bm_cq_multiple_threads (due to not calling grpc_shutdown)
| * | | | | fix memory leaks due to not calling grpc_shutdown in bm_cq_multiple_threadsGravatar Sree Kuchibhotla2017-07-14
| | | | | |
* | | | | | Fix use-after-free in timer managerGravatar David Garcia Quintas2017-07-13
|/ / / / /
| | | * | Merge branch 'master' into sreek-epoll1Gravatar Sree Kuchibhotla2017-07-13
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | Add myself as owner of files in several directoriesGravatar murgatroid992017-07-13
| | | | |
* | | | | Merge pull request #11310 from nicolasnoble/importGravatar Nicolas Noble2017-07-13
|\ \ \ \ \ | | | | | | | | | | | | Import mutations.
* | | | | | clang formatGravatar ncteisen2017-07-13
| | | | | |