Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix build on Alpine linux + add portability tests | Ken Payson | 2017-04-06 |
| | |||
* | Reorganize ext tree | Craig Tiller | 2017-03-31 |
| | | | | | - filters live under filters - lb_policy, resolver implementations (being part of client_channel) live under client_channel | ||
* | Merge branch 'master' of https://github.com/grpc/grpc into grpcz_client | Makarand Dharmapurikar | 2017-03-27 |
|\ | |||
| * | Merge pull request #7771 from y-zeng/cares_buildin | Yuchen Zeng | 2017-03-24 |
| |\ | | | | | | | Async DNS resolver with pre-configured c-ares | ||
* | | | added copyright exception for census.proto | Makarand Dharmapurikar | 2017-03-24 |
| | | | |||
| * | | Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 | Nicolas "Pixel" Noble | 2017-03-24 |
|/| | | |||
| * | | bump v1.2.x branch to 1.2.1-pre1 | Alexander Polcyn | 2017-03-20 |
| | | | |||
| * | | Going for 1.2.0 | David Garcia Quintas | 2017-03-20 |
| | | | |||
| | * | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-03-17 |
| | |\ | |_|/ |/| | | |||
| | * | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-03-17 |
| | |\ | |||
| * | | | Bump 1.2.x version to pre-2 | Ken Payson | 2017-03-16 |
| | | | | |||
| * | | | Merge pull request #9990 from kpayson64/fill_in_fields | kpayson64 | 2017-03-10 |
| |\ \ \ | | | | | | | | | | | Add package details to grpcio/grpcio-tools | ||
* | \ \ \ | Merge pull request #10078 from dgquintas/master_to_1.3.0 | David G. Quintas | 2017-03-10 |
|\ \ \ \ \ | | | | | | | | | | | | | Bumped version to 1.3.0-dev | ||
| | | * | | | Add package details to gRPC Packages | Ken Payson | 2017-03-10 |
| | | | | | | |||
* | | | | | | Merge pull request #9965 from nathanielmanistaatgoogle/yapf | Nathaniel Manista | 2017-03-10 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Add test behavior to yapf_code.sh. | ||
| * | | | | | Add test behavior to yapf_code.sh | Nathaniel Manista | 2017-03-10 |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | With this change yapf_code no longer changes the code under test when executed from within the sanity tests. | ||
| | | * | | Introducing 1.2.0-pre1 | David Garcia Quintas | 2017-03-09 |
| |_|/ / |/| | | | |||
| | * | | Bumped version to 1.3.0-dev | David Garcia Quintas | 2017-03-09 |
| |/ / |/| | | |||
* | | | Updated protobuf dependency for python to 3.2.0 | Mehrdad Afshari | 2017-03-07 |
| | | | |||
* | | | fix grpcio_tools build on windows | Jan Tattermusch | 2017-03-07 |
| | | | |||
* | | | Updated python scripts to work with protobuf 3.2.0 | Mehrdad Afshari | 2017-03-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the build script of python grpcio-tools package is very much entangled with the build system of protobuf, and protobuf build scripts added a build step that compiles js/embed.cc to create a preprocessor binary that takes some .js files and generates a single well_known_types_embed.cc which then gets linked to the rest of protobuf source tree. The generated code seems to be used only by the JS portion of protoc, so is not expected to affect our python build. Since we did not want to replicate the entire build process of protobuf, we decided to pre-generate the well_known_types_embed.cc and keep it in our repo and then substitute the js/embed.cc compiler file with it. | ||
* | | | regenerate protoc_lib_deps.py | Jan Tattermusch | 2017-03-07 |
| | | | |||
* | | | fix bazel_deps.sh | Jan Tattermusch | 2017-03-07 |
|/ / | |||
* | | Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x | Michael Lumish | 2017-02-23 |
|\ \ | | | | | | | Upmerge from 1.1.x | ||
* \ \ | Merge branch 'master' into health | yang-g | 2017-02-17 |
|\ \ \ | |||
| * | | | Output diff on failed yapf sanity | Nathaniel Manista | 2017-02-15 |
| | | | | |||
| | * | | Merge remote-tracking branch 'google/v1.1.x' | Nicolas "Pixel" Noble | 2017-02-13 |
| | |\ \ | |||
| * | | | | Added Pylint to sanity tests | Mehrdad Afshari | 2017-02-13 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | Pylint is only enabled for "grpcio/grpc" package, and various specific checks that currently fail are disabled, each with a respective TODO item in the .pylintrc file. | ||
| | * | | build fixes for ruby on mac | Alexander Polcyn | 2017-02-09 |
| | | | | |||
| | | * | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-02-08 |
| | | |\ | | |_|/ | |/| | | |||
* | | | | merge with head | yang-g | 2017-02-07 |
|\| | | | |||
| | * | | Update version to 1.1.2 | murgatroid99 | 2017-02-06 |
| | | | | |||
| | * | | Ran Yapf code, pinned version | Ken Payson | 2017-02-06 |
| | | | | |||
| * | | | Re-run yapf code, and pin version | Ken Payson | 2017-02-06 |
| | | | | |||
| | | * | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-02-01 |
| | | |\ | | |_|/ | |/| | | |||
| | * | | Bump version to 1.1.1 | murgatroid99 | 2017-01-31 |
| | | | | |||
| * | | | Bump master version numbers | Craig Tiller | 2017-01-30 |
| | | | | |||
| | * | | Flagging version 1.1.0. | Nicolas "Pixel" Noble | 2017-01-30 |
| | | | | |||
* | | | | merge with head | yang-g | 2017-01-26 |
|\| | | | |||
| | | * | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-01-23 |
| | | |\ | | |_|/ | |/| | | |||
| | * | | Changing versions from -dev to -pre1 on the release branch. | Nicolas "Pixel" Noble | 2017-01-23 |
| |/ / | |||
| * | | Be more verbose when generating Python documentation | Masood Malekghassemi | 2017-01-20 |
| | | | |||
| | * | Merge remote-tracking branch 'upstream/master' into cares_buildin | Yuchen Zeng | 2017-01-19 |
| | |\ | | |/ | |/| | |||
| | * | Merge remote-tracking branch 'upstream/master' into cares_buildin | Yuchen Zeng | 2017-01-18 |
| | |\ | |||
| * | | | pyformat_code.sh → yapf_code.sh | Nathaniel Manista | 2017-01-17 |
| | |/ | |/| | | | | | | | This should have been a part of 06dea573daa2175b244a430bb89b49bb5c8e8. | ||
| * | | Merge pull request #9276 from ↵ | Nathaniel Manista | 2017-01-17 |
| |\ \ | | | | | | | | | | | | | | | | | soltanmm-google/remember-the-blue-flowers-they-are-important! Enable yapf (Python formatting). | ||
| | * | | Enable running Python formatting | Masood Malekghassemi | 2017-01-17 |
| | | | | |||
| * | | | omg it is 2017 | yang-g | 2017-01-11 |
| |/ / | |||
* / / | exclude newly added file from copyright check | yang-g | 2017-01-04 |
|/ / | |||
* | | No need for copyright on generated files | Craig Tiller | 2017-01-03 |
| | |