Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use open-source defaults to propagate Python plugin configuration | Masood Malekghassemi | 2016-06-29 |
| | |||
* | Merge pull request #7082 from ctiller/time_errors | Craig Tiller | 2016-06-27 |
|\ | | | | | Annotate error.c for timing, remove broken test | ||
* \ | Merge pull request #7046 from murgatroid99/master_merge_release-0_15 | Jan Tattermusch | 2016-06-27 |
|\ \ | | | | | | | Merge release-0_15 into master | ||
| | * | Annotate error.c for timing, remove broken test | Craig Tiller | 2016-06-27 |
| |/ |/| | |||
* | | Merge pull request #6973 from makdharma/network_status_change | Jan Tattermusch | 2016-06-27 |
|\ \ | | | | | | | Network status tracking | ||
| | * | Merge remote-tracking branch 'upstream/release-0_15' into ↵ | murgatroid99 | 2016-06-27 |
| | |\ | | | | | | | | | | | | | master_merge_release-0_15 | ||
* | | \ | Merge pull request #7027 from ctiller/faster_runtests | Jan Tattermusch | 2016-06-27 |
|\ \ \ \ | | | | | | | | | | | Remove caching of results by run_tests | ||
| * | | | | \o/ Python | Craig Tiller | 2016-06-27 |
| | | | | | |||
* | | | | | Merge pull request #6803 from sreecha/epoll_changes | Craig Tiller | 2016-06-25 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | New epoll based polling implementation | ||
| | | | * | fix building ruby package | Jan Tattermusch | 2016-06-24 |
| | | | | | |||
| | * | | | Fix sanity | Craig Tiller | 2016-06-24 |
| | | | | | |||
| | * | | | Fix bad indentation | Craig Tiller | 2016-06-24 |
| | | | | | |||
| | | | * | Update version to 0.15.0 | murgatroid99 | 2016-06-24 |
| | | | | | |||
* | | | | | Update master branch to 0.16.0-dev | murgatroid99 | 2016-06-24 |
| |_|_|/ |/| | | | |||
* | | | | fix build node package | Jan Tattermusch | 2016-06-24 |
| | | | | |||
| | * | | Fixes | Craig Tiller | 2016-06-23 |
| | | | | |||
| | * | | Fix ruby tests | Craig Tiller | 2016-06-23 |
| | | | | |||
| * | | | Merge branch 'master' into epoll_changes | Sree Kuchibhotla | 2016-06-23 |
| |\ \ \ | |/ / / |/| | | | |||
| | * | | Remove caching of results by run_tests | Craig Tiller | 2016-06-23 |
| |/ / |/| | | | | | | | | SIGNIFICANTLY increases the performance of actually running tests... | ||
| * | | Merge branch 'master' into epoll_changes | Sree Kuchibhotla | 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 |
| | | | |||
* | | | Merge pull request #6104 from jtattermusch/coreclr_support | Jan Tattermusch | 2016-06-22 |
|\ \ \ | | | | | | | | | Add experimental CoreCLR support | ||
* \ \ \ | 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 | ||
| | | | * \ | Merge branch 'master' into epoll_changes_merged | Sree Kuchibhotla | 2016-06-21 |
| | | | |\ \ | |||
| * | | | | | | 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 |
| | | | | | | | | |||
| | | | | | | * | more files after running build.yaml changes through | Makarand Dharmapurikar | 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 |
| | | | | | | | | |