aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Collapse)AuthorAge
...
| | | | | * build package with native debug symbolsGravatar Jan Tattermusch2018-06-07
| | |_|_|/ | |/| | |
| | * | | CFStream podspecGravatar Muxi Yan2018-06-06
| | | | |
| | | | * Fix c-ares tests ipv6-only brokennessGravatar Alexander Polcyn2018-06-06
| | |_|/ | |/| |
| | | * link address sorting against gRPC_BASELIB_LIBRARIES, for windowsGravatar Alexander Polcyn2018-06-06
| | | |
| | * | revert -framework CoreFoundationGravatar Muxi Yan2018-06-05
| | | | | | | | | | | | | | | | Make error CFStream only
* | | | moved nanopb flags from Makefile.template to build.yamlGravatar David Garcia Quintas2018-06-05
| | | |
* | | | cmake changesGravatar David Garcia Quintas2018-06-04
| | | |
* | | | Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanupGravatar David Garcia Quintas2018-06-04
|\| | |
| * | | Merge pull request #15607 from kpayson64/upmerge_changesGravatar kpayson642018-06-04
| |\ \ \ | | | | | | | | | | Upmerge changes
| * \ \ \ Merge pull request #15356 from ganmacs/grpc-ruby-does-not-depends-on-googleauthGravatar apolcyn2018-06-02
| |\ \ \ \ | | | | | | | | | | | | Grpc ruby does not need to depend on googleauth
* | | | | | Fix the inclusion "third_party/nanopb/..." to simply "..."Gravatar David Garcia Quintas2018-06-01
| | | | | |
| * | | | | Use Python3.5 instead of Python3.4 on Debian 9Gravatar Mehrdad Afshari2018-06-01
| | | | | |
| * | | | | Install Python 3.7 in pyenv DockerfileGravatar Mehrdad Afshari2018-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_changesGravatar kpayson642018-06-01
| | |\ \ \
* | | | | | Remove a testGravatar Alexander Polcyn2018-05-25
| |_|_|_|/ |/| | | |
* | | | | sanity dockerimage doesnt need bazelGravatar Jan Tattermusch2018-05-24
| | | | |
* | | | | Merge pull request #15525 from jtattermusch/fixing_grpcio_toolsGravatar Jan Tattermusch2018-05-23
|\ \ \ \ \ | | | | | | | | | | | | Fixing make_grpcio_tools.py
| * | | | | upgrade bazel to 0.13.1, introduce templateGravatar Jan Tattermusch2018-05-23
| | | | | |
* | | | | | Readd cmake backport to JessieGravatar Matt Kwong2018-05-23
| | | | | |
* | | | | | Remove installed from source Clang in standard Jessie DockerfileGravatar Matt Kwong2018-05-23
| | | | | |
* | | | | | Add Jessie Dockerfile using RBE's baseGravatar Matt Kwong2018-05-23
|/ / / / /
* | | | | remove ccache from all docker imagesGravatar Jan Tattermusch2018-05-23
| | | | |
* | | | | Merge pull request #15491 from murgatroid99/node_docker_npm_fixGravatar Michael Lumish2018-05-22
|\ \ \ \ \ | | | | | | | | | | | | Don't update npm when installing node
| | | | | * Merge branch 'master' into prototype-cfstreamGravatar Muxi Yan2018-05-22
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | | | | * Use cc rather than mm files and merge cfstream related files into coreGravatar Muxi Yan2018-05-22
| | | | | |
* | | | | | Merge pull request #15484 from hcaseyal/update_generate_projects_documentationGravatar hcaseyal2018-05-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add go as a pre-requisite in the documentation for regenerating projeā€¦
* \ \ \ \ \ \ Merge pull request #15481 from jtattermusch/upgrade_cmakeGravatar Jan Tattermusch2018-05-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Upgrade cmake in C++ dockerfiles
| | | * | | | | Don't update npm when installing nodeGravatar murgatroid992018-05-21
| |_|/ / / / / |/| | | | | |
| | * | | | | Add go as a pre-requisite in the documentation for regenerating project filesGravatar Hope Casey-Allen2018-05-21
| |/ / / / / |/| | | | |
| * | | | | use cmake from jessie backportsGravatar Jan Tattermusch2018-05-21
| | | | | |
* | | | | | Revert "Remove ccache from all docker images"Gravatar Jan Tattermusch2018-05-19
|/ / / / /
* | / / / remove ccache from all docker imagesGravatar Jan Tattermusch2018-05-18
| |/ / / |/| | |
* | | | Merge pull request #15422 from apolcyn/fix_circular_makefile_depGravatar apolcyn2018-05-17
|\ \ \ \ | | | | | | | | | | Fix a makefile circular dependency
| * | | | Remove circular makefile dep between c-ares and address_sortingGravatar Alexander Polcyn2018-05-16
| | | | |
* | | | | add mako to multilang dockerimageGravatar Jan Tattermusch2018-05-16
| | | | |
| | | | * Change existing build system for CFStreamGravatar Muxi Yan2018-05-15
| | | | |
| | | * | No longer automatically fallbacking on system's OpenSSL if it only has NPN.Gravatar Nicolas "Pixel" Noble2018-05-15
| | | |/
| | * | grpc gem does not depend on googleauthGravatar ganmacs2018-05-14
| | | |
| | * | Reject test directory in src/ruby/pb from packing as gemGravatar ganmacs2018-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 genericGravatar Alexander Polcyn2018-05-11
|/ /
* | Merge pull request #15319 from jtattermusch/cmake_install_roots_pemGravatar Jan Tattermusch2018-05-10
|\ \ | | | | | | cmake install should also install roots.pem
| * | cmake install should also install roots.pemGravatar Jan Tattermusch2018-05-09
| | |
* | | Install pip for Python3.4 for gcov testsGravatar Jan Tattermusch2018-05-09
|/ /
* | Merge pull request #15312 from matt-kwong/python-fallbackGravatar Jan Tattermusch2018-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_pythonGravatar apolcyn2018-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 testingGravatar Matt Kwong2018-05-08
| |/ / |/| |
* | | Remove the fallback when creating Python virtual envGravatar Matt Kwong2018-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 placesGravatar Alexander Polcyn2018-05-01
| |
| * Convert c-ares test runner from bash to python, so that it works onGravatar Alexander Polcyn2018-04-24
|/ | | | windows
* Merge pull request #15112 from mehrdada/bump-pip-to-10.0.0Gravatar Mehrdad Afshari2018-04-20
|\ | | | | Bump pip==10.0.1 and protobuf==3.5.2.post1