Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #16806 from jtattermusch/fix_python_api_tools_installation | Jan Tattermusch | 2018-10-08 |
|\ | | | | | Fix google-api-python-client installation in dockerfiles | ||
* \ | Merge pull request #16754 from jtattermusch/fix_unsecure_pc | Jan Tattermusch | 2018-10-08 |
|\ \ | | | | | | | fix *_unsecure.pc files | ||
| | * | fix google-api-python-client installation | Jan Tattermusch | 2018-10-08 |
| |/ |/| | |||
* | | Merge pull request #16552 from ↵ | Jan Tattermusch | 2018-10-05 |
|\ \ | | | | | | | | | | | | | jtattermusch/csharp_expose_client_certificate_request Expose certificate request type in SslServerCredentials | ||
* | | | fix backward compatibility mode on macos | Jan Tattermusch | 2018-10-04 |
| | | | |||
* | | | cmake: add backwards compatibility mode | Jan Tattermusch | 2018-10-04 |
| | | | |||
* | | | add cmake to C# docker images | Jan Tattermusch | 2018-10-04 |
| | | | |||
| | * | fix *_unsecure.pc files | Jan Tattermusch | 2018-10-02 |
| | | | |||
* | | | cmake: prevent C core from depending on libstdc++ | Jan Tattermusch | 2018-10-02 |
| |/ |/| | |||
* | | updates to templates/README.md | Jan Tattermusch | 2018-09-28 |
| | | |||
* | | remove no-longer-useful properties from build.yaml | Jan Tattermusch | 2018-09-28 |
| | | |||
* | | bug fix | Muxi Yan | 2018-09-20 |
| | | |||
* | | replace #include library name in BoringSSL files | Muxi Yan | 2018-09-20 |
| | | |||
* | | Rename the openssl framework to openssl_grpc to avoid conflict | Muxi Yan | 2018-09-19 |
| | | |||
* | | fix interop docker build | Jan Tattermusch | 2018-09-07 |
| | | |||
| * | Expose certificate request type in SslServerCredentials. | Jan Tattermusch | 2018-09-04 |
|/ | |||
* | Merge pull request #16358 from muxi/privatize-boringssl | Muxi Yan | 2018-08-24 |
|\ | | | | | Make symbols of BoringSSL private | ||
| * | Make symbols of BoringSSL private to gRPC | Muxi Yan | 2018-08-23 |
| | | |||
* | | pkgconfig: add gpr to grpc's Requires.private | Jan Tattermusch | 2018-08-13 |
| | | |||
* | | make should generate pkg-config file for gpr as well | Jan Tattermusch | 2018-08-13 |
| | | |||
* | | C#: upgrade protobuf nugets to v3.6.1 | Jan Tattermusch | 2018-08-10 |
|/ | |||
* | Enable c-ares queries on Windows | Alex Polcyn | 2018-08-08 |
| | |||
* | Upgrade protobuf podspecs in grpc | Muxi Yan | 2018-08-07 |
| | |||
* | rephrase comment | Jan Tattermusch | 2018-08-07 |
| | |||
* | try fix c++ vs2017 build | Jan Tattermusch | 2018-08-07 |
| | |||
* | upgrade C# to protobuf 3.6.0 | Jan Tattermusch | 2018-08-07 |
| | |||
* | portable zip for unity package | Jan Tattermusch | 2018-08-07 |
| | |||
* | Merge pull request #15646 from ZhouyihaiDing/composer_auth_version | Zhouyihai Ding | 2018-08-02 |
|\ | | | | | PHP: upgrade interop test google/auth version | ||
* | | unitypackage: fix extensions when copying | Jan Tattermusch | 2018-08-02 |
| | | |||
* | | fix unity package name | Jan Tattermusch | 2018-08-02 |
| | | |||
* | | remove Grpc.Auth from unitypackage for now | Jan Tattermusch | 2018-08-02 |
| | | |||
| * | PHP: upgrade interop test google/auth version | ZhouyihaiDing | 2018-08-01 |
| | | |||
* | | add script for building unitypackage | Jan Tattermusch | 2018-08-01 |
| | | |||
* | | remove script for building c# packages on Linux | Jan Tattermusch | 2018-08-01 |
|/ | |||
* | remove Jenkins references from build_packages scripts | Jan Tattermusch | 2018-07-31 |
| | |||
* | add static_csharp rule to Makefile | Jan Tattermusch | 2018-07-24 |
| | |||
* | Kokoro setup for building gRPC Python with Bazel | Naresh | 2018-07-13 |
| | | | | | | | | In preparation for #8079, new CI tests have to be added to Kokoro for testing gRPC Python with Bazel. python-dev has to installed so that Python.h headers are available for building Cython code. | ||
* | Merge pull request #16006 from ghostwriternr/update-bazel | Matt Kwong | 2018-07-12 |
|\ | | | | | Upgrade Bazel to 0.15.0 | ||
| * | Upgrade Bazel to 0.15.0 | Naresh | 2018-07-12 |
| | | |||
* | | Fix Dart interop tests by upgrading to Dart 2 | Matt Kwong | 2018-07-09 |
|/ | |||
* | !@#!%$@# | Nicolas "Pixel" Noble | 2018-06-27 |
| | |||
* | Merge pull request #15847 from muxi/c++-protobuf | Muxi Yan | 2018-06-26 |
|\ | | | | | Add subspec for C++ protobuf | ||
* \ | Merge pull request #15748 from nicolasnoble/libcxxabi | Nicolas Noble | 2018-06-25 |
|\ \ | | | | | | | Skeleton of libcxxabi's usage. | ||
| * | | c++14-compat is c++ only. | Nicolas "Pixel" Noble | 2018-06-24 |
| | | | |||
| * | | + -> X | Nicolas "Pixel" Noble | 2018-06-23 |
| | | | |||
| * | | Not all compilers... | Nicolas "Pixel" Noble | 2018-06-22 |
| | | | |||
| | * | Subspec for C++ protobuf | Muxi Yan | 2018-06-21 |
| |/ |/| | |||
* | | PHP: fix distribtest test by adding -Ithird_party/nanopb | ZhouyihaiDing | 2018-06-20 |
| | | |||
* | | Allow conditional builds of grpc_csharp_ext for vcpkg manager | Jozef Izso | 2018-06-19 |
| | | |||
* | | Revert "Install pyyaml through pip in docker" | Jan Tattermusch | 2018-06-18 |
| | |