aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge pull request #6973 from makdharma/network_status_changeGravatar Jan Tattermusch2016-06-27
|\ | | | | Network status tracking
* \ Merge pull request #7027 from ctiller/faster_runtestsGravatar Jan Tattermusch2016-06-27
|\ \ | | | | | | Remove caching of results by run_tests
| * | \o/ PythonGravatar Craig Tiller2016-06-27
| | |
* | | Merge pull request #6803 from sreecha/epoll_changesGravatar Craig Tiller2016-06-25
|\ \ \ | | | | | | | | New epoll based polling implementation
| | * | Fix sanityGravatar Craig Tiller2016-06-24
| | | |
| | * | Fix bad indentationGravatar Craig Tiller2016-06-24
| | | |
* | | | Update master branch to 0.16.0-devGravatar murgatroid992016-06-24
| | | |
* | | | fix build node packageGravatar Jan Tattermusch2016-06-24
| | | |
| | * | FixesGravatar Craig Tiller2016-06-23
| | | |
| | * | Fix ruby testsGravatar Craig Tiller2016-06-23
| | | |
| * | | Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-23
| |\ \ \ | |/ / / |/| | |
| | * | Remove caching of results by run_testsGravatar Craig Tiller2016-06-23
| |/ / |/| | | | | | | | SIGNIFICANTLY increases the performance of actually running tests...
| * | Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-23
| |\ \
* | | | Updated grpcio c extension build for windows to use mingw.Gravatar Ken Payson2016-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#Gravatar Jan Tattermusch2016-06-22
| | |
* | | Merge pull request #6104 from jtattermusch/coreclr_supportGravatar Jan Tattermusch2016-06-22
|\ \ \ | | | | | | | | Add experimental CoreCLR support
* \ \ \ Merge pull request #6839 from dgquintas/simplify_compression_interopGravatar Jan Tattermusch2016-06-21
|\ \ \ \ | | | | | | | | | | Revamped interop spec, especially wrt compression
| * | | | added freaking missing commaGravatar David Garcia Quintas2016-06-21
| | | | |
| * | | | updated the interop tests driverGravatar David Garcia Quintas2016-06-21
| | | | |
* | | | | Merge pull request #6985 from dgquintas/fix_performance_jenkinsGravatar Jan Tattermusch2016-06-21
|\ \ \ \ \ | | | | | | | | | | | | slightly fancier output for jenkins profiling
| | | | * \ Merge branch 'master' into epoll_changes_mergedGravatar Sree Kuchibhotla2016-06-21
| | | | |\ \
| * | | | | | slightly fancier outputGravatar David Garcia Quintas2016-06-21
| | | | | | |
* | | | | | | Merge pull request #6974 from dgquintas/fix_performance_jenkinsGravatar Jan Tattermusch2016-06-21
|\| | | | | | | | | | | | | | | | | | | | use qps_json_driver for latency profiling
* | | | | | | Merge pull request #6969 from ctiller/stream_finishGravatar Jan Tattermusch2016-06-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix errored streams prematurely terminating, add a test
* \ \ \ \ \ \ \ Merge pull request #6965 from ctiller/naughty_clientGravatar Jan Tattermusch2016-06-21
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Fix memory leak upon receiving two RST_STREAMs
| | | | | * | | fix C# --use_docker on linuxGravatar Jan Tattermusch2016-06-21
| | | | | | | |
| | | | | * | | compile 64bit extension for coreclr on windowsGravatar Jan Tattermusch2016-06-21
| | | | | | | |
| | | | | * | | try making C# tests work on coreclr on macGravatar Jan Tattermusch2016-06-21
| | | | | | | |
* | | | | | | | Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2Gravatar Jan Tattermusch2016-06-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add well known protos to Node and Ruby tools packages
| | | | * | | | | use qps_json_driver for latency profilingGravatar David Garcia Quintas2016-06-20
| |_|_|/ / / / / |/| | | | | | |
| | | | | * | | select runtime dirGravatar Jan Tattermusch2016-06-20
| | | | | | | |
| | | | | * | | add a hackGravatar Jan Tattermusch2016-06-20
| | | | | | | |
| | | | | * | | make run_tests.py support coreclr on windowsGravatar Jan Tattermusch2016-06-20
| | | | | | | |
| | | | | | | * more files after running build.yaml changes throughGravatar Makarand Dharmapurikar2016-06-20
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #6848 from thinkerou/default_roots_pemGravatar Jan Tattermusch2016-06-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback
| | | | * | | | Fix errored streams prematurely terminating, add a testGravatar Craig Tiller2016-06-20
| |_|_|/ / / / |/| | | | | |
| | | * | | | Fix memory leak upon receiving two RST_STREAMsGravatar Craig Tiller2016-06-20
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #6957 from ctiller/cpu_costGravatar Jan Tattermusch2016-06-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adjust cpu_cost of some tests to better reflect reality
| | | | * \ \ Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interopGravatar David Garcia Quintas2016-06-17
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #6352 from ctiller/errorGravatar Jan Tattermusch2016-06-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Unifying error handling within core
* \ \ \ \ \ \ \ Merge pull request #6863 from vjpai/wheezyGravatar Jan Tattermusch2016-06-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make C++ compile and run under gcc-4.4
| | | | | | | * | attempt for run_tests.pyGravatar Jan Tattermusch2016-06-17
| | | | | | | | |
| | | | | | | * | add csharp CoreCLR docker imageGravatar Jan Tattermusch2016-06-17
| | | | | | | | |
| | | * | | | | | Adjust cpu_cost of some tests to better reflect realityGravatar Craig Tiller2016-06-17
| | | | | | | | |
| | | * | | | | | Adjust cpu_cost of some tests to better reflect realityGravatar Craig Tiller2016-06-17
| |_|/ / / / / / |/| | | | | | |
| | | | | * | | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interopGravatar David Garcia Quintas2016-06-17
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| | * | | | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-17
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #6631 from stanley-cheung/php-custom-metadata-interopGravatar Jan Tattermusch2016-06-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PHP: implement custom_metadata interop, status_code_and_message, unimplemented_method tests
| | * \ \ \ \ \ \ Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-17
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| | | * | | | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-17
| | | |\ \ \ \ \ \