aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fixing include paths for cmdline.Gravatar nnoble2015-01-07
* bugfix: correct service include in ruby compilerGravatar temiola2015-01-07
* Updates extconf.rb to use grpc from the make install locationsGravatar temiola2015-01-06
* bugfix: ruby code-gen capitalizationGravatar temiola2015-01-06
* Adding the tools directory to the git export.Gravatar Nicolas Noble2015-01-06
* Merge github.com:google/grpcGravatar Nicolas Noble2015-01-06
|\
* | Use CONFIG after defining it. Define CONFIG before using it.Gravatar yangg2015-01-06
* | Add msan, tsan, asan targets for Makefile.Gravatar ctiller2015-01-06
* | Allow specifying CONFIG as a string, instead of DEBUG=1.Gravatar ctiller2015-01-06
* | Add package name to the method string.Gravatar yangg2015-01-06
* | Add deadline API on server side.Gravatar yangg2015-01-06
* | Adding plugins to the mako rendering system.Gravatar nnoble2015-01-06
| * Merge github.com:google/grpcGravatar Craig Tiller2015-01-05
|/|
* | Seed random numbers in each process based on pid.Gravatar ctiller2015-01-05
* | Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/ps...Gravatar mlumish2015-01-05
* | Switched call errors to exceptions instead of return valuesGravatar mlumish2015-01-05
* | Switched events to use native objects instead of wrappersGravatar mlumish2015-01-05
* | Replaced calls to grpc_call_accept with newer functionsGravatar mlumish2015-01-05
| * Updated protobuf: it now includes the official ruby-protobufGravatar Tim Emiola2015-01-05
* | Updated protobuf: it now includes the official ruby-protobufGravatar Tim Emiola2015-01-05
|/
* Fix the socket pair fixtures to include the http filters.Gravatar klempner2014-12-29
* Have grpc_iomgr_work() adjust its poll deadline to account for the next alarm.Gravatar klempner2014-12-29
* Provide a port of cpu related code to posix, and linux.Gravatar ctiller2014-12-29
* Solving chicken-and-egg issue while detecting OpenSSL capabilities.Gravatar nnoble2014-12-29
* Fix poll kicking, unflaking _low_test.pyGravatar klempner2014-12-29
* fix MOE compliling error.Gravatar chenw2014-12-29
* Add Flags to override host and enable prod ssl root.Gravatar chenw2014-12-29
* Use overriden host name when creating a call.Gravatar yangg2014-12-29
* Improving Makefile support for shared libraries.Gravatar nnoble2014-12-29
* Update build.json, fix opensource build.Gravatar ctiller2014-12-29
* Build debug/optimized builds into different target directories.Gravatar ctiller2014-12-29
* Add SSL root for production GFE.Gravatar chenw2014-12-29
* Port [] alarm management to GRPC.Gravatar ctiller2014-12-29
* Adding support for service account credentials.Gravatar jboeuf2014-12-29
* Make override hostname an argument for testing against prod gfe.Gravatar yangg2014-12-29
* Client side implementation of creating channel with credentials.Gravatar yangg2014-12-29
* Pre allocate client side strings per channel for method, scheme, path, andGravatar klempner2014-12-19
* Don't allow trailing metadata from the client.Gravatar ctiller2014-12-19
* Removed reference to custom install locationGravatar mlumish2014-12-19
* Exposes event#finish as #close.Gravatar temiola2014-12-19
* Add a test where client side sees a deadline expired status.Gravatar yangg2014-12-19
* Fix opensource build test.Gravatar ctiller2014-12-19
* Properly handle cancellation during downwards propagation.Gravatar ctiller2014-12-19
* gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist.Gravatar pmarks2014-12-19
* Allow overriding httpcli behavior by tests.Gravatar ctiller2014-12-19
* Set host to channel's target when creating a call.Gravatar yangg2014-12-19
* Sync up open source build with []Gravatar yangg2014-12-19
* Introduce the (outside-of-iomgr) pollset API.Gravatar ctiller2014-12-19
* Add ServerContext. It is currently empty and deadline and metadata will come toGravatar yangg2014-12-19
* Replace the deprecated grpc_call_accept calls with the equivalent two newGravatar yangg2014-12-17