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
*
Tracer registration.
Craig Tiller
2015-03-01
*
Guard headers tool.
Nicolas "Pixel" Noble
2015-03-01
*
Merge pull request #779 from ctiller/32B
David Klempner
2015-02-24
|
\
|
*
Fix shutdown race in CHTTP2
Craig Tiller
2015-02-24
*
|
Also get rid of CHTTP2 settings spam
Craig Tiller
2015-02-24
*
|
Add HTTP2 header tracing
Craig Tiller
2015-02-24
|
/
*
Fix a double-close in the server code.
Craig Tiller
2015-02-21
*
32 bit compilation fixes for core
Craig Tiller
2015-02-19
*
Fix use-after-free.
Craig Tiller
2015-02-18
*
Spam cleanup, test speedup
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
*
Merge github.com:grpc/grpc into c++api
Craig Tiller
2015-02-17
|
\
|
*
Fix a race in transport.
Craig Tiller
2015-02-17
*
|
Merge github.com:grpc/grpc into c++api
Craig Tiller
2015-02-17
|
\
|
|
*
Avoid four allocations per stream
Craig Tiller
2015-02-13
*
|
Remove debug
Craig Tiller
2015-02-11
*
|
Some streaming progress
Craig Tiller
2015-02-11
*
|
Fix race
Craig Tiller
2015-02-11
|
/
*
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
[next]