aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* clang-format codebaseGravatar Craig Tiller2015-01-13
* Merge pull request #4 from ctiller/vasprintGravatar yang-g2015-01-12
|\
* | Fixing opensource build.Gravatar nnoble2015-01-12
* | Moving the google-internal security code in their own files.Gravatar jboeuf2015-01-12
* | Factoring out []2 artefacts from the transport security interface.Gravatar jboeuf2015-01-12
* | Return bound port number from grpc_server_add_http2_port.Gravatar ctiller2015-01-12
* | Avoid clobbering potential defines that were set up externally.Gravatar nnoble2015-01-12
| * Check return value for errorGravatar Craig Tiller2015-01-12
|/
* grpc census hash_table test coverage improvements.Gravatar hongyu2015-01-12
* Pre-allocate, check, and consume method, scheme, and content-type headers atGravatar ctiller2015-01-12
* Ensure flow control callbacks happen outside the transport lock.Gravatar ctiller2015-01-12
* Preparing the go plugin for non-[] compilation.Gravatar nnoble2015-01-12
* Add impl subdirectory under public and move headers that need to be installedGravatar yangg2015-01-12
* Allow logging mechanism to be overridden by applications.Gravatar ctiller2015-01-12
* Add ServiceAccount Credentials wrapping and handle credentials creationGravatar yangg2015-01-12
* Undo the addition of Java codegen files to the open-sourced list byGravatar zhangkun2015-01-12
* Grpc census: v0 trace_printf() implementation in C.Gravatar hongyu2015-01-12
* Remove dependencies on internal headers from Java gRPC compiler plugin.Gravatar zhangkun2015-01-12
* C implementation of Census trace store and stats store for grpc C lib.Gravatar hongyu2015-01-09
* Updates the math and interop samples to use the fully-qualified method name.Gravatar temiola2015-01-09
* Updates the generated ruby code to specify the service name.Gravatar temiola2015-01-09
* Updates service.rb to ensure that the DSL specified service name is not overr...Gravatar temiola2015-01-09
* Switches to using protobuf-ruby.Gravatar temiola2015-01-09
* Don't log on EINTR.Gravatar ctiller2015-01-09
* Remove libevent.Gravatar ctiller2015-01-09
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
* Updates the math and interop samples to use the fully-qualified method name.Gravatar temiola2015-01-08
* Updates the generated ruby code to specify the service name.Gravatar temiola2015-01-08
* Updates service.rb to ensure that the DSL specified service name is not overr...Gravatar temiola2015-01-08
* Switches to using protobuf-ruby.Gravatar temiola2015-01-08
* Don't log on EINTR.Gravatar ctiller2015-01-08
* Remove libevent.Gravatar ctiller2015-01-08
* Updates the ruby generator so that it does not create files for empty protos.Gravatar temiola2015-01-08
* Fix hostname for streaming.Gravatar yangg2015-01-08
* 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
* 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