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
/
fd_posix.c
Commit message (
Expand
)
Author
Age
*
Merge github.com:grpc/grpc into plucking-hell
Craig Tiller
2015-08-04
|
\
|
*
Change cast to avoid warning
Christian Blichmann
2015-08-04
|
*
Use an unsigned pointer compare, as the highest bit may sometimes be set.
Christian Blichmann
2015-08-04
*
|
Merge github.com:grpc/grpc into plucking-hell
Craig Tiller
2015-08-01
|
\
|
|
*
Fix a race that could cause a double delete
Craig Tiller
2015-07-30
*
|
Allow specific pollers to be woken
Craig Tiller
2015-07-29
|
/
*
Merge github.com:grpc/grpc into tis-but-thy-name
Craig Tiller
2015-07-06
|
\
|
*
Fix refcount leak
Craig Tiller
2015-07-01
*
|
Merge github.com:grpc/grpc into tis-but-thy-name
Craig Tiller
2015-07-01
|
\
\
|
|
*
Fix a TSAN reported race
Craig Tiller
2015-07-01
|
|
/
|
*
Delay unregister of fd until freelisted
Craig Tiller
2015-07-01
*
|
Spam cleanup, properly shut down lb_policy
Craig Tiller
2015-07-01
*
|
clang-format affected files
Craig Tiller
2015-06-30
*
|
client_config bugfixes
Craig Tiller
2015-06-30
|
/
*
Add an fd conservation test to verify that fds actually close
Craig Tiller
2015-06-29
*
Call fd_orphan callback a little earlier
Craig Tiller
2015-06-26
*
clang-format
Craig Tiller
2015-06-05
*
Fix threading problem on early orphaning
Craig Tiller
2015-06-02
*
Order unregister, freelist properly
Craig Tiller
2015-06-02
*
Fix TSAN reported errors
Craig Tiller
2015-06-01
*
Merge branch 'count-the-things' into we-dont-need-no-backup
Craig Tiller
2015-06-01
|
\
|
*
Merge github.com:grpc/grpc into count-the-things
Craig Tiller
2015-06-01
|
|
\
*
|
|
Merge branch 'count-the-things' into we-dont-need-no-backup
Craig Tiller
2015-06-01
|
\
|
|
|
*
|
Label all iomgr objects
Craig Tiller
2015-06-01
|
|
*
Added some comments.
David Garcia Quintas
2015-05-31
*
|
|
fd refcount debugging
Craig Tiller
2015-05-31
|
|
*
fd_posix: free from managed closures!
David Garcia Quintas
2015-05-31
|
|
*
fd_posix: removed redundant on_done
David Garcia Quintas
2015-05-31
|
|
*
assert -> GPR_ASSERT
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
|
|
/
*
|
Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backup
Craig Tiller
2015-05-29
|
\
|
|
*
Rename function for clarity
Craig Tiller
2015-05-29
*
|
Merge branch 'demon-on-wheels' into we-dont-need-no-cv
Craig Tiller
2015-05-29
|
\
|
|
*
Add missing lock
Craig Tiller
2015-05-29
*
|
Merge github.com:grpc/grpc into we-dont-need-no-backup
Craig Tiller
2015-05-28
|
\
|
|
*
clang-format
Craig Tiller
2015-05-18
|
*
Add another little comment
Craig Tiller
2015-05-18
|
*
Document variable usage in fd_posix
Craig Tiller
2015-05-18
|
*
More scalable unary polling
Craig Tiller
2015-05-14
*
|
Remove backup pollset
Craig Tiller
2015-05-06
|
/
*
Add a no_barrier_load atomic operation.
David Klempner
2015-03-11
*
Move close() to when the fd refcount goes to zero
David Klempner
2015-02-24
*
Merge pull request #592 from ctiller/chex2
Nicolas Noble
2015-02-20
|
\
*
|
Fix a race where an fd can be deleted during polling
Craig Tiller
2015-02-18
|
*
clang-format
Craig Tiller
2015-02-18
|
*
Fix a TSAN reported error
Craig Tiller
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 checking on fd_posix refcounts
Craig Tiller
2015-02-17
[next]