Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into auto-build-example | Yuchen Zeng | 2016-06-24 |
|\ | |||
| * | Update master branch to 0.16.0-dev | murgatroid99 | 2016-06-24 |
| | | |||
| * | fix build node package | Jan Tattermusch | 2016-06-24 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into auto-build-example | Yuchen Zeng | 2016-06-23 |
|\| | |||
* | | Remove unnecessary changes | Yuchen Zeng | 2016-06-23 |
| | | |||
| * | Updated grpcio c extension build for windows to use mingw. | Ken Payson | 2016-06-23 |
| | | | | | | | | | | | | | | The default compiler for Python c extensions is VS2008 or VS2010 depending on the Python version. Since c-core moved onto the c99 standard, these compilers are not compatible. | ||
| * | enable client compression interop tests for C# | Jan Tattermusch | 2016-06-22 |
| | | |||
* | | Fix run_test.py | Yuchen Zeng | 2016-06-22 |
| | | |||
| * | Merge pull request #6104 from jtattermusch/coreclr_support | Jan Tattermusch | 2016-06-22 |
| |\ | | | | | | | Add experimental CoreCLR support | ||
* | | | Increase timeout_seconds for build_example_test | Yuchen Zeng | 2016-06-22 |
| | | | |||
* | | | Fixed format issues | Yuchen Zeng | 2016-06-21 |
| | | | |||
* | | | Build objc examples as part of automatic tests | Yuchen Zeng | 2016-06-21 |
| | | | |||
| * | | Merge pull request #6839 from dgquintas/simplify_compression_interop | Jan Tattermusch | 2016-06-21 |
| |\ \ | | | | | | | | | Revamped interop spec, especially wrt compression | ||
| | * | | added freaking missing comma | David Garcia Quintas | 2016-06-21 |
| | | | | |||
| | * | | updated the interop tests driver | David Garcia Quintas | 2016-06-21 |
| | | | | |||
| * | | | Merge pull request #6985 from dgquintas/fix_performance_jenkins | Jan Tattermusch | 2016-06-21 |
| |\ \ \ | | | | | | | | | | | slightly fancier output for jenkins profiling | ||
| | * | | | slightly fancier output | David Garcia Quintas | 2016-06-21 |
| | | | | | |||
| * | | | | Merge pull request #6974 from dgquintas/fix_performance_jenkins | Jan Tattermusch | 2016-06-21 |
| |\| | | | | | | | | | | | | | use qps_json_driver for latency profiling | ||
| * | | | | Merge pull request #6969 from ctiller/stream_finish | Jan Tattermusch | 2016-06-21 |
| |\ \ \ \ | | | | | | | | | | | | | Fix errored streams prematurely terminating, add a test | ||
| * | | | | | Merge pull request #6965 from ctiller/naughty_client | Jan Tattermusch | 2016-06-21 |
|/| | | | | | | | | | | | | | | | | | Fix memory leak upon receiving two RST_STREAMs | ||
| | | | | * | fix C# --use_docker on linux | Jan Tattermusch | 2016-06-21 |
| | | | | | | |||
| | | | | * | compile 64bit extension for coreclr on windows | Jan Tattermusch | 2016-06-21 |
| | | | | | | |||
| | | | | * | try making C# tests work on coreclr on mac | Jan Tattermusch | 2016-06-21 |
| | | | | | | |||
* | | | | | | Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2 | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add well known protos to Node and Ruby tools packages | ||
| | | | * | | | use qps_json_driver for latency profiling | David Garcia Quintas | 2016-06-20 |
| |_|_|/ / / |/| | | | | | |||
| | | | | * | select runtime dir | Jan Tattermusch | 2016-06-20 |
| | | | | | | |||
| | | | | * | add a hack | Jan Tattermusch | 2016-06-20 |
| | | | | | | |||
| | | | | * | make run_tests.py support coreclr on windows | Jan Tattermusch | 2016-06-20 |
| | | | | | | |||
* | | | | | | Merge pull request #6848 from thinkerou/default_roots_pem | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback | ||
| | | | * | | | Fix errored streams prematurely terminating, add a test | Craig Tiller | 2016-06-20 |
| |_|_|/ / / |/| | | | | | |||
| | | * | | | Fix memory leak upon receiving two RST_STREAMs | Craig Tiller | 2016-06-20 |
| |_|/ / / |/| | | | | |||
* | | | | | Merge pull request #6957 from ctiller/cpu_cost | Jan Tattermusch | 2016-06-17 |
|\ \ \ \ \ | | | | | | | | | | | | | Adjust cpu_cost of some tests to better reflect reality | ||
| | | | * \ | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-17 |
| | | | |\ \ | |_|_|_|/ / |/| | | | | | |||
* | | | | | | Merge pull request #6352 from ctiller/error | Jan Tattermusch | 2016-06-17 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Unifying error handling within core | ||
* \ \ \ \ \ \ | Merge pull request #6863 from vjpai/wheezy | Jan Tattermusch | 2016-06-17 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Make C++ compile and run under gcc-4.4 | ||
| | | | | | | * | attempt for run_tests.py | Jan Tattermusch | 2016-06-17 |
| | | | | | | | | |||
| | | | | | | * | add csharp CoreCLR docker image | Jan Tattermusch | 2016-06-17 |
| | | | | | | | | |||
| | | * | | | | | Adjust cpu_cost of some tests to better reflect reality | Craig Tiller | 2016-06-17 |
| | | | | | | | | |||
| | | * | | | | | Adjust cpu_cost of some tests to better reflect reality | Craig Tiller | 2016-06-17 |
| |_|/ / / / / |/| | | | | | | |||
| | | | | * | | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-17 |
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | | | |||
| | * | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-17 |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||
* | | | | | | | Merge pull request #6631 from stanley-cheung/php-custom-metadata-interop | Jan Tattermusch | 2016-06-17 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | PHP: implement custom_metadata interop, status_code_and_message, unimplemented_method tests | ||
| | * \ \ \ \ \ | Merge branch 'master' into wheezy | Vijay Pai | 2016-06-17 |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||
| | | * | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-17 |
| | | |\ \ \ \ \ | |||
| * | | | | | | | | php: run advanced interop tests | Stanley Cheung | 2016-06-17 |
| | |_|/ / / / / | |/| | | | | | | |||
* / | | | | | | | update third_party/protobuf to v3.0.0-beta-3.2 | Jan Tattermusch | 2016-06-17 |
|/ / / / / / / | |||
* | | | | | | | Merge pull request #6902 from sreecha/php_stress_test | Jan Tattermusch | 2016-06-17 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | PHP stress client in stress test framework | ||
* \ \ \ \ \ \ \ | Merge pull request #6926 from vjpai/clang34 | Jan Tattermusch | 2016-06-17 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Disable ccache for ubuntu-14.04/clang3.4 docker config | ||
* \ \ \ \ \ \ \ \ | Merge pull request #6917 from ctiller/poller_restrictions | Jan Tattermusch | 2016-06-17 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Allow forcing the use of the default polling strategy [instead of all strategies] | ||
| | | | | | | | * \ | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-16 |
| | | | | | | | |\ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | |