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.c
Commit message (
Expand
)
Author
Age
*
removed managed closures from server.c
David Garcia Quintas
2015-05-31
*
Comments addressed.
David Garcia Quintas
2015-05-31
*
Adapted the following to the new iomgr's cb API:
David Garcia Quintas
2015-05-31
*
Add comment
Craig Tiller
2015-05-28
*
Merge github.com:grpc/grpc into scalable-poll
Craig Tiller
2015-05-28
|
\
|
*
Workaround: Prevent threads sitting in epoll forever
Craig Tiller
2015-05-26
*
|
Merge github.com:grpc/grpc into scalable-poll
Craig Tiller
2015-05-24
|
\
|
|
*
Kick the tire down the road instead of blocking to free up threads
Craig Tiller
2015-05-20
*
|
More scalable unary polling
Craig Tiller
2015-05-14
|
/
*
Merge comments. See below.
David Garcia Quintas
2015-04-29
*
Integration of Systemtap (STAP) for profiling.
David Garcia Quintas
2015-04-29
*
Stop kicking ourselves
Craig Tiller
2015-04-27
*
Remove the current poller from the watch list to avoid immediately kicking it...
Craig Tiller
2015-03-11
*
Reintroduce sleep on backup thread
Craig Tiller
2015-03-06
*
Remove some debugging logs from the unary poll promote path
David Klempner
2015-03-02
*
Add a shutdown API to pollset
David Klempner
2015-02-24
*
Merge branch 'master' into unary_promotion_with_concurrent_poll
David Klempner
2015-02-23
|
\
|
*
Check POLLHUP, POLLERR as required
Craig Tiller
2015-02-20
*
|
Ensure there is no concurrent poller for unary->multipoll
David Klempner
2015-02-18
|
/
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
Update copyright to 2015
Craig Tiller
2015-02-18
*
Add missing ref
Craig Tiller
2015-02-17
*
Merge branch 'master' into epoll
David Klempner
2015-02-11
|
\
*
|
Epoll based multipoller
David Klempner
2015-02-10
|
*
Have unary pollset check to see if the existing fd is orphaned
David Klempner
2015-02-10
|
/
*
Reduce contention on lock
Craig Tiller
2015-02-09
*
Fix some TSAN reported errors
Craig Tiller
2015-01-29
*
Disable compilation of some files
Craig Tiller
2015-01-21
*
Factor out the pollset kicking mechanism and eliminate sharding
David Klempner
2015-01-16
*
() --> (void)
Craig Tiller
2015-01-15
*
Don't log on EINTR.
ctiller
2015-01-09
*
Remove libevent.
ctiller
2015-01-09
*
Add a --forever flag, to continuously run tests as things change.
ctiller
2015-01-09
*
Don't log on EINTR.
ctiller
2015-01-08
*
Remove libevent.
ctiller
2015-01-08