Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | 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 | |
| | | ||||
| * | Convert c-ares test runner from bash to python, so that it works on | Alexander Polcyn | 2018-04-24 | |
|/ | | | | windows | |||
* | Merge pull request #15112 from mehrdada/bump-pip-to-10.0.0 | Mehrdad Afshari | 2018-04-20 | |
|\ | | | | | Bump pip==10.0.1 and protobuf==3.5.2.post1 | |||
| * | Bump Python protobuf to 3.5.2.post1 | Mehrdad Afshari | 2018-04-19 | |
| | | ||||
| * | Bump pip version to 10.0.1 | Mehrdad Afshari | 2018-04-19 | |
| | | ||||
* | | Bump protobuf runtime dependency versions | Mehrdad Afshari | 2018-04-19 | |
|/ | ||||
* | Fix generate_projects | Muxi Yan | 2018-04-12 | |
| | ||||
* | Merge pull request #14987 from matt-kwong/pin-pip | Matt Kwong | 2018-04-09 | |
|\ | | | | | Update pip pin from 9.0.1 to 9.0.2 | |||
* \ | Merge pull request #14967 from ZhouyihaiDing/windows_pecl | Zhouyihai Ding | 2018-04-07 | |
|\ \ | | | | | | | Upmerge #14973 to the master | |||
| | * | Update pip pin from 9.0.1 to 9.0.2 | Matt Kwong | 2018-04-06 | |
| | | | ||||
| * | | PHP: fix pecl installaion in windows | ZhouyihaiDing | 2018-04-06 | |
| |/ | ||||
* / | Remove scripts for running Android interop on Jenkins | Eric Gribkoff | 2018-04-06 | |
|/ | ||||
* | Fix c-ares tests under gcc musl | Alex Polcyn | 2018-04-05 | |
| | ||||
* | Revert "Let cronet use grpc_cronet_registry_plugin" | Muxi Yan | 2018-03-30 | |
| | ||||
* | Merge pull request #14821 from srini100/master | Srini Polavarapu | 2018-03-29 | |
|\ | | | | | Bump protobuf version check from 3.0.0 to 3.5.0 | |||
* \ | Merge pull request #14850 from vjpai/deinstall | Jan Tattermusch | 2018-03-29 | |
|\ \ | | | | | | | Remove tool from cmake install |