aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
* upgrade third_party/protobuf to v3.6.1Gravatar Jan Tattermusch2018-08-07
|
* update protobuf submodule to latest 3.6.0Gravatar Jan Tattermusch2018-08-07
|
* Merge pull request #16163 from apolcyn/revert_revert_windows_breakageGravatar apolcyn2018-07-30
|\ | | | | Revert "Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort""
* \ Merge pull request #15992 from ghostwriternr/python_bazel_1Gravatar Nathaniel Manista2018-07-30
|\ \ | | | | | | Basic setup to build gRPC Python with Bazel.
| * | Workspace changes to build gRPC Python with BazelGravatar Naresh2018-07-27
| | | | | | | | | | | | | | | | | | | | | | | | - Include new rules from bazelbuild/rules_python, which allow for importing pip dependencies with Bazel. - Make Cython BUILD file visible to WORKSPACE. - Use a custom requirements file for Bazel python. This is added to allow for requirements previously added only during build steps.
| * | Basic setup to build gRPC Python with BazelGravatar Naresh2018-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building gRPC Python with Bazel has been one of the long requested additions to gRPC (#8079). Doing so had been made complex by the fact that Bazel itself is still in active development. There has been extensive work on building Cython code at tensorflow, which can be reused for gRPC's purposes as well. Major included changes required for building grpcio with Bazel are: - Include Cython as a third party Bazel package, to compile the Cython parts of gRPC Python. - Include rules for Python autoconfiguration so Python headers can be detected by cygrpc.
| | * Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage"Gravatar Alexander Polcyn2018-07-27
| |/ |/| | | | | | | This reverts commit d9e8f86675cf923714b3ead4b06087e14a88c08c, reversing changes made to 04847aeb1e62bc528d88fa3c47daa24a4cf629b3.
* | Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"Gravatar Alexander Polcyn2018-07-26
| | | | | | | | | | This reverts commit ae8d3efc3a360b289f0b33e1c53c8c73960cb31f, reversing changes made to e41215e181564a61320b9b69ae5feb7f7c3625fe.
* | Merge pull request #15797 from apolcyn/windows_compile_and_sortGravatar apolcyn2018-07-25
|\ \ | | | | | | Enable c-ares address sorting on windows
| * | Get c-ares to compile and do address sorting on windowsGravatar Alex Polcyn2018-07-25
| | |
* | | Use n1-highmem-2 for most tests.Gravatar Adele Zhou2018-07-24
|/ /
* | update boringssl and boringssl-with-bazel to latest chromium-stableGravatar Jan Tattermusch2018-07-17
| |
* | Step 3 of multipool RBE configuration.Gravatar Adele Zhou2018-07-13
|/
* Add copyrightGravatar Adele Zhou2018-07-09
|
* Configure bazel builds to use Foundry's multipool feature.Gravatar Adele Zhou2018-07-09
|
* Merge pull request #15748 from nicolasnoble/libcxxabiGravatar Nicolas Noble2018-06-25
|\ | | | | Skeleton of libcxxabi's usage.
* \ Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanupGravatar David Garcia Quintas2018-06-14
|\ \
| | * Skeleton of libcxxabi's usage.Gravatar Nicolas "Pixel" Noble2018-06-14
| | |
| * | Remove -DWIN32_LEAN_AND_MEANGravatar Loo Rong Jie2018-06-08
| | |
| * | Build C-Ares with Bazel on WindowsGravatar Loo Rong Jie2018-06-03
| |/
* | Fix the inclusion "third_party/nanopb/..." to simply "..."Gravatar David Garcia Quintas2018-06-01
| |
* | Treat nanopb as a regular external depGravatar David Garcia Quintas2018-05-31
|/
* upgrade boringssl to latest chromium-stableGravatar Jan Tattermusch2018-05-24
|
* bump boringssl-with-bazel to latest chromium-stable-with-bazelGravatar Jan Tattermusch2018-05-08
|
* Merge pull request #15208 from apolcyn/fix_addr_sorting_compare_bugGravatar apolcyn2018-04-30
|\ | | | | Fix bug in an address sorting comparison
| * address commentGravatar Alexander Polcyn2018-04-27
| |
| * Fix a bug in an address sorting comparisonGravatar Alexander Polcyn2018-04-26
| |
* | Update LicenseGravatar dmaclach2018-04-23
|/ | | As far as I can tell, the license file here was completely wrong and was adding 300+ K of unnecessary bloat to every app that included grpc.
* Merge pull request #15123 from apolcyn/fix_addr_sort_shutdown_bugGravatar apolcyn2018-04-19
|\ | | | | Fix bug in address sorting shutdown
| * Fix bug in addr sorting shutdonwGravatar Alexander Polcyn2018-04-19
| |
* | Bump protobuf submodule to 3.5.2Gravatar Mehrdad Afshari2018-04-19
|/
* Put address_sorting's public header under its own directory. Also addGravatar Alex Polcyn2018-03-20
| | | | test_only to sort function used in test.
* Remove unnecessary header inclusion from address sorting's public headerGravatar Alexander Polcyn2018-03-20
|
* Stop relying on certain ipv6 macros. Also bazel build updates.Gravatar Alexander Polcyn2018-03-20
| | | | | | Fix error just made in bazel/grpc_build_system.bzl Fix merge conflict support/env -> gpr/env
* Add address sorting submodule for use in c-ares wrapperGravatar Alexander Polcyn2018-03-20
|
* Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-08
|
* Merge pull request #14629 from jtattermusch/bump_boringsslGravatar Jan Tattermusch2018-03-08
|\ | | | | Update third_party/boringssl to the latest chromium-stable
* | Revert "Add ALTS C stack to gRPC core"Gravatar Sree Kuchibhotla2018-03-07
| |
| * update third_party/boringssl to the latest chromium-stableGravatar Jan Tattermusch2018-03-07
|/
* Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-06
|
* Add python bazel deps needed to run resolver component testsGravatar Alex Polcyn2018-02-14
|
* Update BoringSSL to latest chromium-stable refGravatar Matt Kwong2018-01-26
|
* Use rake-compiler-dock's Dockerfile as a base in grpc's fork of itGravatar Alexander Polcyn2018-01-08
|
* Packs contents of WORKSPACE into a bzl function, so that it can be resued by ↵Gravatar Ning Ren2017-12-14
| | | | other projects, and simplifies cares build.
* Enabling hermetic testing for running tests on Foundry.Gravatar Adele Zhou2017-11-30
|
* Bump third_party/protobuf submodule to v3.5.0Gravatar Mehrdad Afshari2017-11-24
|
* Pulling upstream changes and resolving merge conflicts with ↵Gravatar josh2017-11-13
|\ | | | | | | third_party/cares/cares.BUILD
| * Merge pull request #13011 from spinorx/masterGravatar Muxi Yan2017-11-06
| |\ | | | | | | Fix build for ios and android using grpc as cc_library
| * | Add call size bm_diffGravatar Ken Payson2017-10-27
| | |
| | * Update comments to mention iOS also is not supported.Gravatar Param Reddy2017-10-24
| | |