Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove superfluous dependency on the protobuf package | Mehrdad Afshari | 2018-04-11 |
| | |||
* | Merge pull request #14561 from kpayson64/gevent_2 | kpayson64 | 2018-03-28 |
|\ | | | | | Initial Gevent Compatibility | ||
| * | Initial gevent support | kpayson64 | 2018-03-27 |
| | | | | | | | | | | Because some cpp code ends up leaking into cython, we change the cython generator to generate cpp code. | ||
* | | Put address_sorting's public header under its own directory. Also add | Alex Polcyn | 2018-03-20 |
| | | | | | | | | test_only to sort function used in test. | ||
* | | Add address sorting submodule for use in c-ares wrapper | Alexander Polcyn | 2018-03-20 |
|/ | |||
* | 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 |
| | |||
* | Add NOMINMAX flag for Python Windows | Matt Kwong | 2018-01-26 |
| | |||
* | Allow compiling grpc without use of pthread_atfork | Alexander Polcyn | 2017-11-30 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 | Nicolas "Pixel" Noble | 2017-11-29 |
|\ | |||
| * | Update Python dependency to protobuf v3.5.0.post1 | Mehrdad Afshari | 2017-11-27 |
| | | |||
* | | Merge branch 'v1.7.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2017-11-21 |
|\ \ | |/ |/| | |||
* | | Fix FreeBSD Ruby and Python build | Mehrdad Afshari | 2017-10-12 |
| | | |||
* | | Add OpenBSD support | Frank Groeneveld | 2017-10-12 |
| | | |||
| * | Add thread pool reset on fork with FORKING_SUPPORT_ENABLED | Ken Payson | 2017-10-12 |
|/ | |||
* | Specify min windows version as Vista for Python | Ken Payson | 2017-09-28 |
| | |||
* | Upmerge from v1.6.x branch to master | David Garcia Quintas | 2017-09-18 |
|\ | |||
* | | disable c-ares in python on windows x64 and x86 | Jan Tattermusch | 2017-09-09 |
| | | |||
| * | Fix syntax error on classifiers | Ken Payson | 2017-08-24 |
|/ | |||
* | Add classifiers to package details | Ken Payson | 2017-07-25 |
| | |||
* | Use https://grpc.io consistently as the canonical URL | Mehrdad Afshari | 2017-07-10 |
| | |||
* | Update boringssl | Ken Payson | 2017-06-15 |
| | |||
* | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Merge pull request #11048 from kpayson64/fix_py_artifact | kpayson64 | 2017-05-10 |
|\ | | | | | Fix python artifact build | ||
| * | Fix python artifact build | Ken Payson | 2017-05-09 |
| | | |||
* | | Upgrade protobuf to 3.3.0 | Ken Payson | 2017-05-08 |
|/ | |||
* | Merge branch 'v1.3.x' into master-upmerge-v1.3.x | David Garcia Quintas | 2017-04-28 |
|\ | |||
| * | Disable c-ares for x64 windows python | Yuchen Zeng | 2017-04-20 |
| | | |||
* | | Final changes | Ken Payson | 2017-04-17 |
| | | |||
* | | Fixes | Ken Payson | 2017-04-14 |
| | | |||
* | | Windows + mac dbg fix | Ken Payson | 2017-04-14 |
| | | |||
* | | linux fix | Ken Payson | 2017-04-13 |
| | | |||
* | | Switch to Makefile based build on mac | Ken Payson | 2017-04-13 |
| | | |||
* | | Get tests to pass for c++ | Ken Payson | 2017-04-10 |
| | | |||
* | | C++ build for python | Ken Payson | 2017-04-07 |
|/ | |||
* | Merge pull request #7771 from y-zeng/cares_buildin | Yuchen Zeng | 2017-03-24 |
|\ | | | | | Async DNS resolver with pre-configured c-ares | ||
* \ | Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 | Nicolas "Pixel" Noble | 2017-03-24 |
|\ \ | |||
| | * | Merge remote-tracking branch 'upstream/master' into cares_rebase | Yuchen Zeng | 2017-03-22 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #10227 from kpayson64/optional_enum34 | kpayson64 | 2017-03-21 |
|\ \ \ | | | | | | | | | Make enum34 only required for Python 2.7 | ||
| * | | | Make enum34 only required for Python 2.7 | Ken Payson | 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 |
| | | |\ | | |_|/ | |/| | | |||
| | * | | Add package details to gRPC Packages | Ken Payson | 2017-03-10 |
| |/ / |/| | | |||
* | | | Updated protobuf dependency for python to 3.2.0 | Mehrdad Afshari | 2017-03-07 |
|/ / | |||
* | | Special case Python build for inet_ntop | Ken Payson | 2017-01-24 |
| | | |||
| * | Fix python build | Yuchen Zeng | 2017-01-23 |
| | | |||
| * | Migrate to the new c-ares dir | Yuchen Zeng | 2017-01-23 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' into cares_buildin | Yuchen Zeng | 2017-01-18 |
| |\ | |/ |/| |