Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #15255 from carl-mastrangelo/copy | Mehrdad Afshari | 2018-05-03 |
|\ | | | | | Make copyright check slightly more flexible | ||
| * | add The support | Carl Mastrangelo | 2018-05-03 |
| | | |||
* | | Regenerate projects | Mehrdad Afshari | 2018-05-02 |
| | | |||
| * | Make copyright check slightly more flexible | Carl Mastrangelo | 2018-05-02 |
|/ | |||
* | Merge branch 'v1.11.x' | Mehrdad Afshari | 2018-04-27 |
|\ | |||
| * | Bump pip in yapf_virtual_environment | Mehrdad Afshari | 2018-04-27 |
| | | |||
* | | 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 pip version to 10.0.1 | Mehrdad Afshari | 2018-04-19 |
| | | | |||
* | | | Regenerate grpcio_tools protobuf dependencies | Mehrdad Afshari | 2018-04-19 |
|/ / | |||
* | | Run pylint on Python test code | Mehrdad Afshari | 2018-04-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test modules were not under pylint jurisdiction, and actual bugs have been found in tests that would have been prevented had we run static analysis on the test code as we do on the core modules. This is the first step to enable pylint on tests. Due to numerous warnings since the code is not ready and needs refactoring, a new `.pylintrc` specific to tests is added that suppresses a number of valid warnings. The goal is stepwise elimination of each class of warning while refactoring the code such that it will not emit any warnings in future commits, always keeping the sanity checks passing and keeping the disruption minimal. | ||
* | | Merge pull request #14951 from ericgribkoff/android_interop | Eric Gribkoff | 2018-04-16 |
|\ \ | | | | | | | Android C++ Interop App | ||
| | * | Regenerate projects | Mehrdad Afshari | 2018-04-11 |
| | | | |||
| | * | Fix new ruby OS X dep on libgmp.10.dylib | Alex Polcyn | 2018-04-10 |
| | | | |||
* | | | Fix new ruby OS X dep on libgmp.10.dylib | Alex Polcyn | 2018-04-10 |
| | | | |||
| | * | Regenerate projects | Mehrdad Afshari | 2018-04-09 |
| | | | |||
| | * | Update pip pin from 9.0.1 to 9.0.2 | Matt Kwong | 2018-04-09 |
| | | | |||
* | | | Update pip pin from 9.0.1 to 9.0.2 | Matt Kwong | 2018-04-06 |
| | | | |||
| * | | gRPC C++ Interop App | Eric Gribkoff | 2018-04-05 |
| | | | |||
| | * | Regenerate projects | Mehrdad Afshari | 2018-04-04 |
| |/ | |||
* / | Regenerate projects | Mehrdad Afshari | 2018-04-04 |
|/ | |||
* | Add ALTS code to grpc/core | Yihua Zhang | 2018-03-08 |
| | |||
* | Revert "Add ALTS C stack to gRPC core" | Sree Kuchibhotla | 2018-03-07 |
| | |||
* | Add ALTS code to grpc/core | Yihua Zhang | 2018-03-06 |
| | |||
* | C++ on Android example client and server | Eric Gribkoff | 2018-03-02 |
| | |||
* | Regenerate projects | Mehrdad Afshari | 2018-02-22 |
| | |||
* | Move headers from grpc++ to grpcpp | Muxi Yan | 2018-02-15 |
| | |||
* | Enforce shellcheck on shellscripts under test/ | Mehrdad Afshari | 2018-02-07 |
| | |||
* | add quotes in bash | Jan Tattermusch | 2018-02-05 |
| | |||
* | clang format and tidy shouldnt change file ownership | Jan Tattermusch | 2018-02-05 |
| | |||
* | Update BoringSSL to latest chromium-stable ref | Matt Kwong | 2018-01-26 |
| | |||
* | Update README.rst for python grpcio-tools | Feng Li | 2018-01-26 |
| | | | GRPC_PYTHON_BUILD_WITH_CYTHON=1 is required to build grpcio-tools from source. | ||
* | Merge branch 'master' of https://github.com/grpc/grpc into more-clang-tidy | ncteisen | 2018-01-22 |
|\ | |||
* | | Remote namespace comment, will fix later | ncteisen | 2018-01-22 |
| | | |||
| * | Regenerate projects | Mehrdad Afshari | 2018-01-19 |
| | | |||
* | | Add google clang-tidy check for free | Noah Eisen | 2018-01-19 |
|/ | |||
* | Merge pull request #14071 from mehrdada/shellcheck | Mehrdad Afshari | 2018-01-18 |
|\ | | | | | Add tools/run_tests/artifacts to shellcheck enforcement list | ||
* | | do not fix automatically | ncteisen | 2018-01-17 |
| | | |||
* | | s/tidy/TIDY | Noah Eisen | 2018-01-16 |
| | | |||
* | | Add to sanity, dont fix by default | ncteisen | 2018-01-16 |
| | | |||
* | | Dockerize clang tidy | ncteisen | 2018-01-16 |
| | | |||
* | | Check for failures from run clang tidy | Noah Eisen | 2018-01-16 |
| | | |||
| * | Fix check_windows_dlls.sh to pass shellcheck | Mehrdad Afshari | 2018-01-16 |
| | | |||
| * | Fix check_nanopb_output.sh to pass shellcheck | Mehrdad Afshari | 2018-01-11 |
| | | |||
| * | Fix build_ruby_environment_macos.sh to pass shellcheck | Mehrdad Afshari | 2018-01-11 |
|/ | |||
* | Check copyright of Objective-C++ source files | Muxi Yan | 2018-01-05 |
| | |||
* | add ruby 2.5 to package build on mac | Alexander Polcyn | 2018-01-05 |
| | |||
* | Upgrade yapf to 0.20.0 | Mehrdad Afshari | 2018-01-02 |
| | | | | Upgrade yapf version to 0.20.0 and reformat Python files. | ||
* | Ignore pyc files on yapf diff | Ken Payson | 2017-12-13 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into yapf-tools | ncteisen | 2017-12-12 |
|\ | |||
| * | yapf examples/python | ncteisen | 2017-12-12 |
| | |