Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #14908 from jtattermusch/csharp_artifact_pdb | Jan Tattermusch | 2018-06-08 |
|\ | | | | | Provide nuget package with debugging symbols for grpc_csharp_ext | ||
* \ | Merge pull request #15677 from muxi/fix-cfstream-podspec | Muxi Yan | 2018-06-07 |
|\ \ | | | | | | | Fix CFStream default subspec | ||
* \ \ | Merge pull request #14649 from apolcyn/fix_cares_test_on_ipv6_only | apolcyn | 2018-06-07 |
|\ \ \ | | | | | | | | | Address comments on #14610, fix c-ares tests on ipv6-only hosts | ||
| | * | | podspec nit fix | Muxi Yan | 2018-06-07 |
| |/ / |/| | | |||
* | | | Merge pull request #15665 from apolcyn/fix_windows_addr_sort_lnik | apolcyn | 2018-06-07 |
|\ \ \ | | | | | | | | | Make address sorting depend on the same base libs as grpc, for windows | ||
* \ \ \ | Merge pull request #15069 from muxi/prototype-cfstream | Muxi Yan | 2018-06-07 |
|\ \ \ \ | | | | | | | | | | | Implementation of CFStream | ||
| | | | * | build package with native debug symbols | Jan Tattermusch | 2018-06-07 |
| |_|_|/ |/| | | | |||
| * | | | CFStream podspec | Muxi Yan | 2018-06-06 |
| | | | | |||
| | | * | Fix c-ares tests ipv6-only brokenness | Alexander Polcyn | 2018-06-06 |
| |_|/ |/| | | |||
| | * | link address sorting against gRPC_BASELIB_LIBRARIES, for windows | Alexander Polcyn | 2018-06-06 |
| | | | |||
| * | | revert -framework CoreFoundation | Muxi Yan | 2018-06-05 |
| | | | | | | | | | | | | Make error CFStream only | ||
* | | | Merge pull request #15607 from kpayson64/upmerge_changes | kpayson64 | 2018-06-04 |
|\ \ \ | | | | | | | | | Upmerge changes | ||
* \ \ \ | Merge pull request #15356 from ganmacs/grpc-ruby-does-not-depends-on-googleauth | apolcyn | 2018-06-02 |
|\ \ \ \ | | | | | | | | | | | Grpc ruby does not need to depend on googleauth | ||
* | | | | | Use Python3.5 instead of Python3.4 on Debian 9 | Mehrdad Afshari | 2018-06-01 |
| | | | | | |||
* | | | | | Install Python 3.7 in pyenv Dockerfile | Mehrdad Afshari | 2018-06-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump pyenv Dockerfile to Debian stretch to install OpenSSL 1.0.2 which is required to build Python 3.7 and get Python 3.7 installed in the test docker image. | ||
| | * | | | Merge remote-tracking branch 'upstream/v1.12.x' into upmerge_changes | kpayson64 | 2018-06-01 |
| | |\ \ \ | |||
* | | | | | | Remove a test | Alexander Polcyn | 2018-05-25 |
| |_|_|_|/ |/| | | | | |||
* | | | | | sanity dockerimage doesnt need bazel | Jan Tattermusch | 2018-05-24 |
| | | | | | |||
* | | | | | Merge pull request #15525 from jtattermusch/fixing_grpcio_tools | Jan Tattermusch | 2018-05-23 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixing make_grpcio_tools.py | ||
| * | | | | | upgrade bazel to 0.13.1, introduce template | Jan Tattermusch | 2018-05-23 |
| | | | | | | |||
* | | | | | | Readd cmake backport to Jessie | Matt Kwong | 2018-05-23 |
| | | | | | | |||
* | | | | | | Remove installed from source Clang in standard Jessie Dockerfile | Matt Kwong | 2018-05-23 |
| | | | | | | |||
* | | | | | | Add Jessie Dockerfile using RBE's base | Matt Kwong | 2018-05-23 |
|/ / / / / | |||
* | | | | | remove ccache from all docker images | Jan Tattermusch | 2018-05-23 |
| | | | | | |||
* | | | | | Merge pull request #15491 from murgatroid99/node_docker_npm_fix | Michael Lumish | 2018-05-22 |
|\ \ \ \ \ | | | | | | | | | | | | | Don't update npm when installing node | ||
| | | | | * | Merge branch 'master' into prototype-cfstream | Muxi Yan | 2018-05-22 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | |||
| | | | | * | Use cc rather than mm files and merge cfstream related files into core | Muxi Yan | 2018-05-22 |
| | | | | | | |||
* | | | | | | Merge pull request #15484 from hcaseyal/update_generate_projects_documentation | hcaseyal | 2018-05-21 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add go as a pre-requisite in the documentation for regenerating projeā¦ | ||
* \ \ \ \ \ \ | Merge pull request #15481 from jtattermusch/upgrade_cmake | Jan Tattermusch | 2018-05-21 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Upgrade cmake in C++ dockerfiles | ||
| | | * | | | | | Don't update npm when installing node | murgatroid99 | 2018-05-21 |
| |_|/ / / / / |/| | | | | | | |||
| | * | | | | | Add go as a pre-requisite in the documentation for regenerating project files | Hope Casey-Allen | 2018-05-21 |
| |/ / / / / |/| | | | | | |||
| * | | | | | use cmake from jessie backports | Jan Tattermusch | 2018-05-21 |
| | | | | | | |||
* | | | | | | Revert "Remove ccache from all docker images" | Jan Tattermusch | 2018-05-19 |
|/ / / / / | |||
* | / / / | remove ccache from all docker images | Jan Tattermusch | 2018-05-18 |
| |/ / / |/| | | | |||
* | | | | Merge pull request #15422 from apolcyn/fix_circular_makefile_dep | apolcyn | 2018-05-17 |
|\ \ \ \ | | | | | | | | | | | Fix a makefile circular dependency | ||
| * | | | | Remove circular makefile dep between c-ares and address_sorting | Alexander Polcyn | 2018-05-16 |
| | | | | | |||
* | | | | | add mako to multilang dockerimage | Jan Tattermusch | 2018-05-16 |
| | | | | | |||
| | | | * | Change existing build system for CFStream | Muxi Yan | 2018-05-15 |
| | | | | | |||
| | | * | | No longer automatically fallbacking on system's OpenSSL if it only has NPN. | Nicolas "Pixel" Noble | 2018-05-15 |
| | | |/ | |||
| | * | | grpc gem does not depend on googleauth | ganmacs | 2018-05-14 |
| | | | | |||
| | * | | Reject test directory in src/ruby/pb from packing as gem | ganmacs | 2018-05-14 |
| |/ / | | | | | | | | | | | | | This seems to be a test directory, as the name implies. So This directory does not need to be include as grpc gem. | ||
* / / | Make local DNS server tests more generic | Alexander Polcyn | 2018-05-11 |
|/ / | |||
* | | Merge pull request #15319 from jtattermusch/cmake_install_roots_pem | Jan Tattermusch | 2018-05-10 |
|\ \ | | | | | | | cmake install should also install roots.pem | ||
| * | | cmake install should also install roots.pem | Jan Tattermusch | 2018-05-09 |
| | | | |||
* | | | Install pip for Python3.4 for gcov tests | Jan Tattermusch | 2018-05-09 |
|/ / | |||
* | | Merge pull request #15312 from matt-kwong/python-fallback | Jan Tattermusch | 2018-05-09 |
|\ \ | | | | | | | Install pip for Python3.4 in all Dockerfiles used for Python testing | ||
* \ \ | Merge pull request #15176 from apolcyn/convert_resolver_component_test_to_python | apolcyn | 2018-05-08 |
|\ \ \ | | | | | | | | | Convert c-ares test runner from bash to python, to support windows | ||
| | * | | Install pip for Python3.4 in all Dockerfiles used for Python testing | Matt Kwong | 2018-05-08 |
| |/ / |/| | | |||
* | | | Remove the fallback when creating Python virtual env | Matt Kwong | 2018-05-04 |
| |/ |/| | | | | | | | | | | | | | | | | | See https://github.com/grpc/grpc/issues/15253 for more context. The original behavior when running Python tests is to try to create a virtual env with the specifed Python version. If there is an issue with that, fallback to the system's default Python version. This leads to misleading test results, so removing the fallback and failing the test when virtual env fails to instantiate the specified Python version is the new behavior. | ||
| * | cleanup, and get rid of unnecessary timeouts in two places | Alexander Polcyn | 2018-05-01 |
| | |