aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Make generate_projects work on MacGravatar 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
* | Splitting grpc_test_util into gpr_test_util.Gravatar nnoble2015-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
|/
* Fix gRPC compilation failureGravatar rsilvera2015-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
* Make interop server buildable on opensource build.Gravatar yangg2015-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
* Corrects the ruby dockerfile to ensure it has access to git-on-[].Gravatar temiola2015-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
* Fix for the Windows buildGravatar 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
* Make generate_projects.sh able to run from a git repo.Gravatar ctiller2015-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
* Merge github.com:google/grpcGravatar Nicolas Noble2015-01-09
|\
* | Only run one make at a time.Gravatar ctiller2015-01-09
* | Remove mutex as this process is now single threadedGravatar ctiller2015-01-09
* | Fix test under msanGravatar ctiller2015-01-09
* | Add a test to export two TestService on the same server, only with differentGravatar yangg2015-01-09
* | C implementation of Census trace store and stats store for grpc C lib.Gravatar hongyu2015-01-09
* | Enable streaming test case for gRPC client in GCE.Gravatar chenw2015-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
* | Fix opensource build.Gravatar ctiller2015-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
| * Fix a compiler warning.Gravatar Craig Tiller2015-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
* Fix opensource build.Gravatar ctiller2015-01-08
* Don't log on EINTR.Gravatar ctiller2015-01-08
* Remove libevent.Gravatar ctiller2015-01-08
* Add a --forever flag, to continuously run tests as things change.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