Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add protobuf c_ext to php benchmark | ZhouyihaiDing | 2017-09-26 |
| | |||
* | Add Ruby server interceptors | Shaun McCormick | 2017-09-25 |
| | |||
* | Merge pull request #12681 from apolcyn/fix_ruby_sigint_mask_in_test | apolcyn | 2017-09-22 |
|\ | | | | | Dont assume sigint wasnt masked when invoking ruby tests | ||
| * | Dont assume that sigint wasnt masked when invoking ruby tests | Alexander Polcyn | 2017-09-21 |
| | | |||
* | | Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather ↵ | Vijay Pai | 2017-09-21 |
|/ | | | | than only grpc_byte_buffer"" | ||
* | Merge pull request #12588 from apolcyn/shorten_ruby_unit_test_time | apolcyn | 2017-09-20 |
|\ | | | | | Reduce time taken by ruby unit test suite | ||
* \ | Merge pull request #12452 from apolcyn/google_rpc_status_in_ruby | apolcyn | 2017-09-18 |
|\ \ | | | | | | | Add ruby client utility for extracting Google::Rpc::Status from GRPC::Status | ||
| * | | add a client side utility for extracting a google rpc | Alexander Polcyn | 2017-09-18 |
| | | | | | | | | | | | | status from a grpc::Status | ||
* | | | Running generate_projects.sh | Yash Tibrewal | 2017-09-18 |
| | | | |||
| | * | make sure calls created in ruby unit tests are completed timely | Alexander Polcyn | 2017-09-14 |
| |/ | |||
* / | add php extension | ZhouyihaiDing | 2017-09-14 |
|/ | |||
* | Merge pull request #12372 from vjpai/armalarmadingdong | Vijay Pai | 2017-09-07 |
|\ | | | | | Core API change: Decouple alarm construction from setting to avoid races in MT code | ||
* \ | Merge pull request #12080 from y-zeng/connectivity | Yuchen Zeng | 2017-09-07 |
|\ \ | | | | | | | Reconnect channels automatically in C++ clients | ||
| | * | Decouple alarm construction from setting to avoid races in MT code | Vijay Pai | 2017-09-07 |
| |/ |/| | |||
* | | add rubocop warnings to TODO config file | Jan Tattermusch | 2017-09-05 |
| | | |||
* | | remove calls to optional paramaters so that the test is compatible with ruby ↵ | Alexander Polcyn | 2017-09-05 |
| | | | | | | | | versions < 2.1 | ||
| * | Sanity fixes | Yuchen Zeng | 2017-08-24 |
| | | |||
* | | Merge pull request #12237 from andremedeiros/fix-gc-eager-sweep | apolcyn | 2017-08-24 |
|\ \ | | | | | | | Mark error code details as global | ||
* \ \ | Merge remote-tracking branch 'upstream/master' into stream_compression_config | Muxi Yan | 2017-08-21 |
|\ \ \ | | |/ | |/| | |||
| | * | Mark error code details as global | Andre Medeiros | 2017-08-21 |
| |/ | |||
| * | Merge pull request #12213 from dgquintas/v1.7.x-version-bump | David G. Quintas | 2017-08-17 |
| |\ | | | | | | | Master version bump to 1.7.x | ||
| | * | Master version bump to 1.7.x | David Garcia Quintas | 2017-08-16 |
| | | | |||
| * | | Catch NotImplementedError exceptions and forward them to the client. | John Millikin | 2017-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_config | Muxi Yan | 2017-08-11 |
|\| | |||
| * | Merge pull request #10636 from apolcyn/alleviate_10526 | apolcyn | 2017-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 user | Alexander Polcyn | 2017-08-07 |
| | | | | | | | | | | | | error | ||
* | | | Merge branch 'master' into stream_compression_config | Muxi Yan | 2017-08-02 |
|\| | | |||
| * | | fix cancellation test flake | Alexander Polcyn | 2017-07-31 |
| |/ | |||
| * | Merge pull request #11963 from apolcyn/fix_ruby_bidi_error_terminate | apolcyn | 2017-07-27 |
| |\ | | | | | | | Improve completion of bidi calls when there is an initial error | ||
| | * | properly finish bidi calls when there is an initial error | Alexander Polcyn | 2017-07-27 |
| | | | |||
* | | | Merge remote-tracking branch 'upstream/master' into stream_compression_config | Muxi Yan | 2017-07-26 |
|\| | | |||
* | | | generate_project | Muxi Yan | 2017-07-26 |
| | | | |||
| * | | regenerate projects | yang-g | 2017-07-25 |
| | | | |||
| * | | Merge pull request #11849 from apolcyn/fix_ruby_md_mem_leaks_master | apolcyn | 2017-07-24 |
| |\ \ | | |/ | |/| | Fix memory leak in sent ruby metadata | ||
| * | | Fix a ruby test flake | Alexander Polcyn | 2017-07-21 |
| | | | |||
| | * | fix memory leak with large metadata keys or values | Alexander Polcyn | 2017-07-21 |
| |/ | |||
| * | Merge pull request #11764 from apolcyn/fix_ruby_socket_leak | apolcyn | 2017-07-20 |
| |\ | | | | | | | Release resources more eagerly on ruby server | ||
| | * | add a standalone client auth test | Alexander Polcyn | 2017-07-20 |
| | | | |||
| | * | add missing fields on server call context and improve robustness of finished ↵ | Alexander Polcyn | 2017-07-19 |
| | | | | | | | | | | | | calls | ||
| | * | make sure that client-side view of calls is robust | Alexander Polcyn | 2017-07-18 |
| | | | |||
| * | | Reset OWNERS state | Craig Tiller | 2017-07-17 |
| | | | |||
| * | | Merge pull request #11830 from apolcyn/fix_credential_compose_leaks_master | apolcyn | 2017-07-17 |
| |\ \ | | | | | | | | | Fix ruby memory leaks when composing credentials, noticed with asan | ||
| | * | | fix ruby memory leaks when composing credentials | Alexander Polcyn | 2017-07-14 |
| | | | | |||
| * | | | Merge pull request #11759 from apolcyn/ruby_cleanup | apolcyn | 2017-07-13 |
| |\ \ \ | | |/ / | |/| | | Remove a stale ruby method | ||
| | | * | dont wait for gc to destroy calls on ruby server | Alexander Polcyn | 2017-07-13 |
| | | | | |||
| * | | | Strawman OWNERS --> CODEOWNERS script | Craig Tiller | 2017-07-13 |
| | |/ | |/| | |||
* | | | generate project | Muxi Yan | 2017-07-12 |
| | | | |||
| | * | remove an unused method | Alexander Polcyn | 2017-07-11 |
| |/ | |||
| * | Use https://grpc.io consistently as the canonical URL | Mehrdad Afshari | 2017-07-10 |
|/ | |||
* | correct channel arg constructor calls in ruby channel creds test | Alexander Polcyn | 2017-06-15 |
| |