Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
822d175ac29b8098697d476af04282f94de486a3
/
third_party
aa56034
Add python bazel deps needed to run resolver component tests
by Alex Polcyn
· 7 years ago
a110c74
Update BoringSSL to latest chromium-stable ref
by Matt Kwong
· 7 years ago
8065a5e
Use rake-compiler-dock's Dockerfile as a base in grpc's fork of it
by Alexander Polcyn
· 7 years ago
174e02a
Packs contents of WORKSPACE into a bzl function, so that it can be resued by other projects, and simplifies cares build.
by Ning Ren
· 7 years ago
c8bf2da
Enabling hermetic testing for running tests on Foundry.
by Adele Zhou
· 7 years ago
28661ea
Bump third_party/protobuf submodule to v3.5.0
by Mehrdad Afshari
· 7 years ago
d692b76
Pulling upstream changes and resolving merge conflicts with third_party/cares/cares.BUILD
by josh
· 7 years ago
396d265
Merge pull request #13011 from spinorx/master
by Muxi Yan
· 7 years ago
667aa2b
Add call size bm_diff
by Ken Payson
· 7 years ago
8ccb83a
Update comments to mention iOS also is not supported.
by Param Reddy
· 7 years ago
819ec50
Android does not have getservbyport_r so use getservbyport
by Param Reddy
· 7 years ago
b96287a
Fix build for ios app using grpc as cc_library
by Param Reddy
· 7 years ago
5d710a5
Update Bazel WORKSPACE file and third_party/cares BUILD files to that Bazel can build gRPC as a dependency.
by josh
· 7 years ago
cb1c0b0
Merge github.com:grpc/grpc into vector
by Craig Tiller
· 7 years ago
fbf8128
Add OpenBSD support
by Frank Groeneveld
· 7 years ago
b7a8cac
Add abseil to core, use it for InlinedVector
by Craig Tiller
· 7 years ago
92a3805
Submodule bloaty mcbloatface
by Craig Tiller
· 7 years ago
c45d672
remove unnecessary libssl-dev installation
by Alexander Polcyn
· 7 years ago
6dcbc1b
avoid __int64 for mingw portability
by Alexander Polcyn
· 7 years ago
74a4d5a
update mingw gcc on docker file
by Alexander Polcyn
· 7 years ago
e8e9541
Update config_freebsd/ares_config.h to FreeBSD 11 ares 1.13
by Mehrdad Afshari
· 7 years ago
bb650ca
reintroduce ares_build.h modification from #10719
by Jan Tattermusch
· 7 years ago
f0208ac
ares using monotonic clock on darwin breaks the build
by Jan Tattermusch
· 7 years ago
f1a3e0c
add back manual edits to config_linux/ares_config.h
by Jan Tattermusch
· 7 years ago
7a81686
regenerate darwin ares_config.h
by Jan Tattermusch
· 7 years ago
138eea8
cherrypick fixed version of ares_build.h
by Jan Tattermusch
· 7 years ago
ade414a
fix ares 1.13 build on linux
by Jan Tattermusch
· 7 years ago
b0f180a
bump c-ares submodule to 1.13
by Jan Tattermusch
· 7 years ago
fc49d6e
Splitting gmock out of gtest.
by Nicolas "Pixel" Noble
· 7 years ago
568fd3e
Bump Protobuf to v3.4.0
by Stanley Cheung
· 7 years ago
83f6b70
Bump protobuf to 3.4.0rc3
by Stanley Cheung
· 7 years ago
b643a5f
Bump to protobuf 3.4.0rc2
by Stanley Cheung
· 7 years ago
1bdfcda
Bump protobuf version to v3.4.0rc1
by Stanley Cheung
· 7 years ago
5fd85b5
PHP: update codegen plugin to support php_namespace option
by Stanley Cheung
· 7 years ago
882ba60
Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmerge
by murgatroid99
· 7 years ago
c4f85b7
Merge pull request #11474 from makdharma/cares_fix
by Nicolas Noble
· 7 years ago
59c232c
Merge pull request #11404 from apolcyn/fix_ruby_glibc_upgrade
by apolcyn
· 7 years ago
f8d6fb7
Update boringssl
by Ken Payson
· 7 years ago
1d8e465
fixes #11473
by Makarand Dharmapurikar
· 7 years ago
c3735cb
hack to reimplement FDS macros
by Alexander Polcyn
· 7 years ago
4616dd0
dont use clock_gettime in grpc compatibiltiy mode
by Alexander Polcyn
· 7 years ago
a538fba
Undo downgrade of Protobuf submodule
by Matt Kwong
· 7 years ago
b2e4bfa
Merge matrix feature branch into master.
by Yong Ni
· 7 years ago
0290906
Upgrade protobuf to 3.3.0
by Ken Payson
· 8 years ago
81aae44
Merge branch 'v1.3.x' into master-upmerge-v1.3.x
by David Garcia Quintas
· 8 years ago
97106a7
Removed 3rd party dep on thrift
by David Garcia Quintas
· 8 years ago
c090c61
Merge pull request #10644 from MakMukhi/master
by MakMukhi
· 8 years ago
79ec0ff
Increase portability of CMakeLists.txt
by Mehrdad Afshari
· 8 years ago
8d76ab8
Merge pull request #10735 from kpayson64/fix_php_1_3
by kpayson64
· 8 years ago
91eb28f
Update to avoid ubsan failure
by Craig Tiller
· 8 years ago
41d68a2
Merge pull request #10718 from makdharma/cares_osx_bazel
by makdharma
· 8 years ago
8ab2df1
Fix PHP interop tests
by Ken Payson
· 8 years ago
2aa1943
c-ares mingw32 support
by Yuchen Zeng
· 8 years ago
72c4d00
fix bazel build for osx
by Makarand Dharmapurikar
· 8 years ago
b702ce2
Fix PHP interop tests
by Ken Payson
· 8 years ago
f928376
updated gtest.BUILD to include gmock
by Mahak Mukhi
· 8 years ago
13d85d4
rectify issues
by Mahak Mukhi
· 8 years ago
81b5d26
fix conflicts
by Mahak Mukhi
· 8 years ago
1383895
Initial commit: Auto-generate GMOCK code for client stub.
by Mahak Mukhi
· 8 years ago
975b510
Fix build on Alpine linux + add portability tests
by Ken Payson
· 8 years ago
8e0684b
Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelness
by Nicolas "Pixel" Noble
· 8 years ago
9bc0d82
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
by Yuchen Zeng
· 8 years ago
2c97708
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
by Yuchen Zeng
· 8 years ago
af11581
Merge github.com:grpc/grpc into cpp_bazelness
by Craig Tiller
· 8 years ago
7c1aafb
Revert "Fix flaky use-after-free in udp_server"
by Yang Gao
· 8 years ago
73c3354
Merge pull request #10015 from rjshade/use_after_free
by Robbie Shade
· 8 years ago
9cf08b6
Fix flaky use-after-free in udp_server
by Robbie Shade
· 8 years ago
fddb01d
upgrade third_party/protobuf to 3.2.0
by Jan Tattermusch
· 8 years ago
bf515b6
Merge github.com:grpc/grpc into cpp_bazelness
by Craig Tiller
· 8 years ago
defc696
Merge pull request #9774 from sreecha/surface_test_bazel
by Sree Kuchibhotla
· 8 years ago
63852c9
Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x
by Michael Lumish
· 8 years ago
43bca1b
Add BUILD file for end2end tests too
by Sree Kuchibhotla
· 8 years ago
e9932d4
add gflags to bazel
by David Garcia Quintas
· 8 years ago
b59b6b5
Add missing file
by Craig Tiller
· 8 years ago
05fbe3c
Get gtest building with Bazel, add first test in test/cpp/common/BUILD
by Craig Tiller
· 8 years ago
32df85c
Export LICENSE.txt in //third_party/nanopb
by Jonathan Hseu
· 8 years ago
e00d63f
Merge remote-tracking branch 'google/v1.1.x'
by Nicolas "Pixel" Noble
· 8 years ago
86d2115
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
by Yuchen Zeng
· 8 years ago
bb2e8af
Move bidirectional_stream_c.h back to third_party/objective_c/Cronet
by Muxi Yan
· 8 years ago
299fa6e
revert update of rake-compiler for lack of effect
by Alexander Polcyn
· 8 years ago
a1fa5a3
fix missing static ruby lib on 2.4.0
by Alexander Polcyn
· 8 years ago
1b587f1
update rake-compiler Dockerfile to build for ruby 2.4.0
by Alexander Polcyn
· 8 years ago
e38698e
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
by Yuchen Zeng
· 8 years ago
c09fd8c
Update c-ares to 1.12.0
by Yuchen Zeng
· 8 years ago
d27945e
Remove third_party/c-ares
by Yuchen Zeng
· 8 years ago
4c702ed
Add bazel build rule for c-ares
by Yuchen Zeng
· 8 years ago
b39942f
Update boringssl to latest chromium-stable
by Stanley Cheung
· 8 years ago
e02cbeb
Merge remote-tracking branch 'upstream/master' into cares_buildin
by Yuchen Zeng
· 8 years ago
1985a62
upgrade third_party/gflags to v2.2.0
by Jan Tattermusch
· 8 years ago
04ec470
Merge remote-tracking branch 'upstream/master' into cares_buildin
by Yuchen Zeng
· 8 years ago
217548d
Merge remote-tracking branch 'upstream/master' into change_cronet_interface
by Muxi Yan
· 8 years ago
f9445d0
Boringssl will need duplication for now.
by Nicolas "Pixel" Noble
· 8 years ago
203860a
Merge remote-tracking branch 'google/master' into bazel-take-2
by Nicolas "Pixel" Noble
· 8 years ago
0622e93
Merge branch 'master' into change_cronet_interface
by Muxi Yan
· 8 years ago
ff31121
Renamed google_benchmark submodule to benchmark
by David Garcia Quintas
· 8 years ago
d101e14
Revert "Renamed google_benchmark submodule to benchmark"
by Mark D. Roth
· 8 years ago
a0ed373
Change interface
by Garrett Casto
· 8 years ago
7d03df3
Renamed google_benchmark submodule to benchmark
by David Garcia Quintas
· 8 years ago
bd36354
Merge remote-tracking branch 'upstream/master' into cares_buildin
by Yuchen Zeng
· 8 years ago
d3cd017
Initial google_benchmark integration: source changes
by Craig Tiller
· 8 years ago
Next »