index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
iomgr
/
pollset_posix.h
Commit message (
Expand
)
Author
Age
*
Updated copyrights
murgatroid99
2016-01-12
*
Remove from all epoll sets when releasing an fd
yang-g
2016-01-07
*
Eliminate gpr_ int types - and insist on C99 variants instead
Craig Tiller
2015-12-22
*
Remove pollset fd deletion path: its unused
Craig Tiller
2015-12-11
*
stream_op cleanup: pollset changes
Craig Tiller
2015-11-02
*
Fix nap condition for pollset wakeup
Craig Tiller
2015-11-02
*
clang-format
Craig Tiller
2015-10-06
*
ex --> ext
Craig Tiller
2015-10-06
*
Commentary
Craig Tiller
2015-10-02
*
clang-format
Craig Tiller
2015-10-02
*
Allow fd_posix to force a re-evaluation of polling on wakeup
Craig Tiller
2015-10-01
*
Fix alarms
Craig Tiller
2015-09-28
*
clang-format all core files
Craig Tiller
2015-09-22
*
Move arguments to the start of lists
Craig Tiller
2015-09-22
*
indent pass to get logical source lines on one physical line
Craig Tiller
2015-09-22
*
Split closures from iomgr.h
Craig Tiller
2015-09-22
*
Rename call_list to closure_list
Craig Tiller
2015-09-22
*
Call list progress
Craig Tiller
2015-09-18
*
Cleanup
Craig Tiller
2015-09-18
*
Introduce call lists for moving work outside locks
Craig Tiller
2015-09-18
*
Add a test of non-blocking API behavior
Craig Tiller
2015-08-06
*
Working towards a non-blocking API test
Craig Tiller
2015-08-06
*
Fix TSAN reported lock-inversion in epoll fd addition
Craig Tiller
2015-07-30
*
Allow specific pollers to be woken
Craig Tiller
2015-07-29
*
Hoist epoll_ctl outside of pollset lock
Craig Tiller
2015-07-14
*
Remove return status from maybe_work.
Craig Tiller
2015-06-22
*
Docs
Craig Tiller
2015-06-18
*
prevent double destroy of pollset
Jan Tattermusch
2015-06-10
*
Release all fd refs before signalling shutdown
Craig Tiller
2015-06-01
*
Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backup
Craig Tiller
2015-05-29
|
\
|
*
clang-format
Craig Tiller
2015-05-29
*
|
Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backup
Craig Tiller
2015-05-29
|
\
|
|
*
Make it possible to run with poll() instead of epoll()
Craig Tiller
2015-05-29
*
|
Refactor pollset_kick
Craig Tiller
2015-05-28
*
|
Remove condition variable from pollset
Craig Tiller
2015-05-28
*
|
Remove backup pollset
Craig Tiller
2015-05-06
|
/
*
Guard headers tool.
Nicolas "Pixel" Noble
2015-03-01
*
Add a shutdown API to pollset
David Klempner
2015-02-24
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
Update copyright to 2015
Craig Tiller
2015-02-18
*
Epoll based multipoller
David Klempner
2015-02-10
*
Expanded comment
Craig Tiller
2015-01-31
*
Fix some TSAN reported errors
Craig Tiller
2015-01-29
*
Factor out the pollset kicking mechanism and eliminate sharding
David Klempner
2015-01-16
*
() --> (void)
Craig Tiller
2015-01-15
*
Remove libevent.
ctiller
2015-01-09
*
Add a --forever flag, to continuously run tests as things change.
ctiller
2015-01-09
*
Remove libevent.
ctiller
2015-01-08