Craig Tiller
33b51aaa75
revert protobuf change
2017-08-29 14:11:53 -07:00
murgatroid99
882ba60fcb
Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmerge
2017-07-06 10:15:11 -07:00
Nicolas Noble
c4f85b78f3
Merge pull request #11474 from makdharma/cares_fix
...
fixes #11473
2017-06-27 17:01:39 -07:00
apolcyn
59c232c904
Merge pull request #11404 from apolcyn/fix_ruby_glibc_upgrade
...
Redefine fd_set macros for compatibilty with older glibc
2017-06-16 19:55:32 -07:00
Ken Payson
f8d6fb7a94
Update boringssl
2017-06-15 17:35:58 -07:00
Makarand Dharmapurikar
1d8e46559b
fixes #11473
2017-06-12 13:18:17 -07:00
Alexander Polcyn
c3735cbe90
hack to reimplement FDS macros
2017-06-05 12:39:37 -07:00
Alexander Polcyn
4616dd0685
dont use clock_gettime in grpc compatibiltiy mode
2017-06-03 13:51:07 -07:00
Matt Kwong
a538fba0ea
Undo downgrade of Protobuf submodule
2017-05-19 16:09:58 -07:00
Yong Ni
b2e4bfa1ef
Merge matrix feature branch into master.
...
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.
2017-05-19 09:01:24 -07:00
Ken Payson
029090628d
Upgrade protobuf to 3.3.0
2017-05-08 12:18:12 -07:00
David Garcia Quintas
81aae44858
Merge branch 'v1.3.x' into master-upmerge-v1.3.x
2017-04-28 14:37:17 -07:00
David Garcia Quintas
97106a7ef2
Removed 3rd party dep on thrift
2017-04-28 13:11:11 -07:00
MakMukhi
c090c619c1
Merge pull request #10644 from MakMukhi/master
...
Added unit testing support.
2017-04-24 16:36:40 -07:00
Mehrdad Afshari
79ec0ff542
Increase portability of CMakeLists.txt
...
- Update CMakeLists.txt (original template and generated code)
to prevent forcefully linking `dl` on all UNIX platforms,
and rely on `${CMAKE_DL_LIBS}` portable variable instead.
- Do not try linking against `librt` on macOS.
- Add a `config_freebsd` directory containing the header file
generated by the `configure` script for the `ares` library.
2017-04-20 14:33:13 -07:00
kpayson64
8d76ab89a3
Merge pull request #10735 from kpayson64/fix_php_1_3
...
Fix PHP interop tests
2017-04-19 21:11:25 -07:00
Craig Tiller
91eb28f6bc
Update to avoid ubsan failure
2017-04-19 15:24:59 -07:00
makdharma
41d68a20d3
Merge pull request #10718 from makdharma/cares_osx_bazel
...
fix bazel build for osx
2017-04-19 10:44:19 -07:00
Ken Payson
8ab2df145d
Fix PHP interop tests
2017-04-19 10:41:40 -07:00
Yuchen Zeng
2aa194329b
c-ares mingw32 support
2017-04-18 15:21:40 -07:00
Makarand Dharmapurikar
72c4d00019
fix bazel build for osx
...
add config setting for building c-ares on osx
2017-04-18 14:51:43 -07:00
Ken Payson
b702ce2117
Fix PHP interop tests
2017-04-18 14:29:57 -07:00
Mahak Mukhi
f928376895
updated gtest.BUILD to include gmock
2017-04-16 21:06:11 -07:00
Mahak Mukhi
13d85d499a
rectify issues
2017-04-13 13:41:51 -07:00
Mahak Mukhi
81b5d26b93
fix conflicts
2017-04-12 17:21:01 -07:00
Mahak Mukhi
1383895b76
Initial commit: Auto-generate GMOCK code for client stub.
2017-04-08 15:43:07 -07:00
Ken Payson
975b5103e5
Fix build on Alpine linux + add portability tests
2017-04-06 13:39:35 -07:00
Nicolas "Pixel" Noble
8e0684b5d4
Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelness
2017-03-27 18:50:04 +02:00
Yuchen Zeng
9bc0d8200e
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
2017-03-17 16:00:17 -07:00
Yuchen Zeng
2c977084c8
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
2017-03-17 15:57:23 -07:00
Craig Tiller
af11581260
Merge github.com:grpc/grpc into cpp_bazelness
2017-03-09 15:09:34 -08:00
Yang Gao
7c1aafb3f9
Revert "Fix flaky use-after-free in udp_server"
2017-03-07 14:07:53 -08:00
Robbie Shade
73c33541b5
Merge pull request #10015 from rjshade/use_after_free
...
Fix flaky use-after-free in udp_server
2017-03-07 13:54:30 -05:00
Robbie Shade
9cf08b6bea
Fix flaky use-after-free in udp_server
2017-03-07 13:53:24 -05:00
Jan Tattermusch
fddb01d537
upgrade third_party/protobuf to 3.2.0
2017-03-07 13:00:18 +01:00
Craig Tiller
bf515b6f7f
Merge github.com:grpc/grpc into cpp_bazelness
2017-02-24 16:23:50 -08:00
Sree Kuchibhotla
defc69670a
Merge pull request #9774 from sreecha/surface_test_bazel
...
Bazel BUILD files tests under `test/core/surface` and `test/cpp/end2end`
2017-02-24 10:46:54 -08:00
Michael Lumish
63852c933b
Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x
...
Upmerge from 1.1.x
2017-02-23 14:39:37 -08:00
Sree Kuchibhotla
43bca1be48
Add BUILD file for end2end tests too
2017-02-22 16:37:27 -08:00
David Garcia Quintas
e9932d4744
add gflags to bazel
2017-02-17 16:50:23 -08:00
Craig Tiller
b59b6b533f
Add missing file
2017-02-17 15:25:09 -08:00
Craig Tiller
05fbe3c518
Get gtest building with Bazel, add first test in test/cpp/common/BUILD
2017-02-17 13:27:21 -08:00
Jonathan Hseu
32df85cfab
Export LICENSE.txt in //third_party/nanopb
2017-02-14 16:03:55 -08:00
Nicolas "Pixel" Noble
e00d63f3ea
Merge remote-tracking branch 'google/v1.1.x'
2017-02-13 23:37:17 +01:00
Yuchen Zeng
86d2115553
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
2017-02-01 16:12:08 -08:00
Muxi Yan
bb2e8af0b0
Move bidirectional_stream_c.h back to third_party/objective_c/Cronet
2017-01-31 16:02:04 -08:00
Alexander Polcyn
299fa6ee02
revert update of rake-compiler for lack of effect
2017-01-30 19:27:50 +01:00
Alexander Polcyn
a1fa5a3381
fix missing static ruby lib on 2.4.0
2017-01-30 19:27:39 +01:00
Alexander Polcyn
1b587f1705
update rake-compiler Dockerfile to build for ruby 2.4.0
2017-01-30 19:24:02 +01:00
Yuchen Zeng
e38698e5bd
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
2017-01-23 17:19:53 -08:00