aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
...
| * 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
| | |
| | * Android does not have getservbyport_r so use getservbyportGravatar Param Reddy2017-10-24
| | |
| | * Fix build for ios app using grpc as cc_libraryGravatar Param Reddy2017-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For ios build, bazel build needs to be invoked with: --ios_multi_cpu=armv7,arm64 build. This in turn gets picked as cpu based on the docs: --[no]experimental_enable_objc_cc_deps default: "true" Allows objc_* rules to depend on cc_library and causes any objc dependencies to be built with --cpu set to "ios_<--ios_cpu>" for any values in --ios_multi_cpu. This diff explicitly adds darwin config for cpu being ios_x86_64, ios_armv7, ios_armv7s and ios_arm64. We cant use ios_cpu as condition because its set to x86_64 by default and causes linux build break.
* | | Update Bazel WORKSPACE file and third_party/cares BUILD files to that Bazel ↵Gravatar josh2017-10-19
|/ / | | | | | | | | | | | | | | | | | | | | | | can build gRPC as a dependency. The WORKSPACE file now pulls third_party dependencies directly instead of requiring a git submodule init and update. The git hashes pulled by Bazel are exactly the same as the git submodules checked into third_party. A tiny bit of complexity comes from the c-ares project's use of ares_config.h.cmake and ares_build.c.cmake. The current solution to this problem is to check in a valid ares_config.h and a few valid ares_config.h files. This is the same general approach used still, but ares_config.h and ares_build.h are supplied to cares.BUILD from the only remaining local_repository, which serves only to export these two header files.
* | Merge github.com:grpc/grpc into vectorGravatar Craig Tiller2017-10-16
|\|
| * Add OpenBSD supportGravatar Frank Groeneveld2017-10-12
| |
* | Add abseil to core, use it for InlinedVectorGravatar Craig Tiller2017-10-05
|/
* Submodule bloaty mcbloatfaceGravatar Craig Tiller2017-10-04
|
* remove unnecessary libssl-dev installationGravatar Alexander Polcyn2017-09-09
|
* avoid __int64 for mingw portabilityGravatar Alexander Polcyn2017-09-09
|
* update mingw gcc on docker fileGravatar Alexander Polcyn2017-09-09
|
* Update config_freebsd/ares_config.h to FreeBSD 11 ares 1.13Gravatar Mehrdad Afshari2017-09-09
|
* reintroduce ares_build.h modification from #10719Gravatar Jan Tattermusch2017-09-09
|
* ares using monotonic clock on darwin breaks the buildGravatar Jan Tattermusch2017-09-09
|
* add back manual edits to config_linux/ares_config.hGravatar Jan Tattermusch2017-09-09
|
* regenerate darwin ares_config.hGravatar Jan Tattermusch2017-09-09
|
* cherrypick fixed version of ares_build.hGravatar Jan Tattermusch2017-09-09
|
* fix ares 1.13 build on linuxGravatar Jan Tattermusch2017-09-09
|
* bump c-ares submodule to 1.13Gravatar Jan Tattermusch2017-09-09
|
* Splitting gmock out of gtest.Gravatar Nicolas "Pixel" Noble2017-09-01
|
* Bump Protobuf to v3.4.0Gravatar Stanley Cheung2017-08-16
|
* Bump protobuf to 3.4.0rc3Gravatar Stanley Cheung2017-08-11
|
* Bump to protobuf 3.4.0rc2Gravatar Stanley Cheung2017-08-10
|
* Bump protobuf version to v3.4.0rc1Gravatar Stanley Cheung2017-08-10
|
* PHP: update codegen plugin to support php_namespace optionGravatar Stanley Cheung2017-08-10
|
* Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmergeGravatar murgatroid992017-07-06
|\