Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Bump protobuf version to v3.4.0rc1 | Stanley Cheung | 2017-08-10 |
| | |||
* | PHP: update codegen plugin to support php_namespace option | Stanley Cheung | 2017-08-10 |
| | |||
* | Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmerge | murgatroid99 | 2017-07-06 |
|\ | |||
* \ | Merge pull request #11474 from makdharma/cares_fix | Nicolas Noble | 2017-06-27 |
|\ \ | | | | | | | fixes #11473 | ||
| | * | Merge pull request #11404 from apolcyn/fix_ruby_glibc_upgrade | apolcyn | 2017-06-16 |
| | |\ | | | | | | | | | Redefine fd_set macros for compatibilty with older glibc | ||
* | | | | Update boringssl | Ken Payson | 2017-06-15 |
| | | | | |||
| * | | | fixes #11473 | Makarand Dharmapurikar | 2017-06-12 |
|/ / / | |||
| | * | hack to reimplement FDS macros | Alexander Polcyn | 2017-06-05 |
| |/ |/| | |||
| * | dont use clock_gettime in grpc compatibiltiy mode | Alexander Polcyn | 2017-06-03 |
|/ | |||
* | Undo downgrade of Protobuf submodule | Matt Kwong | 2017-05-19 |
| | |||
* | Merge matrix feature branch into master. | Yong Ni | 2017-05-19 |
| | | | | | | | | | | Features included in this merge: - Added script to build and upload docker image for matrix test. - Added script to create test cases and created go__master testcases based on it. - Created dictionary for runtimes and gRPC releases for supported languages. - Added go 1.7 and 1.8 Dockerfile/templates. See tools/interop_matrix/README.md for details. | ||
* | 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 |
|\ |