index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
channel
/
client_channel.c
Commit message (
Expand
)
Author
Age
*
Merge github.com:grpc/grpc into we-dont-need-no-backup
Craig Tiller
2015-05-28
|
\
|
*
Unref the slices if no write will happen.
Yang Gao
2015-05-28
*
|
clang-format some files
Craig Tiller
2015-05-13
*
|
Properly manage interest set for waiting calls
Craig Tiller
2015-05-13
*
|
Move pollset_set ownership from channel to transport setup
Craig Tiller
2015-05-12
*
|
Plumb pollset_set through setup pipeline
Craig Tiller
2015-05-08
*
|
Compile fix
Craig Tiller
2015-05-08
*
|
Start mixing in pollset_set to child_channel
Craig Tiller
2015-05-07
|
/
*
clang-format
Craig Tiller
2015-04-24
*
Take a lock every time through client_channel - to simplify logic and ensure ...
Craig Tiller
2015-04-24
*
Handle reading after cancellation
Craig Tiller
2015-04-24
*
clang-format
Craig Tiller
2015-04-23
*
Flesh out initial_op
Craig Tiller
2015-04-23
*
Fiddling with an initial op
Craig Tiller
2015-04-23
*
stuff
Craig Tiller
2015-04-21
*
Fix remaining allocation bugs
Craig Tiller
2015-04-17
*
clang-format
Craig Tiller
2015-04-17
*
Got rid of GRPC_SEND_START
Craig Tiller
2015-04-17
*
Move metadata batching to stream_op
Craig Tiller
2015-04-16
*
clang-format
Craig Tiller
2015-04-16
*
Switching to batch oriented metadata passing
Craig Tiller
2015-04-16
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
Update copyright to 2015
Craig Tiller
2015-02-18
*
Add dropped line
Craig Tiller
2015-02-06
*
Fixes
Craig Tiller
2015-02-05
*
Force a round trip on disconnect before closing a channel
Craig Tiller
2015-02-05
*
run clang-format
Yang Gao
2015-01-26
*
Use symbolic constant
Craig Tiller
2015-01-23
*
Merge branch 'kill-printf' into kill-more-printf
Craig Tiller
2015-01-23
|
\
|
*
Move string.h to internal code
Craig Tiller
2015-01-23
*
|
Remove use of sprintf
Craig Tiller
2015-01-23
|
/
*
Use clang-format-3.5
Craig Tiller
2015-01-18
*
Remove libevent.
ctiller
2015-01-09
*
Add a --forever flag, to continuously run tests as things change.
ctiller
2015-01-09
*
Remove libevent.
ctiller
2015-01-08
*
Properly handle cancellation during downwards propagation.
ctiller
2014-12-19
*
Introduce the (outside-of-iomgr) pollset API.
ctiller
2014-12-19
*
GOAWAY & Reconnection support.
ctiller
2014-12-15
*
Split client_channel into client_channel & child_channel.
ctiller
2014-12-12
*
Tell call/channel op handlers who is invoking them.
ctiller
2014-12-11
*
Updating moe_db.txt with the latest equivalence since the ruby import changed...
nnoble
2014-12-05
*
Initial import.
Nicolas Noble
2014-11-26