Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | upgrade boringssl to latest chromium-stable | Jan Tattermusch | 2018-05-24 |
| | |||
* | bump boringssl-with-bazel to latest chromium-stable-with-bazel | Jan Tattermusch | 2018-05-08 |
| | |||
* | Merge pull request #15208 from apolcyn/fix_addr_sorting_compare_bug | apolcyn | 2018-04-30 |
|\ | | | | | Fix bug in an address sorting comparison | ||
| * | address comment | Alexander Polcyn | 2018-04-27 |
| | | |||
| * | Fix a bug in an address sorting comparison | Alexander Polcyn | 2018-04-26 |
| | | |||
* | | Update License | dmaclach | 2018-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_bug | apolcyn | 2018-04-19 |
|\ | | | | | Fix bug in address sorting shutdown | ||
| * | Fix bug in addr sorting shutdonw | Alexander Polcyn | 2018-04-19 |
| | | |||
* | | Bump protobuf submodule to 3.5.2 | Mehrdad Afshari | 2018-04-19 |
|/ | |||
* | 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. | ||
* | Remove unnecessary header inclusion from address sorting's public header | Alexander Polcyn | 2018-03-20 |
| | |||
* | Stop relying on certain ipv6 macros. Also bazel build updates. | Alexander Polcyn | 2018-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 wrapper | Alexander Polcyn | 2018-03-20 |
| | |||
* | Add ALTS code to grpc/core | Yihua Zhang | 2018-03-08 |
| | |||
* | Merge pull request #14629 from jtattermusch/bump_boringssl | Jan Tattermusch | 2018-03-08 |
|\ | | | | | Update third_party/boringssl to the latest chromium-stable | ||
* | | Revert "Add ALTS C stack to gRPC core" | Sree Kuchibhotla | 2018-03-07 |
| | | |||
| * | update third_party/boringssl to the latest chromium-stable | Jan Tattermusch | 2018-03-07 |
|/ | |||
* | Add ALTS code to grpc/core | Yihua Zhang | 2018-03-06 |
| | |||
* | Add python bazel deps needed to run resolver component tests | Alex Polcyn | 2018-02-14 |
| | |||
* | Update BoringSSL to latest chromium-stable ref | Matt Kwong | 2018-01-26 |
| | |||
* | Use rake-compiler-dock's Dockerfile as a base in grpc's fork of it | Alexander Polcyn | 2018-01-08 |
| | |||
* | Packs contents of WORKSPACE into a bzl function, so that it can be resued by ↵ | Ning Ren | 2017-12-14 |
| | | | | other projects, and simplifies cares build. | ||
* | Enabling hermetic testing for running tests on Foundry. | Adele Zhou | 2017-11-30 |
| | |||
* | Bump third_party/protobuf submodule to v3.5.0 | Mehrdad Afshari | 2017-11-24 |
| | |||
* | Pulling upstream changes and resolving merge conflicts with ↵ | josh | 2017-11-13 |
|\ | | | | | | | third_party/cares/cares.BUILD | ||
| * | Merge pull request #13011 from spinorx/master | Muxi Yan | 2017-11-06 |
| |\ | | | | | | | Fix build for ios and android using grpc as cc_library | ||
| * | | Add call size bm_diff | Ken Payson | 2017-10-27 |
| | | | |||
| | * | Update comments to mention iOS also is not supported. | Param Reddy | 2017-10-24 |
| | | | |||
| | * | Android does not have getservbyport_r so use getservbyport | Param Reddy | 2017-10-24 |
| | | | |||
| | * | Fix build for ios app using grpc as cc_library | Param Reddy | 2017-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 ↵ | josh | 2017-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 vector | Craig Tiller | 2017-10-16 |
|\| | |||
| * | Add OpenBSD support | Frank Groeneveld | 2017-10-12 |
| | | |||
* | | Add abseil to core, use it for InlinedVector | Craig Tiller | 2017-10-05 |
|/ | |||
* | Submodule bloaty mcbloatface | Craig Tiller | 2017-10-04 |
| | |||
* | remove unnecessary libssl-dev installation | Alexander Polcyn | 2017-09-09 |
| | |||
* | avoid __int64 for mingw portability | Alexander Polcyn | 2017-09-09 |
| | |||
* | update mingw gcc on docker file | Alexander Polcyn | 2017-09-09 |
| | |||
* | Update config_freebsd/ares_config.h to FreeBSD 11 ares 1.13 | Mehrdad Afshari | 2017-09-09 |
| | |||
* | reintroduce ares_build.h modification from #10719 | Jan Tattermusch | 2017-09-09 |
| | |||
* | ares using monotonic clock on darwin breaks the build | Jan Tattermusch | 2017-09-09 |
| | |||
* | add back manual edits to config_linux/ares_config.h | Jan Tattermusch | 2017-09-09 |
| | |||
* | regenerate darwin ares_config.h | Jan Tattermusch | 2017-09-09 |
| | |||
* | cherrypick fixed version of ares_build.h | Jan Tattermusch | 2017-09-09 |
| | |||
* | fix ares 1.13 build on linux | Jan Tattermusch | 2017-09-09 |
| | |||
* | bump c-ares submodule to 1.13 | Jan Tattermusch | 2017-09-09 |
| | |||
* | Splitting gmock out of gtest. | Nicolas "Pixel" Noble | 2017-09-01 |
| | |||
* | Bump Protobuf to v3.4.0 | Stanley Cheung | 2017-08-16 |
| | |||
* | Bump protobuf to 3.4.0rc3 | Stanley Cheung | 2017-08-11 |
| | |||
* | Bump to protobuf 3.4.0rc2 | Stanley Cheung | 2017-08-10 |
| |