index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
transport
Commit message (
Expand
)
Author
Age
*
Fix a race in transport.
Craig Tiller
2015-02-17
*
Avoid four allocations per stream
Craig Tiller
2015-02-13
*
Correctly handle large headers in HPACK table
Craig Tiller
2015-02-10
*
Merge github.com:google/grpc into http3
Craig Tiller
2015-02-04
|
\
|
*
Merge pull request #398 from nicolasnoble/http2-read-first
Craig Tiller
2015-02-04
|
|
\
|
|
*
Let the http2 transport issue a read request before pumping bytes into it.
Nicolas Noble
2015-02-04
*
|
|
Eliminate condvar in chttp2 transport
Craig Tiller
2015-02-04
|
/
/
*
|
Fix potential deadlock
Craig Tiller
2015-02-03
|
*
Fix memory leak
Craig Tiller
2015-01-31
|
*
Free stream ops outside transport lock
Craig Tiller
2015-01-31
*
|
Fix memory leak
Craig Tiller
2015-01-30
*
|
Free stream ops outside transport lock
Craig Tiller
2015-01-29
*
|
First compiling version of the new C api.
Craig Tiller
2015-01-27
|
/
*
run clang-format
Yang Gao
2015-01-26
*
Fixing a few winsocket misuses.
Nicolas "Pixel" Noble
2015-01-24
*
Use symbolic constant
Craig Tiller
2015-01-23
*
Merge branch 'kill-printf' into kill-more-printf
Craig Tiller
2015-01-23
|
\
|
*
Add constant for min bufsize for timeout encoding
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
|
/
*
Remove sprintf from timeout_encoding
Craig Tiller
2015-01-23
*
Add platform ifdefs, fix up some MSVC warnings
Craig Tiller
2015-01-21
*
Merge github.com:google/grpc into conn
Craig Tiller
2015-01-19
|
\
*
|
Disconnect on bad connection prefix
Craig Tiller
2015-01-19
|
*
Use clang-format-3.5
Craig Tiller
2015-01-18
|
/
*
() --> (void)
Craig Tiller
2015-01-15
*
clang-format codebase
Craig Tiller
2015-01-13
*
Ensure flow control callbacks happen outside the transport lock.
ctiller
2015-01-12
*
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
*
Introduce the (outside-of-iomgr) pollset API.
ctiller
2014-12-19
*
Remove endpoint/ directories.
ctiller
2014-12-17
*
Add an assertion to prevent return-without-value warning.
vpai
2014-12-15
*
Fix mixing function, and make it universally used.
ctiller
2014-12-15
*
Binary header encoding.
ctiller
2014-12-15
*
Split client_channel into client_channel & child_channel.
ctiller
2014-12-12
*
Shutting off warning by properly truncating values.
nnoble
2014-12-12
*
Cache encoded binary data on the metadata string object.
ctiller
2014-12-11
*
Advertise h2-16, h2-15, h2-14, and accept any of them.
ctiller
2014-12-10
*
Automated g4 rollback of changelist 81719124.
ctiller
2014-12-09
*
Advertise h2-16, h2-15, h2-14, and accept any of them.
ctiller
2014-12-09
*
Introducing iomgr.
ctiller
2014-12-09
*
Flow Control Fixes.
ctiller
2014-12-08
*
Updating moe_db.txt with the latest equivalence since the ruby import changed...
nnoble
2014-12-05
*
Initial import.
Nicolas Noble
2014-11-26