aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* Fix poll kicking, unflaking _low_test.pyGravatar klempner2014-12-29
* fix MOE compliling error.Gravatar chenw2014-12-29
* Use overriden host name when creating a call.Gravatar yangg2014-12-29
* Port [] alarm management to GRPC.Gravatar ctiller2014-12-29
* Adding support for service account credentials.Gravatar jboeuf2014-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
* 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
* 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
* Fix include guards.Gravatar ctiller2014-12-17
* Remove endpoint/ directories.Gravatar ctiller2014-12-17
* Adding JWT generation and signing code for service accounts credentials.Gravatar jboeuf2014-12-16
* Add missing casts to enable compilation with gcc 4.7Gravatar rsilvera2014-12-16
* Make alarm initialization take a timespec now.Gravatar ctiller2014-12-16
* Replacing pthread_once by gpr_once, in the opensource conversion.Gravatar nnoble2014-12-16
* Added support for trailing metadata, fixed status supportGravatar mlumish2014-12-16
* Adds support for trailing metadataGravatar temiola2014-12-16
* Trailing metadata support.Gravatar ctiller2014-12-16
* GOAWAY & Reconnection support.Gravatar ctiller2014-12-15
* Add an assertion to prevent return-without-value warning.Gravatar vpai2014-12-15
* Fix bug with generating grpc c++ code for proto filesGravatar samuelw2014-12-15
* Moved interop client script to the same directory as other scripts. This also...Gravatar mlumish2014-12-15
* Add time averaged stats for future alarm list work.Gravatar ctiller2014-12-15
* Simplify alarm API.Gravatar ctiller2014-12-15
* Fix mixing function, and make it universally used.Gravatar ctiller2014-12-15
* Fix a bug in base-log, and add test.Gravatar aveitch2014-12-15
* Binary header encoding.Gravatar ctiller2014-12-15
* Adding base utils for JWT service account workflow. OpenSSL base64 decoding isGravatar jboeuf2014-12-12
* Added endpoint_ prefix to all method functions. On Windows, the shutdown meth...Gravatar jtattermusch2014-12-12
* Switches the ruby docker build to run from the new all-in-one repo.Gravatar temiola2014-12-12
* Remove log spamGravatar ctiller2014-12-12
* Getting the generated Makefile to support .proto files.Gravatar nnoble2014-12-12
* Automated g4 rollback of changelist 81931923.Gravatar jtattermusch2014-12-12