aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
Commit message (Collapse)AuthorAge
* add protobuf c_ext to php benchmarkGravatar ZhouyihaiDing2017-09-26
|
* Add Ruby server interceptorsGravatar Shaun McCormick2017-09-25
|
* Merge pull request #12681 from apolcyn/fix_ruby_sigint_mask_in_testGravatar apolcyn2017-09-22
|\ | | | | Dont assume sigint wasnt masked when invoking ruby tests
| * Dont assume that sigint wasnt masked when invoking ruby testsGravatar Alexander Polcyn2017-09-21
| |
* | Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather ↵Gravatar Vijay Pai2017-09-21
|/ | | | than only grpc_byte_buffer""
* Merge pull request #12588 from apolcyn/shorten_ruby_unit_test_timeGravatar apolcyn2017-09-20
|\ | | | | Reduce time taken by ruby unit test suite
* \ Merge pull request #12452 from apolcyn/google_rpc_status_in_rubyGravatar apolcyn2017-09-18
|\ \ | | | | | | Add ruby client utility for extracting Google::Rpc::Status from GRPC::Status
| * | add a client side utility for extracting a google rpcGravatar Alexander Polcyn2017-09-18
| | | | | | | | | | | | status from a grpc::Status
* | | Running generate_projects.shGravatar Yash Tibrewal2017-09-18
| | |
| | * make sure calls created in ruby unit tests are completed timelyGravatar Alexander Polcyn2017-09-14
| |/
* / add php extensionGravatar ZhouyihaiDing2017-09-14
|/
* Merge pull request #12372 from vjpai/armalarmadingdongGravatar Vijay Pai2017-09-07
|\ | | | | Core API change: Decouple alarm construction from setting to avoid races in MT code
* \ Merge pull request #12080 from y-zeng/connectivityGravatar Yuchen Zeng2017-09-07
|\ \ | | | | | | Reconnect channels automatically in C++ clients
| | * Decouple alarm construction from setting to avoid races in MT codeGravatar Vijay Pai2017-09-07
| |/ |/|
* | add rubocop warnings to TODO config fileGravatar Jan Tattermusch2017-09-05
| |
* | remove calls to optional paramaters so that the test is compatible with ruby ↵Gravatar Alexander Polcyn2017-09-05
| | | | | | | | versions < 2.1
| * Sanity fixesGravatar Yuchen Zeng2017-08-24
| |
* | Merge pull request #12237 from andremedeiros/fix-gc-eager-sweepGravatar apolcyn2017-08-24
|\ \ | | | | | | Mark error code details as global
* \ \ Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-21
|\ \ \ | | |/ | |/|
| | * Mark error code details as globalGravatar Andre Medeiros2017-08-21
| |/
| * Merge pull request #12213 from dgquintas/v1.7.x-version-bumpGravatar David G. Quintas2017-08-17
| |\ | | | | | | Master version bump to 1.7.x
| | * Master version bump to 1.7.xGravatar David Garcia Quintas2017-08-16
| | |
| * | Catch NotImplementedError exceptions and forward them to the client.Gravatar John Millikin2017-08-16
| |/ | | | | | | | | | | | | | | | | | | The old code only caught `StandardError`, which doesn't include `NotImplementedError`. Despite the name, this error indicates a failure of low-level OS interaction rather than unimplemented user code. Any errors not caught by this section will cause the server to terminate, which is generally undesirable because it might be happily handling other requests.
* | Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-11
|\|
| * Merge pull request #10636 from apolcyn/alleviate_10526Gravatar apolcyn2017-08-07
| |\ | | | | | | cancel calls on ruby client bidi write loop exceptions and surface the errror
| | * cancel calls with an error message when bidi write loop fails with userGravatar Alexander Polcyn2017-08-07
| | | | | | | | | | | | error
* | | Merge branch 'master' into stream_compression_configGravatar Muxi Yan2017-08-02
|\| |
| * | fix cancellation test flakeGravatar Alexander Polcyn2017-07-31
| |/
| * Merge pull request #11963 from apolcyn/fix_ruby_bidi_error_terminateGravatar apolcyn2017-07-27
| |\ | | | | | | Improve completion of bidi calls when there is an initial error
| | * properly finish bidi calls when there is an initial errorGravatar Alexander Polcyn2017-07-27
| | |
* | | Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-07-26
|\| |
* | | generate_projectGravatar Muxi Yan2017-07-26
| | |
| * | regenerate projectsGravatar yang-g2017-07-25
| | |
| * | Merge pull request #11849 from apolcyn/fix_ruby_md_mem_leaks_masterGravatar apolcyn2017-07-24
| |\ \ | | |/ | |/| Fix memory leak in sent ruby metadata
| * | Fix a ruby test flakeGravatar Alexander Polcyn2017-07-21
| | |
| | * fix memory leak with large metadata keys or valuesGravatar Alexander Polcyn2017-07-21
| |/
| * Merge pull request #11764 from apolcyn/fix_ruby_socket_leakGravatar apolcyn2017-07-20
| |\ | | | | | | Release resources more eagerly on ruby server
| | * add a standalone client auth testGravatar Alexander Polcyn2017-07-20
| | |
| | * add missing fields on server call context and improve robustness of finished ↵Gravatar Alexander Polcyn2017-07-19
| | | | | | | | | | | | calls
| | * make sure that client-side view of calls is robustGravatar Alexander Polcyn2017-07-18
| | |
| * | Reset OWNERS stateGravatar Craig Tiller2017-07-17
| | |
| * | Merge pull request #11830 from apolcyn/fix_credential_compose_leaks_masterGravatar apolcyn2017-07-17
| |\ \ | | | | | | | | Fix ruby memory leaks when composing credentials, noticed with asan
| | * | fix ruby memory leaks when composing credentialsGravatar Alexander Polcyn2017-07-14
| | | |
| * | | Merge pull request #11759 from apolcyn/ruby_cleanupGravatar apolcyn2017-07-13
| |\ \ \ | | |/ / | |/| | Remove a stale ruby method
| | | * dont wait for gc to destroy calls on ruby serverGravatar Alexander Polcyn2017-07-13
| | | |
| * | | Strawman OWNERS --> CODEOWNERS scriptGravatar Craig Tiller2017-07-13
| | |/ | |/|
* | | generate projectGravatar Muxi Yan2017-07-12
| | |
| | * remove an unused methodGravatar Alexander Polcyn2017-07-11
| |/
| * Use https://grpc.io consistently as the canonical URLGravatar Mehrdad Afshari2017-07-10
|/
* correct channel arg constructor calls in ruby channel creds testGravatar Alexander Polcyn2017-06-15
|