aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/fd_posix.c
Commit message (Expand)AuthorAge
* Rename function for clarityGravatar Craig Tiller2015-05-29
* Add missing lockGravatar Craig Tiller2015-05-29
* clang-formatGravatar Craig Tiller2015-05-18
* Add another little commentGravatar Craig Tiller2015-05-18
* Document variable usage in fd_posixGravatar Craig Tiller2015-05-18
* More scalable unary pollingGravatar Craig Tiller2015-05-14
* Add a no_barrier_load atomic operation.Gravatar David Klempner2015-03-11
* Move close() to when the fd refcount goes to zeroGravatar David Klempner2015-02-24
* Merge pull request #592 from ctiller/chex2Gravatar Nicolas Noble2015-02-20
|\
* | Fix a race where an fd can be deleted during pollingGravatar Craig Tiller2015-02-18
| * clang-formatGravatar Craig Tiller2015-02-18
| * Fix a TSAN reported errorGravatar Craig Tiller2015-02-18
|/
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Add checking on fd_posix refcountsGravatar Craig Tiller2015-02-17
* Reduce contention on lockGravatar Craig Tiller2015-02-09
* Freelist grpc_fd objectsGravatar David Klempner2015-01-28
* Disable compilation of some filesGravatar Craig Tiller2015-01-21
* Remove libevent.Gravatar ctiller2015-01-09
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
* Remove libevent.Gravatar ctiller2015-01-08