Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enables some incorrectly disabled tests | Tim Emiola | 2015-03-23 |
| | |||
* | Corrects the handling of metadata when the optional deadline is specified | Tim Emiola | 2015-03-23 |
| | |||
* | Merge pull request #1080 from tbetbetbe/grpc_ruby_add_back_server_finish_calls | Michael Lumish | 2015-03-18 |
|\ | | | | | Adds back calls to #finish at the end of server calls | ||
* \ | Merge pull request #1079 from ↵ | Michael Lumish | 2015-03-18 |
|\ \ | | | | | | | | | | | | | tbetbetbe/grpc_ruby_adds_metadata_server_active_call_view Exposes the metadata method in server-side ActiveCall view classes | ||
| | * | Adds back calls to #finish at the end of server calls | Tim Emiola | 2015-03-17 |
| | | | |||
| * | | Exposes the metadata method in server-side ActiveCall view classes | Tim Emiola | 2015-03-17 |
| |/ | |||
* / | Fixes reference to variable in the auth package | Tim Emiola | 2015-03-17 |
|/ | |||
* | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-06 |
|\ | |||
| * | Merge pull request #973 from tbetbetbe/grpc_ruby_trim_dependencies | Michael Lumish | 2015-03-06 |
| |\ | | | | | | | Removes unused dependencies | ||
| | * | Removes unused dependencies | Tim Emiola | 2015-03-06 |
| | | | |||
| * | | Corrects the host used in the client_server spec tests | Tim Emiola | 2015-03-06 |
| |/ | |||
| * | Fix for #804 | Tim Emiola | 2015-03-06 |
| | | |||
| * | Decompose the ClientStub initialize method | Tim Emiola | 2015-03-06 |
| | | |||
* | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-05 |
|\| | |||
* | | Updates ruby code affected by the secure server API change | Tim Emiola | 2015-03-05 |
| | | |||
* | | Updates the ruby C extension to match the new secure C server API | Tim Emiola | 2015-03-05 |
| | | |||
| * | Merge pull request #894 from mattn/ruby-2.2.0 | Tim Emiola | 2015-03-05 |
|/| | | | | | Support ruby 2.2.0 | ||
* | | Removed execute permissions from README files. | Misha Brukman | 2015-03-02 |
| | | |||
| * | Support ruby 2.2.0 | mattn | 2015-02-28 |
|/ | |||
* | Added ruby tests to run_tests.py | murgatroid99 | 2015-02-27 |
| | |||
* | Fix typos 'proivde' -> 'provide' and 'e,g.' -> 'e.g.' | Aggelos Avgerinos | 2015-02-27 |
| | |||
* | Merge pull request #826 from tbetbetbe/grpc-ruby-update-gemspec-licencse | Abhishek Kumar | 2015-02-25 |
|\ | | | | | Update grpc.gemspec | ||
| * | Update grpc.gemspec | Tim Emiola | 2015-02-25 |
| | | |||
* | | Synchronize initial package versions | Tim Emiola | 2015-02-25 |
|/ | |||
* | Tmp fix: splits the hostname from the host before creating a call | Tim Emiola | 2015-02-25 |
| | |||
* | Removes a redundant canary test | Tim Emiola | 2015-02-25 |
| | |||
* | Merge pull request #783 from ↵ | Michael Lumish | 2015-02-25 |
|\ | | | | | | | | | tbetbetbe/grpc_ruby_switch_auth_to_google_auth_library_ruby Grpc ruby switch auth to google auth library ruby | ||
| * | Remove the ruby gRPC auth implementation | Tim Emiola | 2015-02-25 |
| | | |||
| * | Updates the pubsub demo to use the new auth library | Tim Emiola | 2015-02-25 |
| | | |||
| * | Updates the interop client to use the new auth library | Tim Emiola | 2015-02-25 |
| | | |||
| * | Adds a reference to GoogleAuth | Tim Emiola | 2015-02-25 |
| | | |||
* | | Merge pull request #735 from jboeuf/fix_ssl_san | Craig Tiller | 2015-02-24 |
|\ \ | |/ |/| | Verifying the peer name on the X509 Certs correctly. | ||
* | | Temporarily suspend some tests that started failing because during the final ↵ | Tim Emiola | 2015-02-24 |
| | | | | | | | | shutdown | ||
* | | Reflect a C-api name change | Tim Emiola | 2015-02-24 |
| | | |||
| * | Verifying the peer name on the X509 Certs correctly. | Julien Boeuf | 2015-02-23 |
|/ | | | | | | | - The SANs take precedence over the CN. - The CN is only checked if there are no SANs. - Fixing the tests as the test cert did not list *.test.google.com in the SANs. Will fix the test cert another time... | ||
* | Merge pull request #715 from tbetbetbe/grpc-ruby-fix-interop-client | Tim Emiola | 2015-02-23 |
|\ | | | | | Fixes a missed old module name reference in the interop client | ||
| * | Fixes a missed old module name reference in the interop client | Tim Emiola | 2015-02-23 |
| | | |||
* | | Update README.md | Tim Emiola | 2015-02-20 |
| | | |||
* | | Update README.md | Tim Emiola | 2015-02-20 |
| | | | | | | More comment improvements | ||
* | | Update README.md | Tim Emiola | 2015-02-20 |
| | | | | | | fix comment about the installation location | ||
* | | Update README.md | Tim Emiola | 2015-02-20 |
|/ | |||
* | Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2 | Mugur Marculescu | 2015-02-19 |
|\ | | | | | Jayantkolhe patch 2 - Many documentation updates. | ||
| * | Update README.md | Jayant Kolhe | 2015-02-19 |
| | | |||
* | | Fixes case, other minor corrections | Tim Emiola | 2015-02-19 |
| | | |||
* | | Fixes the grpc.gemspec, clarifies the installation instructions | Tim Emiola | 2015-02-19 |
| | | |||
* | | Removes unnecesary check from the interop teste | Tim Emiola | 2015-02-19 |
| | | |||
* | | Merge pull request #540 from ctiller/copyright | Tim Emiola | 2015-02-18 |
|\ \ | | | | | | | Copyright checker | ||
| * | | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | | | |||
| * | | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | | | |||
| * | | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | | |