aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #5466 from jtattermusch/csharp_win_distribtestGravatar Jan Tattermusch2016-02-29
|\ | | | | Windows C# distribtests
| * add copyright and cleanup python codeGravatar Jan Tattermusch2016-02-29
| |
* | Merge pull request #5464 from jtattermusch/csharp_bundle_protoc_artifactsGravatar Stanley Cheung2016-02-29
|\ \ | | | | | | Package protoc artifacts for all platforms in Grpc.Tools nuget
* \ \ Merge pull request #5402 from sreecha/stress_test_scriptsGravatar Jan Tattermusch2016-02-29
|\ \ \ | | | | | | | | Stress test scripts to launch in GKE
| * | | Fix copyrightGravatar Sree Kuchibhotla2016-02-29
| | | |
* | | | Merge pull request #5405 from daniel-j-born/custom_test_credsGravatar Dan Born2016-02-29
|\ \ \ \ | | | | | | | | | | Allow new credential types to be added to tests.
| | | | * windows C# distribtestGravatar Jan Tattermusch2016-02-29
| |_|_|/ |/| | |
| | | * package protoc artifacts for all platforms in Grpc.ToolsGravatar Jan Tattermusch2016-02-29
| |_|/ |/| |
* | | Merge pull request #5465 from makdharma/coverageGravatar Jorge Canizales2016-02-26
|\ \ \ | | | | | | | | Added a test to verify user agent prefix can be set correctly.
| | | * Merge remote-tracking branch 'origin/stress_test_scripts' into ↵Gravatar Sree Kuchibhotla2016-02-26
| | | |\ | | | | | | | | | | | | | | | stress_test_scripts
| | | * | Change directory structure for the scripts (remove tools/big_query andGravatar Sree Kuchibhotla2016-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | tools/gke directies and instead create tools/gcp). Move scripts around in to the appropriate directories
| * | | | Another nit fix..Gravatar Makarand Dharmapurikar2016-02-26
| | | | |
| * | | | fixed indentation and removed unnecessary empty lineGravatar Makarand Dharmapurikar2016-02-26
| | | | |
| | | | * Change directory structure for the scripts (remove tools/big_query andGravatar Sree Kuchibhotla2016-02-26
| | | |/ | | | | | | | | | | | | | | | | tools/gke directies and instead create tools/gcp). Move scripts around in to the appropriate directories
| * | | Added a test to verify user agent prefix can be set correctly.Gravatar Makarand Dharmapurikar2016-02-26
| | | |
* | | | Merge pull request #5447 from murgatroid99/node_windows_test_buildGravatar Michael Lumish2016-02-26
|\ \ \ \ | | | | | | | | | | Explicitly delete node_modules directory after running tests on Windows
| | | | * Address code review commentsGravatar Sree Kuchibhotla2016-02-26
| | | | |
| * | | | Explicitly delete node_modules directory after running tests on WindowsGravatar murgatroid992016-02-26
|/ / / /
* | | | Merge pull request #5427 from jtattermusch/fix_gcc44_string_decodeGravatar Michael Lumish2016-02-26
|\ \ \ \ | | | | | | | | | | Don't fail when generating report.xml on gcc4.4
* \ \ \ \ Merge pull request #5433 from ctiller/hide-the-pollset-set-reduxGravatar Vijay Pai2016-02-26
|\ \ \ \ \ | | | | | | | | | | | | Pollset & pollset-set implementation firewalls
| | | | | * Significantly rewrite tools/gke/run_stress_tests_on_gke.py and makeGravatar Sree Kuchibhotla2016-02-26
| | | | | | | | | | | | | | | | | | | | | | | | everything configurable
* | | | | | Merge pull request #5440 from jtattermusch/python_fedora21_distribtestGravatar Jan Tattermusch2016-02-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix fedora20 python distribtest
| * | | | | | Fix fedora20 python distribtestGravatar Jan Tattermusch2016-02-26
| | | | | | |
* | | | | | | Merge pull request #5430 from jtattermusch/ruby_distribtest_centos6_fixGravatar Michael Lumish2016-02-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix ruby distribtest on centos6
* \ \ \ \ \ \ \ Merge pull request #5429 from jtattermusch/python_fedora21_distribtestGravatar Nathaniel Manista2016-02-25
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | Fix python distribtest on fedora20 and fedora21.
| | | * | | | | clang-formatGravatar Craig Tiller2016-02-25
| | | | | | | |
| | | * | | | | Fix copyrightsGravatar Craig Tiller2016-02-25
| | | | | | | |
| | | * | | | | Fix merge error made at some pointGravatar Craig Tiller2016-02-25
| | | | | | | |
| | | * | | | | Revert "Revert "Add an implementation firewall against pollset_set""Gravatar Craig Tiller2016-02-25
| |_|/ / / / / |/| | | | | |
| * | | | | | fix python distribtest on fedora20Gravatar Jan Tattermusch2016-02-25
| | | | | | |
| | * | | | | fix ruby distribtest on centos6Gravatar Jan Tattermusch2016-02-25
| |/ / / / / |/| | | | |
| * | | | | fix python distribtest on fedora21Gravatar Jan Tattermusch2016-02-25
|/ / / / /
* | | | | Merge pull request #5426 from grpc/revert-5386-hide-the-pollset-setGravatar Vijay Pai2016-02-25
|\ \ \ \ \ | | | | | | | | | | | | Revert "Add an implementation firewall against pollset_set"
| * | | | | Revert "Add an implementation firewall against pollset_set"Gravatar Vijay Pai2016-02-25
|/ / / / /
* | | | | Merge pull request #5386 from ctiller/hide-the-pollset-setGravatar Vijay Pai2016-02-25
|\ \ \ \ \ | | | | | | | | | | | | Add an implementation firewall against pollset_set
| | * | | | allow run_tests.py to pass under python 2.6Gravatar Jan Tattermusch2016-02-25
| |/ / / / |/| | | |
| * | | | Merge branch 'hide-the-pollset' into hide-the-pollset-setGravatar Craig Tiller2016-02-25
| |\ \ \ \
| | * | | | Fix nanopbGravatar Craig Tiller2016-02-25
| | | | | |
| | * | | | Fix nanopbGravatar Craig Tiller2016-02-25
| | | | | |
| | * | | | update nanopb versionGravatar David Garcia Quintas2016-02-25
| | | | | |
| * | | | | Merge branch 'hide-the-pollset' into hide-the-pollset-setGravatar Craig Tiller2016-02-25
| |\| | | |
| | * | | | Fix crash on macGravatar Craig Tiller2016-02-25
| | | | | |
* | | | | | Merge pull request #5422 from stanley-cheung/php-mac-pecl-installGravatar Stanley Cheung2016-02-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix PHP pecl install problem on Mac
| | * | | | | Merge branch 'hide-the-pollset' into hide-the-pollset-setGravatar Craig Tiller2016-02-25
| | |\| | | |
| | * | | | | Merge github.com:grpc/grpc into hide-the-pollset-setGravatar Craig Tiller2016-02-25
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | | * | | | Merge github.com:grpc/grpc into hide-the-pollsetGravatar Craig Tiller2016-02-25
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #5408 from jboeuf/server_security_connectorGravatar Yang Gao2016-02-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Have a dedicated server security connector.
| | | * | | | | Merge branch 'hide-the-pollset' into hide-the-pollset-setGravatar Craig Tiller2016-02-25
| | | |\| | | |
* | | | | | | | Merge pull request #5293 from dgquintas/alarm_cppGravatar Vijay Pai2016-02-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Made Alarm's constructor a template for deadline
* \ \ \ \ \ \ \ \ Merge pull request #5307 from ctiller/hide-the-workerGravatar Vijay Pai2016-02-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Change pollset_work signature to allow moving grpc_pollset_worker to implementation