Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | simplified client streaming compression request enumerable | Alexander Polcyn | 2016-07-12 |
| | |||
* | added ruby client compression interop tests | Alexander Polcyn | 2016-07-12 |
| | |||
* | removed unnecessary public methods removed tests of non api methods | Alex Polcyn | 2016-07-12 |
| | |||
* | Removed expectations of entire provided algorithms list in tests | Alexander Polcyn | 2016-07-11 |
| | |||
* | replaced constant compress level names with ids | Alexander Polcyn | 2016-07-11 |
| | |||
* | fixed unreferenced self C parameters | Alex Polcyn | 2016-07-10 |
| | |||
* | Replaced private ruby methods with internal c functions | Alexander Polcyn | 2016-07-10 |
| | |||
* | Added ruby wrapper for grpc_compression_options | Alexander Polcyn | 2016-07-10 |
| | |||
* | Merge pull request #7274 from murgatroid99/ruby_api_review_changes | kpayson64 | 2016-07-08 |
|\ | | | | | Split incoming initial and trailing metadata in Ruby calls | ||
* \ | Merge pull request #7160 from nathanielmanistaatgoogle/handlers-optional | kpayson64 | 2016-07-08 |
|\ \ | | | | | | | Make handlers optional at server construction | ||
* \ \ | Merge pull request #7195 from soltanmm/winfix | kpayson64 | 2016-07-08 |
|\ \ \ | | | | | | | | | Fix Python interop unit-tests on Windows | ||
* \ \ \ | Merge pull request #7272 from nathanielmanistaatgoogle/rendezvous-exception | kpayson64 | 2016-07-08 |
|\ \ \ \ | | | | | | | | | | | Fix _Rendezvous.exception for successful calls | ||
* \ \ \ \ | Merge pull request #7163 from nathanielmanistaatgoogle/call-credentials | kpayson64 | 2016-07-08 |
|\ \ \ \ \ | | | | | | | | | | | | | Support composition of arbitrarily many CallCredentials objects | ||
* \ \ \ \ \ | Merge pull request #7203 from murgatroid99/node_separate_health_check | Nicolas Noble | 2016-07-08 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Split Node health check code into a separate package and make it use static codegen | ||
* \ \ \ \ \ \ | Merge pull request #7268 from ctiller/smaller_max_message_size | Nicolas Noble | 2016-07-08 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Reduce default max message size | ||
* \ \ \ \ \ \ \ | Merge pull request #7177 from kpayson64/python_codegen | kpayson64 | 2016-07-08 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Updated example codegen to use grpcio-tools | ||
| | | | | | * | | | Fix interop tests on Windows | Masood Malekghassemi | 2016-07-08 |
| | | | | | | | | | |||
| | | | | | * | | | Make build_python.sh script smarter | Masood Malekghassemi | 2016-07-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now reasonable defaults are auto-detected by platform (and by specific Python implementation). | ||
| | | | | | * | | | Sanitize environment variables in run_tests `jobset` | Masood Malekghassemi | 2016-07-08 |
| | | | | | | | | | |||
| | | | | | * | | | Make Python tests run on Windows | Masood Malekghassemi | 2016-07-08 |
| | | | | | | | | | |||
| | | | | | * | | | Build Python distributions standalone for Windows | Masood Malekghassemi | 2016-07-08 |
| | | | | | | | | | |||
| | | | | | * | | | Patch monkeypatch link function to work in Python3 | Masood Malekghassemi | 2016-07-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The modified link command was originally taken from a Python 2.x distutils. | ||
| | | | | | * | | | Make Python build standalone on Windows | Masood Malekghassemi | 2016-07-08 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #7260 from kpayson64/ga_performance_tests | kpayson64 | 2016-07-08 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Migrated python performance tests to use GA API | ||
| | | | | | | * | | | Remove unnecessary fcntl module import | Masood Malekghassemi | 2016-07-08 |
| | | | | | | | | | | |||
| | | | | | | * | | | Remove misleading diagnostics message | Masood Malekghassemi | 2016-07-08 |
| |_|_|_|_|_|/ / / |/| | | | | | | | | |||
* | | | | | | | | | Merge pull request #7275 from kpayson64/python_min_memory_cleanup | kpayson64 | 2016-07-08 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Removed cython client-side call tracking | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #7100 from sreecha/stress_test_metrics_fix | kpayson64 | 2016-07-08 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Stress tests: Fix metrics-client logging | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #6783 from thinkerou/compress | kpayson64 | 2016-07-08 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Make PHP work correctly when receiving a compressed message | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7156 from stanley-cheung/php-add-comment-shutdown-warning | kpayson64 | 2016-07-08 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP: add warning about shutdown function | ||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7239 from jboeuf/fix_7182 | kpayson64 | 2016-07-08 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the return status codes according to the doc | ||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7219 from jcanizales/merge-0.14-into-master | makdharma | 2016-07-08 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge 0.14 into master | ||
| | | | | | | | | | | | | | * | Merge branch 'master' into ruby_api_review_changes | murgatroid99 | 2016-07-08 |
| | | | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |||
| | | | | | | | | | | | | | * | Revert changes to SingleReqView and MultiReqView | murgatroid99 | 2016-07-08 |
| | | | | | | | | | | | | | | | |||
| | | | * | | | | | | | | | | | fetch and fix conflict | thinkerou | 2016-07-08 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | Merge pull request #6693 from thinkerou/phpt | Stanley Cheung | 2016-07-07 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the README file of PHP example | ||
| | | | | | | * | | | | | | | | | Removed cython client-side call tracking | Ken Payson | 2016-07-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures sync calls get cancelled after a keyboard interrupt, as well as all calls getting destroyed before grpc_shutdown() | ||
* | | | | | | | | | | | | | | | | Merge pull request #7270 from kpayson64/ruby_ga_change | kpayson64 | 2016-07-07 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change cancelled to cancelled? | ||
| | | | | * | | | | | | | | | | | | revert debug log change | Stanley Cheung | 2016-07-07 |
| | | | | | | | | | | | | | | | | | |||
| | | | | * | | | | | | | | | | | | php: update example composer.json | Stanley Cheung | 2016-07-07 |
| | | | | | | | | | | | | | | | | | |||
| | | | | * | | | | | | | | | | | | php: add warning about shutdown function | Stanley Cheung | 2016-07-07 |
| |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |||
| | | | | | | | | | | | | | | * | Split incoming initial and trailing metadata in Ruby calls | murgatroid99 | 2016-07-07 |
| | | | | | | | |_|_|_|_|_|_|/ | | | | | | | |/| | | | | | | | |||
| | | | | | | | | | | | | * | | Fix _Rendezvous.exception for successful calls | Nathaniel Manista | 2016-07-07 |
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | Change cancelled to cancelled? | Ken Payson | 2016-07-07 |
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |||
| | | | | | | | | * | | | | Merge github.com:grpc/grpc into smaller_max_message_size | Craig Tiller | 2016-07-07 |
| | | | | | | | | |\ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | |||
| | | | | | | | | | | * | | Composition of arbitrarily many CallCredentials | Nathaniel Manista | 2016-07-07 |
| | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | Make handlers optional at server construction | Nathaniel Manista | 2016-07-07 |
| | | | | | | | | | | |/ | |||
* | | | | | | | | | | | | Merge pull request #7190 from dgquintas/bb_reader_error | Nicolas Noble | 2016-07-07 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | Return success status of grpc_byte_buffer_reader_init | ||
* | | | | | | | | | | | | Merge pull request #7159 from jcanizales/p0-connectivity-app | kpayson64 | 2016-07-07 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | App to manually test behavior under changing connectivity conditions | ||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7251 from dgquintas/fix_cpp_deps | kpayson64 | 2016-07-07 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | Added missing dependencies to grpc++_base |