aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #8987 from adelez/add_perf_linkGravatar adelez2017-01-11
|\ | | | | Add perf link
| * Add perf linkGravatar Adele Zhou2017-01-11
|/
* Merge pull request #9139 from ericgribkoff/http2_clientGravatar Eric Gribkoff2017-01-11
|\ | | | | | | | | Add HTTP/2 interop test client Known failures: https://github.com/grpc/grpc/issues/8629
* \ Merge pull request #8154 from thinkerou/fix_php_mem_leakGravatar Stanley Cheung2017-01-11
|\ \ | | | | | | PHP: attempt to fix mem leaks
* \ \ Merge pull request #9317 from yang-g/test_credentialsGravatar Yang Gao2017-01-11
|\ \ \ | | | | | | | | manual revert of #8901
* \ \ \ Merge pull request #9297 from ncteisen/include-new-ruby-interop-testsGravatar Noah Eisen2017-01-11
|\ \ \ \ | | | | | | | | | | Change Interop Test Infrastructure to Run New Ruby Tests
| | * | | manual revert of #8901Gravatar yang-g2017-01-11
| |/ / / |/| | |
| | | * Adds HTTP/2 interop test clientGravatar Eric Gribkoff2017-01-11
| |_|/ |/| |
* | | Merge pull request #9307 from jtattermusch/emmenlau_mingw32Gravatar Jan Tattermusch2017-01-11
|\ \ \ | | | | | | | | Emmenlau's mingw32 fixes
| * | | fix code formattingGravatar Jan Tattermusch2017-01-11
| | | |
| * | | Makefile.template and Makefile: install plugins on MSYS2 / MINGW32 platformGravatar Mario Emmenlauer2017-01-11
| | | |
| * | | Makefile.template and Makefile: avoid stripping too heavily on MSYS2 / ↵Gravatar Mario Emmenlauer2017-01-11
| | | | | | | | | | | | | | | | MINGW32 platform
| * | | Makefile.template and Makefile: use .exe suffix for grpc_cpp_plugin on MSYS2 ↵Gravatar Mario Emmenlauer2017-01-11
| | | | | | | | | | | | | | | | / MINGW32 platform
| * | | Makefile.template and Makefile: avoid def-files on MSYS2 / MINGW32 platformGravatar Mario Emmenlauer2017-01-11
| | | |
| * | | iocp_windows.c and tcp_server_windows.c: fixes for gcc on Windows (unused ↵Gravatar Mario Emmenlauer2017-01-11
| | | | | | | | | | | | | | | | variables and type casts)
| * | | include/grpc/impl/codegen/port_platform.h: disable warn_unused_result on ↵Gravatar Mario Emmenlauer2017-01-11
|/ / / | | | | | | | | | MINGW32 platform
| * | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-01-10
| |\ \ | |/ / |/| | | | | include-new-ruby-interop-tests
* | | Merge pull request #9302 from ncteisen/ruby-interop-client-quickfixGravatar Noah Eisen2017-01-10
|\ \ \ | | | | | | | | Fix ruby:{python,csharp,csharpcoreclr}_server behavior
| * | | Fix ruby:{python,csharp,csharpcoreclr}_server behaviorGravatar ncteisen2017-01-10
| | | |
* | | | Merge pull request #9295 from ctiller/oh_sanity_my_sanityGravatar Craig Tiller2017-01-10
|\ \ \ \ | |/ / / |/| | | Always sort code generated outputs
| * | | Merge github.com:grpc/grpc into oh_sanity_my_sanityGravatar Craig Tiller2017-01-10
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #9284 from markdroth/http_connect_headersGravatar Mark D. Roth2017-01-10
|\ \ \ \ | | | | | | | | | | Add support for sending custom headers in HTTP CONNECT request.
| | | * | Change interop test infra to run new Ruby testsGravatar ncteisen2017-01-10
| | | | |
* | | | | Merge pull request #9282 from makdharma/http2_interopGravatar makdharma2017-01-10
|\ \ \ \ \ | |_|_|/ / |/| | | | changes to http2 test server
* | | | | Merge pull request #9286 from ncteisen/python-stress-wait-for-readyGravatar Noah Eisen2017-01-10
|\ \ \ \ \ | | | | | | | | | | | | Modify Python Stress Client to Wait for Ready
| | | | * | Always sort code generated outputsGravatar Craig Tiller2017-01-10
| |_|_|/ / |/| | | |
| * | | | Implement wait-for-ready behavior in Python stress and qps clientGravatar ncteisen2017-01-10
|/ / / / | | | | | | | | | | | | | | | | The clients now block until the channel is in the READY state. This fixes some test flakiness issues we have had.
| | * | Ran generate_projects.shGravatar Mark D. Roth2017-01-10
| | | |
| | * | Merge remote-tracking branch 'upstream/master' into http_connect_headersGravatar Mark D. Roth2017-01-10
| | |\ \ | |_|/ / |/| | |
| | | * attempt to fix mem leaksGravatar thinkerou2017-01-10
| | | |
* | | | Merge pull request #9244 from ncteisen/ruby_advanced_interop_client_sideGravatar Noah Eisen2017-01-09
|\ \ \ \ | | | | | | | | | | Ruby Advanced Interop Client Side
| * \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-01-09
| |\ \ \ \ | |/ / / / |/| | | | | | | | | ruby_advanced_interop_client_side
* | | | | Merge pull request #9285 from ncteisen/regenerate-projectsGravatar Noah Eisen2017-01-09
|\ \ \ \ \ | | | | | | | | | | | | Regenerate project to make jenkins happy
| * | | | | Regenerate project to make jenkins happyGravatar ncteisen2017-01-09
|/ / / / /
| * | | | Incorperate new build changesGravatar ncteisen2017-01-09
| | | | |
| * | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-01-09
| |\ \ \ \ | |/ / / / |/| | | | | | | | | ruby_advanced_interop_client_side
| | | * | clang-formatGravatar Mark D. Roth2017-01-09
| | | | |
| | | * | Add support for sending custom headers in HTTP CONNECT request.Gravatar Mark D. Roth2017-01-09
| |_|/ / |/| | |
| * | | Address github commentsGravatar ncteisen2017-01-09
| | | |
| | * | changes to http2 test serverGravatar Makarand Dharmapurikar2017-01-09
| | | | | | | | | | | | | | | | | | | | Not kill the server on disconnect Spawn one server per test case
* | | | Merge pull request #9129 from markdroth/handshaker_pluginGravatar Mark D. Roth2017-01-09
|\ \ \ \ | | | | | | | | | | Handshaker plugin mechanism
* \ \ \ \ Merge pull request #9238 from ctiller/2010Gravatar Craig Tiller2017-01-09
|\ \ \ \ \ | | | | | | | | | | | | Expunge vs2010 references
* \ \ \ \ \ Merge pull request #9234 from jozefizso/patch-1Gravatar Jan Tattermusch2017-01-09
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Update link to CoApp installer
* | | | | | Merge pull request #9275 from ericgribkoff/docker_space_issueGravatar Eric Gribkoff2017-01-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add note to help diagnose disk space errors with docker
| * | | | | | Note to help diagnose errors with docker's default location for buildingGravatar Eric Gribkoff2017-01-06
|/ / / / / / | | | | | | | | | | | | | | | | | | images.
* | | | | | Merge pull request #9274 from ctiller/modulenotesGravatar Craig Tiller2017-01-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | Stub documentation for core modules
| * | | | | | Review feedbackGravatar Craig Tiller2017-01-06
| | | | | | |
* | | | | | | Merge pull request #9273 from ctiller/perfnotesGravatar Craig Tiller2017-01-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Small improvements to generated documentation
* \ \ \ \ \ \ \ Merge pull request #9269 from nathanielmanistaatgoogle/v1.0.x-upmergeGravatar Nathaniel Manista2017-01-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | v1.0.x manual upmerge.
| | | * | | | | | Actually add the documentationGravatar Craig Tiller2017-01-06
| | | | | | | | |