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
Commit message (
Expand
)
Author
Age
*
clang-format
Craig Tiller
2015-10-06
*
ex --> ext
Craig Tiller
2015-10-06
*
Commentary
Craig Tiller
2015-10-02
*
Commentary
Craig Tiller
2015-10-02
*
Debug cleanup
Craig Tiller
2015-10-02
*
clang-format
Craig Tiller
2015-10-02
*
Merge github.com:grpc/grpc into stressy
Craig Tiller
2015-10-02
|
\
*
|
Stabilize mac build
Craig Tiller
2015-10-02
|
*
Merge pull request #3602 from grpc/release-0_11
Tim Emiola
2015-10-02
|
|
\
*
|
|
Completing wakeup story
Craig Tiller
2015-10-01
|
*
|
Merge github.com:grpc/grpc into clangf
Craig Tiller
2015-10-01
|
|
\
\
*
|
|
|
Allow fd_posix to force a re-evaluation of polling on wakeup
Craig Tiller
2015-10-01
|
|
/
/
|
/
|
|
*
|
|
Add comment
Craig Tiller
2015-09-30
*
|
|
Merge github.com:grpc/grpc into pfft
Craig Tiller
2015-09-30
|
\
\
\
|
*
\
\
Merge pull request #3570 from vjpai/gcc44_fixes
Yang Gao
2015-09-30
|
|
\
\
\
|
*
\
\
\
Merge pull request #3467 from ctiller/can-we-be-single-threaded
Nicolas Noble
2015-09-30
|
|
\
\
\
\
|
|
*
|
|
|
Don't wait forever for iocp to shutdown
Craig Tiller
2015-09-30
|
|
*
|
|
|
Flush iocp related work immediately
Craig Tiller
2015-09-30
|
|
*
|
|
|
Add a facility to flush iocp at iomgr shutdown
Craig Tiller
2015-09-30
|
|
*
|
|
|
Make grpc_exec_ctx_flush return a status indicating if work was performed
Craig Tiller
2015-09-30
|
|
|
*
|
|
C changes to avoid shadowed global declaration warnings in gcc4.4
Vijay Pai
2015-09-29
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge pull request #3560 from vjpai/block_annotate_todo
David Klempner
2015-09-29
|
|
\
\
\
\
|
|
|
|
|
*
Repeat https://github.com/grpc/grpc/issues/3049 for OSX
Jorge Canizales
2015-09-29
|
*
|
|
|
|
Pass through grpc_fd pointer rather than int.
Robbie Shade
2015-09-29
|
|
|
*
|
|
Threading fixes
Craig Tiller
2015-09-29
|
|
|
*
|
|
Properly initialize variables, destroy variables in usage order
Craig Tiller
2015-09-29
|
|
|
*
|
|
Fix rounding error so IOCP completes on time
Craig Tiller
2015-09-29
|
|
|
*
|
|
Merge github.com:grpc/grpc into can-we-be-single-threaded
Craig Tiller
2015-09-29
|
|
|
|
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
Fix clang-format script
Craig Tiller
2015-09-28
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Fixes
Craig Tiller
2015-09-28
*
|
|
|
|
Merge branch 'can-we-be-single-threaded' of github.com:ctiller/grpc into pfft
Craig Tiller
2015-09-28
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Fix windows
Craig Tiller
2015-09-28
*
|
|
|
|
Fix alarms
Craig Tiller
2015-09-28
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Initialize/destroy TLS members - to fix iOS build
Craig Tiller
2015-09-28
*
|
|
|
Merge pull request #3497 from nicolasnoble/lost-my-sanity
Craig Tiller
2015-09-28
|
\
\
\
\
*
\
\
\
\
Merge pull request #3483 from ctiller/no-tcp-alloc
Yang Gao
2015-09-28
|
\
\
\
\
\
|
|
*
|
|
|
Restoring sanity.
Nicolas "Pixel" Noble
2015-09-26
|
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
Add some TODO comments for possible poll optimization
Vijay Pai
2015-09-25
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #3476 from vjpai/block_annotate
Yang Gao
2015-09-25
|
\
\
\
\
*
|
|
|
|
Stop shadowing global name
Robbie Shade
2015-09-25
*
|
|
|
|
Add grpc_server argument to grpc_udp_server_start
Robbie Shade
2015-09-25
|
|
*
|
|
Merge github.com:grpc/grpc into no-tcp-alloc
Craig Tiller
2015-09-25
|
|
|
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
*
|
Merge github.com:grpc/grpc into can-we-be-single-threaded
Craig Tiller
2015-09-25
|
|
|
|
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Fix memory leak
Craig Tiller
2015-09-24
|
|
*
|
|
Recycle partially filled buffers on the next read
Craig Tiller
2015-09-24
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Don't annotate a blocking region on an epoll_wait that has 0 timeout
vjpai
2015-09-24
|
*
|
|
Move block_annotate from iomgr to support since it's used in other
vjpai
2015-09-24
|
*
|
|
Merge branch 'master' into block_annotate and fix conflict in resolve_address...
Vijay Pai
2015-09-24
|
|
\
\
\
|
*
|
|
|
Cleanup existing code to use GPR_ARRAY_SIZE
Vijay Pai
2015-09-24
*
|
|
|
|
Fix some bugs leading to memory leaks
Craig Tiller
2015-09-24
[next]