aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/fd_posix.c
Commit message (Expand)AuthorAge
* Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-07-06
|\
| * Fix refcount leakGravatar Craig Tiller2015-07-01
* | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-07-01
|\ \
| | * Fix a TSAN reported raceGravatar Craig Tiller2015-07-01
| |/
| * Delay unregister of fd until freelistedGravatar Craig Tiller2015-07-01
* | Spam cleanup, properly shut down lb_policyGravatar Craig Tiller2015-07-01
* | clang-format affected filesGravatar Craig Tiller2015-06-30
* | client_config bugfixesGravatar Craig Tiller2015-06-30
|/
* Add an fd conservation test to verify that fds actually closeGravatar Craig Tiller2015-06-29
* Call fd_orphan callback a little earlierGravatar Craig Tiller2015-06-26
* clang-formatGravatar Craig Tiller2015-06-05
* Fix threading problem on early orphaningGravatar Craig Tiller2015-06-02
* Order unregister, freelist properlyGravatar Craig Tiller2015-06-02
* Fix TSAN reported errorsGravatar Craig Tiller2015-06-01
* Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
|\
| * Merge github.com:grpc/grpc into count-the-thingsGravatar Craig Tiller2015-06-01
| |\
* | | Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
|\| |
| * | Label all iomgr objectsGravatar Craig Tiller2015-06-01
| | * Added some comments.Gravatar David Garcia Quintas2015-05-31
* | | fd refcount debuggingGravatar Craig Tiller2015-05-31
| | * fd_posix: free from managed closures!Gravatar David Garcia Quintas2015-05-31
| | * fd_posix: removed redundant on_doneGravatar David Garcia Quintas2015-05-31
| | * assert -> GPR_ASSERTGravatar David Garcia Quintas2015-05-31
| | * Comments addressed.Gravatar David Garcia Quintas2015-05-31
| | * Adapted the following to the new iomgr's cb API:Gravatar David Garcia Quintas2015-05-31
| |/
* | Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backupGravatar Craig Tiller2015-05-29
|\|
| * Rename function for clarityGravatar Craig Tiller2015-05-29
* | Merge branch 'demon-on-wheels' into we-dont-need-no-cvGravatar Craig Tiller2015-05-29
|\|
| * Add missing lockGravatar Craig Tiller2015-05-29
* | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-28
|\|
| * 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
* | Remove backup pollsetGravatar Craig Tiller2015-05-06
|/
* 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