aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #3746 from murgatroid99/node_interop_complianceGravatar Jan Tattermusch2015-10-09
|\ | | | | Made node interop tests maximally compliant with the spec
* \ Merge pull request #3751 from jboeuf/fix_3680Gravatar Yang Gao2015-10-09
|\ \ | | | | | | Fixing #3680
* \ \ Merge pull request #3702 from nicolasnoble/docker-inceptionGravatar Craig Tiller2015-10-09
|\ \ \ | | | | | | | | Trying to allow docker-within-docker.
* \ \ \ Merge pull request #3763 from nicolasnoble/node-coverage-report-fixGravatar Michael Lumish2015-10-09
|\ \ \ \ | | | | | | | | | | Adding basic redirect for the node coverage report html.
* \ \ \ \ Merge pull request #3701 from yang-g/unreachableGravatar Craig Tiller2015-10-09
|\ \ \ \ \ | | | | | | | | | | | | mark unreachable code with a macro
| | * | | | Adding basic redirect for the node coverage report html.Gravatar Nicolas "Pixel" Noble2015-10-10
| | | | | |
* | | | | | Merge pull request #3761 from jtattermusch/fix_interop_testsGravatar Jan Tattermusch2015-10-09
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Various run_interop_tests.py fixes
| * | | | | eat output from docker kill as wellGravatar Jan Tattermusch2015-10-09
| | | | | |
| * | | | | prevent polluting output by subprocessesGravatar Jan Tattermusch2015-10-09
| | | | | |
| | | | | * Revert "Added interval_us delay in Node interop server"Gravatar murgatroid992015-10-09
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 83815eab40568e142f05376dae48c2cef41bfefd.
| | | | | * Fixed some issues with the testsGravatar murgatroid992015-10-09
| | | | | |
| * | | | | run empty_stream interop testGravatar Jan Tattermusch2015-10-09
| | | | | |
| * | | | | dont use + character in generated container namesGravatar Jan Tattermusch2015-10-09
| | | | | |
| * | | | | add retries for docker port commandGravatar Jan Tattermusch2015-10-09
|/ / / / /
| | * | | Ensuring docker dependencies present in the container.Gravatar Nicolas "Pixel" Noble2015-10-09
| | | | |
* | | | | Merge pull request #3758 from stanley-cheung/php_empty_stream_interop_testGravatar Michael Lumish2015-10-09
|\ \ \ \ \ | | | | | | | | | | | | PHP: implement empty_stream interop test
| * | | | | php: call writesDone in interop testGravatar Stanley Cheung2015-10-09
| | | | | |
| * | | | | php: implement empty_stream interop testGravatar Stanley Cheung2015-10-09
|/ / / / /
| | | | * Fix a couple of issues with the node interop clientGravatar murgatroid992015-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | This fixes how the node interop client handles authentication failure and how it checks the service account email responses.
| | | | * Merge branch 'master' into node_interop_complianceGravatar murgatroid992015-10-09
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #3757 from murgatroid99/node_interop_docker_fix_realGravatar Michael Lumish2015-10-09
|\ \ \ \ \ | | | | | | | | | | | | Fix the Node interop test runner files
| * | | | | Fixed node interop build script and DockerfileGravatar murgatroid992015-10-09
| | | | | |
* | | | | | Merge pull request #3692 from dgquintas/inspector_failGravatar Sree Kuchibhotla2015-10-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed unprotected access to call field
* \ \ \ \ \ \ Merge pull request #3691 from sreecha/fix_compressionGravatar David G. Quintas2015-10-09
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Fix incorrect assert
* | | | | | | Merge pull request #3755 from jtattermusch/handle_interop_client_timeoutGravatar Jan Tattermusch2015-10-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Kill interop clients on timeout
* \ \ \ \ \ \ \ Merge pull request #3698 from ctiller/qps_test_be_lockyGravatar Vijay Pai2015-10-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add a timeout to benchmark test runs
| | * | | | | | | stop using --cidfile for run_testsGravatar Jan Tattermusch2015-10-08
| | | | | | | | |
| | * | | | | | | use --name instead of --cidfileGravatar Jan Tattermusch2015-10-08
| | | | | | | | |
| | * | | | | | | kill interop clients on timeoutGravatar Jan Tattermusch2015-10-08
| |/ / / / / / / |/| | | | | | |
| | | | * | | | add another return in case the macro is not defined and the compiler ↵Gravatar yang-g2015-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | complains about no return statement
| | | * | | | | Hid test-only functions from surface/call.hGravatar David Garcia Quintas2015-10-08
| | | | | | | |
* | | | | | | | Merge pull request #3753 from nicolasnoble/generate-all-the-reportsGravatar Craig Tiller2015-10-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | All of the subprojects need to generate a report, otherwise Jenkins will be sad.
| * | | | | | | | All of the subprojects need to generate a report, otherwise Jenkins will be sad.Gravatar Nicolas "Pixel" Noble2015-10-08
|/ / / / / / / /
| | | | * | | | merge and resolve conflictsGravatar yang-g2015-10-08
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #3750 from stanley-cheung/php_update_masterGravatar Stanley Cheung2015-10-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PHP: update package.xml to prepare for 0.6.1 release
* \ \ \ \ \ \ \ \ Merge pull request #3640 from carl-mastrangelo/masterGravatar Craig Tiller2015-10-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add initial interop tests
* \ \ \ \ \ \ \ \ \ Merge pull request #3728 from nicolasnoble/go-fetchGravatar Craig Tiller2015-10-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Improving run_tests's build step.
| | | | | | | | | * | Fixing #3680Gravatar Julien Boeuf2015-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The server auth filter needs a reference on the server credentials so that the processor that belongs to the creds is not destroyed when the server auth filter is still using it. The server auth filter also does not need the security connector but just the auth context.
| | | * | | | | | | | php: update package.xml to prepare for 0.6.1 releaseGravatar Stanley Cheung2015-10-08
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #3749 from jtattermusch/rename_csharp_ext_nugetGravatar Stanley Cheung2015-10-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Rename grpc.native.csharp_ext nuget to grpc.native.csharp
* \ \ \ \ \ \ \ \ \ \ Merge pull request #3747 from stanley-cheung/remove_linuxbrew_referenceGravatar Stanley Cheung2015-10-08
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Removed a few more linuxbrew references
| * | | | | | | | | | | removed a few more linuxbrew referencesGravatar Stanley Cheung2015-10-08
| | | | | | | | | | | |
| | * | | | | | | | | | rename grpc.native.csharp_ext nuget to grpc.native.csharpGravatar Jan Tattermusch2015-10-08
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #3745 from jtattermusch/fix_vs2010_compilationGravatar Jan Tattermusch2015-10-08
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Fix compilation with VS2010
* | | | | | | | | | | Merge pull request #3739 from jtattermusch/csharp_interop_authGravatar Stanley Cheung2015-10-08
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make C# auth interop tests spec compliant
| | | | | | | | | | | * Added remaining implementable node interop tests, except compressionGravatar murgatroid992015-10-08
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #3734 from jtattermusch/nuget_restore_prebuildGravatar Nicolas Noble2015-10-08
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | Move "nuget restore" operations to prebuild phase.
| | | | | | | | | | | * Made Node interop client use all specified command line flagsGravatar murgatroid992015-10-08
| | | | | | | | | | | |
| | | * | | | | | | | | fix compilation with VS2010Gravatar Jan Tattermusch2015-10-08
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #3684 from yang-g/prod_rootsGravatar Jan Tattermusch2015-10-08
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | remove flag use_prod_roots in interop test and add use_test_ca per th…