index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Exposes event#finish as #close.
temiola
2014-12-19
*
Add a test where client side sees a deadline expired status.
yangg
2014-12-19
*
Fix opensource build test.
ctiller
2014-12-19
*
Properly handle cancellation during downwards propagation.
ctiller
2014-12-19
*
gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist.
pmarks
2014-12-19
*
Allow overriding httpcli behavior by tests.
ctiller
2014-12-19
*
Set host to channel's target when creating a call.
yangg
2014-12-19
*
Sync up open source build with []
yangg
2014-12-19
*
Introduce the (outside-of-iomgr) pollset API.
ctiller
2014-12-19
*
Add ServerContext. It is currently empty and deadline and metadata will come to
yangg
2014-12-19
*
Replace the deprecated grpc_call_accept calls with the equivalent two new
yangg
2014-12-17
*
Changing compilation ordering to fix dependency issue between generated files...
nnoble
2014-12-17
*
Fix include guards.
ctiller
2014-12-17
*
Prepare QPS tests for running in GCE
vpai
2014-12-17
*
Fixing chicken-and-egg dependency by putting the openssl dependency first, in...
nnoble
2014-12-17
*
Remove endpoint/ directories.
ctiller
2014-12-17
*
Adding JWT generation and signing code for service accounts credentials.
jboeuf
2014-12-16
*
Add missing casts to enable compilation with gcc 4.7
rsilvera
2014-12-16
*
The built-in ssl target now properly merges the archives instead of nesting t...
nnoble
2014-12-16
*
Fix comments regarding call_accept to reflect current API.
yangg
2014-12-16
*
Add slow client consumer test case for flow control test.
chenw
2014-12-16
*
Make alarm initialization take a timespec now.
ctiller
2014-12-16
*
Tweaking solution settings to be able to compile with OpenSSL (not link yet),...
nnoble
2014-12-16
*
Replacing pthread_once by gpr_once, in the opensource conversion.
nnoble
2014-12-16
*
Added support for trailing metadata, fixed status support
mlumish
2014-12-16
*
Remove a (very) deprecated file.
ctiller
2014-12-16
*
Adds support for trailing metadata
temiola
2014-12-16
*
Fix for the exposed problems after trying a full clean build.
nnoble
2014-12-16
*
Trailing metadata support.
ctiller
2014-12-16
*
GOAWAY & Reconnection support.
ctiller
2014-12-15
*
Avoiding bashisms that'll prevent other shells to run our Makefile.
nnoble
2014-12-15
*
Add an assertion to prevent return-without-value warning.
vpai
2014-12-15
*
Fix bug with generating grpc c++ code for proto files
samuelw
2014-12-15
*
Moved interop client script to the same directory as other scripts. This also...
mlumish
2014-12-15
*
Adding build files for OpenSSL.
nnoble
2014-12-15
*
Fixing typo that was preventing some targets to build.
nnoble
2014-12-15
*
Add time averaged stats for future alarm list work.
ctiller
2014-12-15
*
Simplify alarm API.
ctiller
2014-12-15
*
Fix Makefile help text.
ctiller
2014-12-15
*
Fix mixing function, and make it universally used.
ctiller
2014-12-15
*
Fix a bug in base-log, and add test.
aveitch
2014-12-15
*
Add a test for useful.h.
ctiller
2014-12-15
*
Change the low level ping pong benchmark to run all tests by default.
klempner
2014-12-15
*
Binary header encoding.
ctiller
2014-12-15
*
Use '\0' instead of '0' in payload as java client actually checks that.
yangg
2014-12-15
*
Makefile will now build zlib and/or OpenSSL if needed.
nnoble
2014-12-12
*
Adding base utils for JWT service account workflow. OpenSSL base64 decoding is
jboeuf
2014-12-12
*
Added endpoint_ prefix to all method functions. On Windows, the shutdown meth...
jtattermusch
2014-12-12
*
Add Visual Studio project for building zlib.
jtattermusch
2014-12-12
*
Switches the ruby docker build to run from the new all-in-one repo.
temiola
2014-12-12
[next]