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
*
Adding plugins to the mako rendering system.
nnoble
2015-01-06
*
Seed random numbers in each process based on pid.
ctiller
2015-01-05
*
Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/ps...
mlumish
2015-01-05
*
Switched call errors to exceptions instead of return values
mlumish
2015-01-05
*
Switched events to use native objects instead of wrappers
mlumish
2015-01-05
*
Replaced calls to grpc_call_accept with newer functions
mlumish
2015-01-05
*
Updated protobuf: it now includes the official ruby-protobuf
Tim Emiola
2015-01-05
*
Fix the socket pair fixtures to include the http filters.
klempner
2014-12-29
*
Have grpc_iomgr_work() adjust its poll deadline to account for the next alarm.
klempner
2014-12-29
*
Provide a port of cpu related code to posix, and linux.
ctiller
2014-12-29
*
Solving chicken-and-egg issue while detecting OpenSSL capabilities.
nnoble
2014-12-29
*
Fix poll kicking, unflaking _low_test.py
klempner
2014-12-29
*
fix MOE compliling error.
chenw
2014-12-29
*
Add Flags to override host and enable prod ssl root.
chenw
2014-12-29
*
Use overriden host name when creating a call.
yangg
2014-12-29
*
Improving Makefile support for shared libraries.
nnoble
2014-12-29
*
Update build.json, fix opensource build.
ctiller
2014-12-29
*
Build debug/optimized builds into different target directories.
ctiller
2014-12-29
*
Add SSL root for production GFE.
chenw
2014-12-29
*
Port [] alarm management to GRPC.
ctiller
2014-12-29
*
Adding support for service account credentials.
jboeuf
2014-12-29
*
Make override hostname an argument for testing against prod gfe.
yangg
2014-12-29
*
Client side implementation of creating channel with credentials.
yangg
2014-12-29
*
Pre allocate client side strings per channel for method, scheme, path, and
klempner
2014-12-19
*
Don't allow trailing metadata from the client.
ctiller
2014-12-19
*
Removed reference to custom install location
mlumish
2014-12-19
*
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
[next]