Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #6475 from grpc/release-0_14 | Nicolas Noble | 2016-05-09 |
|\ | | | | | Upmerge from 0.14.0 | ||
* \ | Merge pull request #6433 from murgatroid99/tools_package_bin_namespacing | Nicolas Noble | 2016-05-09 |
|\ \ | | | | | | | Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby | ||
| | * | Make namespacing of executables exposed by grpc-tools packages consistent ↵ | murgatroid99 | 2016-05-09 |
| | | | | | | | | | | | | between Node and Ruby | ||
| | * | Revert "Merge pull request #6214 from makdharma/master" | Nicolas "Pixel" Noble | 2016-05-09 |
| | | | | | | | | | | | | | | | This reverts commit 48d833a9d8280216040ef731341502d7d0f157e4, reversing changes made to 66e9d8e8a7717d7ccece629df4454fc546e19daa. | ||
| | * | Merge pull request #6472 from murgatroid99/ruby_signal_handling2 | Jan Tattermusch | 2016-05-09 |
| | |\ | | | | | | | | | Make Ruby library terminate on Ctrl+C on client and server | ||
* | | | | Revert "cronet wrapper code" | Craig Tiller | 2016-05-09 |
| | | | | |||
| | * | | Add a default handler to Ruby services that returns UNIMPLEMENTED | murgatroid99 | 2016-05-06 |
| | | | | |||
| | | * | Poll for signals more frequently, for greater responsiveness | murgatroid99 | 2016-05-06 |
| | | | | |||
| | | * | Added explanation about handling signals in C | murgatroid99 | 2016-05-06 |
| | | | | |||
| | | * | Make Ruby library terminate on Ctrl+C on client and server | murgatroid99 | 2016-05-06 |
| | | | | |||
* | | | | Merge remote-tracking branch 'google/release-0_14' | Nicolas "Pixel" Noble | 2016-05-06 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.yaml package.json src/core/lib/surface/version.c src/csharp/Grpc.Core/VersionInfo.cs src/csharp/build_packages.bat src/node/tools/package.json src/python/grpcio/grpc_version.py src/ruby/lib/grpc/version.rb src/ruby/tools/version.rb tools/distrib/python/grpcio_tools/grpc_version.py tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal | ||
| * | | | Merge pull request #6458 from nicolasnoble/ruby-fixes | Nicolas Noble | 2016-05-05 |
| |\ \ \ | | | | | | | | | | | Ruby fixes - for the release branch this time... | ||
* | | | | | Master is now 0.15.0-dev. | Nicolas "Pixel" Noble | 2016-05-06 |
| | | | | | |||
| * | | | | The release branch is now 0.14.0-pre1. | Nicolas "Pixel" Noble | 2016-05-06 |
|/ / / / | |||
* | | | | Merge pull request #6214 from makdharma/master | Nicolas Noble | 2016-05-05 |
|\ \ \ \ | |_|_|/ |/| | | | cronet wrapper code | ||
| | * | | Cleaning up includes. | Nicolas "Pixel" Noble | 2016-05-05 |
| | | | | |||
| | * | | 'exception_info' is a bad word for Windows... | Nicolas "Pixel" Noble | 2016-05-05 |
| | | | | |||
| | * | | Let's not compile grpc under Windows - it's taken care of already. | Nicolas "Pixel" Noble | 2016-05-05 |
| | | | | |||
| | | * | Make namespacing of executables exposed by grpc-tools packages consistent ↵ | murgatroid99 | 2016-05-04 |
| | |/ | | | | | | | | | | between Node and Ruby | ||
| * | | Added dummy cronet api implementation so we can build on Jenkins. | Makarand Dharmapurikar | 2016-05-03 |
| | | | |||
* | | | Fixed rubocop issues with newest changes | murgatroid99 | 2016-05-03 |
| | | | |||
* | | | Ruby: improve server error handling, fix a reference error | murgatroid99 | 2016-05-03 |
| |/ |/| | |||
| * | reran generate_projects.sh after @nnoble's fix in PR6399. | Makarand Dharmapurikar | 2016-05-02 |
| | | |||
* | | Merge pull request #6396 from nicolasnoble/build-it-all-the-way-2 | Nicolas Noble | 2016-05-02 |
|\ \ | | | | | | | Always build the grpc library when building the ruby extension. | ||
* \ \ | Merge pull request #6371 from murgatroid99/ruby_tools_gem | Nicolas Noble | 2016-05-02 |
|\ \ \ | | | | | | | | | Created grpc-tools ruby gem for distributing protoc and the plugin | ||
| | * | | Always build the grpc library when building the ruby extension. | Nicolas "Pixel" Noble | 2016-05-02 |
| |/ / |/| | | |||
| * | | Reversed premature removal of a file | murgatroid99 | 2016-05-02 |
| | | | |||
| * | | Simplified Ruby tools extension checking | murgatroid99 | 2016-05-02 |
| | | | |||
| | * | Reran tools/buildgen/generate_projects.sh again. | Makarand Dharmapurikar | 2016-05-01 |
| |/ |/| | |||
| * | Fixed grpc-tools.gemspec | murgatroid99 | 2016-04-29 |
| | | |||
| * | Created grpc-tools ruby gem for distributing protoc and the plugin | murgatroid99 | 2016-04-29 |
| | | |||
* | | Fixed unused parameter error | murgatroid99 | 2016-04-28 |
| | | |||
* | | Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback | murgatroid99 | 2016-04-28 |
|/ | |||
* | Merge pull request #6196 from y-zeng/call-error-to-string | Craig Tiller | 2016-04-28 |
|\ | | | | | Provide a function that converts grpc_call_error values into a string | ||
* \ | Merge pull request #6233 from ewr/fetch-peer-cert-in-ruby | Jan Tattermusch | 2016-04-26 |
|\ \ | | | | | | | Add peer_cert method to Ruby call object | ||
* \ \ | Merge pull request #6266 from murgatroid99/ruby_stress_client | Jan Tattermusch | 2016-04-26 |
|\ \ \ | | | | | | | | | Ruby stress client | ||
| | * | | Wrap delegate line to fix a Rubocop error about line length | Eric Richardson | 2016-04-26 |
| | | | | |||
| * | | | Changed some 'require' to 'require_relative' and modified rpc_server slightly | murgatroid99 | 2016-04-22 |
| | | | | |||
| * | | | Got Ruby stress client working, with some modifications to interop tests | murgatroid99 | 2016-04-22 |
| | | | | |||
| * | | | Simplified ruby interop test files | murgatroid99 | 2016-04-21 |
| | | | | |||
| | * | | Fix a mixed declaration warning in the grpc_rb_call_get_peer_cert method | Eric Richardson | 2016-04-21 |
| | | | | |||
* | | | | Add support for an "OTHER" value in client_type, server_type, and add a ↵ | vjpai | 2016-04-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | string to represent the name of the desired system api. This allows expansion without putting an upper-limit based on some foressen variants. | ||
* | | | | Merge pull request #5958 from deepaklukose/skip_client_cert_verification | Jan Tattermusch | 2016-04-20 |
|\ \ \ \ | |/ / / |/| | | | Add various options to verify ssl/tls client cert including letting the application handle the authentication. | ||
| | * | | Short-circuit `peer_cert` if we're insecure or unauthenticated | Eric Richardson | 2016-04-20 |
| | | | | |||
| | * | | Allow `peer` and `peer_cert` to be used from ActiveCall::SingleReqView | Eric Richardson | 2016-04-20 |
| | | | | |||
| | * | | Add peer_cert method to Ruby call object | Eric Richardson | 2016-04-20 |
| | | | | |||
* | | | | Eradicate Uniform, Deterministic, and Pareto interarrival | vjpai | 2016-04-20 |
| |/ / |/| | | | | | | | | | | | distributions since we don't use them and it's not sensible to add them | ||
| * | | Add various options to verify ssl/tls client cert including letting the | Deepak Lukose | 2016-04-19 |
| | | | | | | | | | | | | application handle the authentication. | ||
* | | | Merge pull request #6189 from y-zeng/default-verbosity | Yuchen Zeng | 2016-04-19 |
|\ \ \ | |/ / |/| | | Add knob for default core output verbosity | ||
* | | | actually stop benchmark server | Jan Tattermusch | 2016-04-18 |
| | | |