Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_cert | Julien Boeuf | 2015-11-17 |
| |\ | |||
* | \ | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ \ \ | | |/ | |/| | |||
| * | | Merge pull request #4120 from ↵ | Michael Lumish | 2015-11-12 |
| |\ \ | | | | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_fix_compile_on_2_0_typed_free_immediately Corrects compile error on ruby 2.0 | ||
| | * | | Corrects compile error on ruby 2.0 | Tim Emiola | 2015-11-12 |
| | | | | |||
| * | | | Merge pull request #4106 from tbetbetbe/grpc_ruby_fix_flaky_ruby_interop_test | Michael Lumish | 2015-11-12 |
| |\ \ \ | | | | | | | | | | | Grpc ruby fix flaky ruby interop test | ||
| | * | | | Updates interop client/server logging | Tim Emiola | 2015-11-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - server logger.level = WARN - client logger.level = INFO | ||
| | * | | | Adds standard logging to the client/server | Tim Emiola | 2015-11-11 |
| | | | | | | | | | | | | | | | | | | | | - truncates the server debug log entries to make that readable | ||
| | * | | | Fixes a multithreading bug in the ruby rpc_server | Tim Emiola | 2015-11-11 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the current ruby server interop test flakiness. - The interop tests recently changed so that clients access servers in parallel, meaning that the interop servers handle multiple rpcs at once, which is how this bug became visible - since this change, tests run against the ruby interop server have failed sporadically - the problem was that the block in #loop_handle_server_calls that is passed to the thread pool referenced a var in an enclosing block, which resulted in requests being processed by the wrong handler - this fix ensures that the block to be run on the thread pool thread does not have any references to vars in the enclosing block | ||
| * | | | Ensures that bidi calls obtain metadata. | Tim Emiola | 2015-11-10 |
| | | | | | | | | | | | | | | | | Fixes an omission from earlier PRs that adds support metadata. | ||
| * | | | Fixes an issue running the tests on Ruby2.2 | Tim Emiola | 2015-11-10 |
| |/ / | |||
| | * | Updating the server1 cert so that it can be used with Go. | Julien Boeuf | 2015-11-09 |
| |/ | | | | | | | | | | | | | | | The encoding of the issuer field in this cert is now a PRINTABLESTRING as opposed to UTF8STRING in the previous server1.pem which was causing the Go issue. Fixes #4086. | ||
| * | Merge pull request #4009 from jtattermusch/add_badges | Michael Lumish | 2015-10-30 |
| |\ | | | | | | | Add npm, gem and cocoapods badges | ||
| | * | Add gem badge | Jan Tattermusch | 2015-10-30 |
| | | | |||
* | | | Ruby wrapping of core credentials API change. | Tim Emiola | 2015-10-28 |
| | | | |||
* | | | Updates channel credentials | Tim Emiola | 2015-10-27 |
| | | | | | | | | | | | | | | | | | | - switches credentials to channel credentials - removes usages of other credentials classes that would are not currently used in the ruby surface | ||
| * | | fix ruby per_rpc_creds | Jan Tattermusch | 2015-10-19 |
| |/ | |||
| * | Merge pull request #3861 from jtattermusch/ruby_use_tls | Michael Lumish | 2015-10-19 |
|/| | | | | | Accept --use_tls=true and --use_test_ca=true in ruby interop tests | ||
| * | accept --use_tls=true and --use_test_ca=true in ruby | Jan Tattermusch | 2015-10-15 |
| | | |||
* | | Add newline to .rubocop.yml | murgatroid99 | 2015-10-14 |
| | | |||
* | | Fixed previous change, altered RuboCop settings to let me do so | murgatroid99 | 2015-10-14 |
| | | |||
* | | Made ruby server stop waiting for calls when it starts getting null calls | murgatroid99 | 2015-10-14 |
|/ | |||
* | Fixes the broken ruby interop tests | Tim Emiola | 2015-10-08 |
| | |||
* | Merge pull request #3602 from grpc/release-0_11 | Tim Emiola | 2015-10-02 |
|\ | | | | | Upmerge from beta to master. | ||
| * | Bugfix: correct circular arg ref | Tim Emiola | 2015-09-25 |
| | | |||
* | | Remove a bad flaky rpc server test | Tim Emiola | 2015-09-25 |
| | | |||
| * | Merge pull request #3475 from tbetbetbe/release-0_11 | Stanley Cheung | 2015-09-24 |
| |\ | | | | | | | Fixes for the scripts packaged in the ruby gem | ||
| | * | Bump version to reflect changes to the gRPC ruby package | Tim Emiola | 2015-09-24 |
| | | | |||
| | * | Fixes bins in the grpc beta package | Tim Emiola | 2015-09-24 |
| |/ |/| | |||
| * | Update status to Beta | Tim Emiola | 2015-09-23 |
|/ | |||
* | Update debian install instructions, jessie-backports | Stanley Cheung | 2015-09-04 |
| | |||
* | Merge pull request #3171 from tbetbetbe/grpc_ruby_improve_test_stability | Stanley Cheung | 2015-08-31 |
|\ | | | | | Improves test stability | ||
* \ | Merge pull request #3172 from tbetbetbe/grpc_ruby_bump_version | Michael Lumish | 2015-08-31 |
|\ \ | | | | | | | Bumps the ruby version to beta | ||
| * | | Bumps the ruby version to beta | Tim Emiola | 2015-08-31 |
| | | | |||
| | * | Improves test stability | Tim Emiola | 2015-08-31 |
| |/ | |||
* | | Merge pull request #3158 from tbetbetbe/grpc-ruby-server-support-multiple-certs | Michael Lumish | 2015-08-31 |
|\ \ | |/ |/| | Grpc ruby server add support for multiple certs | ||
| * | Fixes a comment | Tim Emiola | 2015-08-31 |
| | | |||
| * | Make insecure construction explicit, to address #2614 | Tim Emiola | 2015-08-31 |
| | | |||
| * | Update sites using ServerCredentials.new | Tim Emiola | 2015-08-31 |
| | | |||
| * | Updates implementation of rb_server_credentials | Tim Emiola | 2015-08-31 |
| | | | | | | | | - allows use of multiple credentials, e.g, per servername | ||
* | | Merge pull request #3144 from tbetbetbe/grpc-ruby-fix-math-client-server | Stanley Cheung | 2015-08-31 |
|\ \ | | | | | | | Grpc ruby fix math client and server | ||
| * | | Updates server shutdown handling | Tim Emiola | 2015-08-28 |
| |/ | | | | | | | | | | | | | - ensures that servers cancels calls after the shutdown timeout - uses an infinite timeout when request server calls This two changes fix the issue where the server segfaults on shutdown. | ||
* / | update debian unstable to testing | Stanley Cheung | 2015-08-28 |
|/ | |||
* | Credentials cleanup: | Julien Boeuf | 2015-08-25 |
| | | | | | | | | - Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages. | ||
* | Adding void* at then end of security related method in order to have a ↵ | Julien Boeuf | 2015-08-25 |
| | | | | stable ABI. | ||
* | Merge pull request #3013 from ↵ | Michael Lumish | 2015-08-20 |
|\ | | | | | | | | | tbetbetbe/grpc-ruby-support-per-message-compression Adds support for per message compression | ||
| * | Adds support for per message compression | Tim Emiola | 2015-08-20 |
| | | |||
* | | update installation instructions, review feedback | Stanley Cheung | 2015-08-19 |
| | | |||
* | | update installation instructions, review feedback | Stanley Cheung | 2015-08-19 |
| | | |||
* | | update installation instructions, review feedback | Stanley Cheung | 2015-08-19 |
| | |