Commit Graph

17706 Commits

Author SHA1 Message Date
Yuchen Zeng 7ef54b662f Fix sed failure on mac 2016-08-15 13:46:59 -07:00
Yuchen Zeng 979937315f Try to fix clang3.6+ build 2016-08-12 14:17:48 -07:00
Yuchen Zeng f914c1d970 Add walkaround for github.com/c-ares/c-ares/issues/44 2016-08-12 13:49:33 -07:00
Yuchen Zeng b1b2115a26 Fix ruby build 2016-08-12 11:27:30 -07:00
Yuchen Zeng 42a6c267c5 Fix c and python build on mac os 2016-08-11 22:43:55 -07:00
Yuchen Zeng f64bf28e87 Build c-ares without running ./configure 2016-08-11 21:21:59 -07:00
Yuchen Zeng d790dd6a5c Fix python build 2016-08-11 17:32:50 -07:00
Yuchen Zeng 2fbf6fd3d8 Merge remote-tracking branch 'upstream/master' into cares_csharp 2016-08-11 01:09:14 -07:00
Yuchen Zeng 839fff5df0 Try to solve csharp build issue on mac 2016-08-11 01:07:46 -07:00
Yuchen Zeng d56124cb66 Fix csharp on mac os 2016-08-10 21:23:09 -07:00
David G. Quintas 2c779d64db Merge pull request #7675 from y-zeng/AF_unix_so_reuseport
Disable SO_REUSEPORT for AF_UNIX
2016-08-10 12:14:53 -07:00
David G. Quintas e49a001727 Merge pull request #7692 from dgquintas/remove_fault_grpclb_dupe
Removed duplicated dependency for grpclb
2016-08-10 12:13:46 -07:00
Yuchen Zeng db53cc0961 Fix node test 2016-08-10 05:04:53 -07:00
Yuchen Zeng b48000c7a7 Fix sanity issues, try to fix node build 2016-08-09 22:44:23 -07:00
Yuchen Zeng d284493a63 Fix asan issue, ignore invalid-source-encoding warning when building c-ares with clang 2016-08-09 21:09:12 -07:00
David Garcia Quintas 5d8d661b95 Removed duplicated dependency for grpclb 2016-08-09 19:50:27 -07:00
Yuchen Zeng 8917aecf56 Fix api_fuzzer failure, add proper cleanup 2016-08-09 18:41:31 -07:00
David G. Quintas 5e193cbaca Merge pull request #7686 from dgquintas/better_docs
Improved some docstrings for grpc_call creation
2016-08-09 18:24:20 -07:00
makdharma 2f24f497c4 Merge pull request #7680 from muxi/fix-objc-jenkins-test
Extend the deadline of objc-examples-build to 30 minutes
2016-08-09 15:47:51 -07:00
David Garcia Quintas 15eba13927 Improved some docstrings for grpc_call creation 2016-08-09 15:20:48 -07:00
Nicolas Noble 328f7bfe18 Merge pull request #7677 from HuKeping/case
Use DBC case instead of SBC case
2016-08-09 14:20:49 -07:00
Vijay Pai 2e9582f8dd Merge pull request #7678 from fr05t1k/master
Doc fix
2016-08-09 14:10:02 -05:00
Yuchen Zeng 459480bc14 Fix ares_library_init msan issue 2016-08-09 11:40:26 -07:00
Muxi Yan 58c0615c1d Extend the deadline of objc-examples-build to 30 minutes 2016-08-09 11:02:53 -07:00
Nicolas Noble bdec157862 Merge pull request #7128 from daniel-j-born/server_clone_fix
Set siblings for server clones properly.
2016-08-09 10:57:39 -07:00
Vijay Pai 3e104bbe5c Merge pull request #7676 from vjpai/chttp2_allocation_reduction
Remove an unnecessary error allocation from chttp2
2016-08-09 07:12:24 -05:00
Stanislav 13fa379693 Update README.md 2016-08-09 16:00:59 +07:00
HuKeping e84d242ed4 Use DBC case instead of SBC case
Signed-off-by: Hu Keping <hukeping@huawei.com>
2016-08-09 15:26:37 +08:00
Vijay Pai 40160d17a8 clang-format 2016-08-08 22:55:16 -07:00
Vijay Pai 2d33d78ac5 Proxy for @ghemawat: Removed an unnecessary error allocation from chttp2 code. 2016-08-09 00:51:42 -05:00
Yuchen Zeng 2414bbb9e7 Disable SO_REUSEPORT at prepare_socket() for unix sockets 2016-08-08 21:22:54 -07:00
Yuchen Zeng d745a6f682 Disable SO_REUSEPORT for UNIX socket 2016-08-08 20:44:36 -07:00
Yuchen Zeng 0c519e00fb Regenerate Makefile 2016-08-08 17:28:08 -07:00
Yuchen Zeng 7a2c4d8927 Merge remote-tracking branch 'upstream/master' into cares 2016-08-08 17:24:47 -07:00
Yuchen Zeng a418ed2ddb clang format 2016-08-08 17:24:33 -07:00
Yuchen Zeng 9396ee496b Support grpc_custermized_resolve_address 2016-08-08 14:35:06 -07:00
Yuchen Zeng ad3b39a0a7 Fix windows build issue 2016-08-08 14:19:22 -07:00
Yuchen Zeng 10c1d5af31 Add grpc_customized_resolve_address 2016-08-08 14:19:21 -07:00
Yuchen Zeng 85750b08f2 Separate event driver from ares wrapper 2016-08-08 14:18:51 -07:00
Yuchen Zeng f0cb609e21 Fix implicit conversion 2016-08-08 01:38:30 -07:00
Yuchen Zeng d79f92afcf Fix multi-core build issue 2016-08-08 01:18:32 -07:00
Yuchen Zeng 78f9f94a81 Try fixing the ares_build.h generation issue 2016-08-05 18:21:57 -07:00
kpayson64 50be893eba Merge pull request #6915 from markdroth/filter_api
Implement C++ API for defining channel filters.
2016-08-05 15:11:18 -07:00
kpayson64 220d14e020 Merge pull request #7625 from thunderboltsid/python-test-fix
Fix the ThreadPoolExecutor: max_workers can't be 0 in _channel_connectivity_test and _channel_ready_future_test
2016-08-05 15:09:31 -07:00
Nicolas Noble 4b230eaaaa Merge pull request #7653 from nicolasnoble/fix-interop-go
Hopefully fixing #7639.
2016-08-05 12:25:46 -07:00
Nicolas "Pixel" Noble 30f809556f Reducing diff. 2016-08-05 21:01:53 +02:00
Nicolas "Pixel" Noble 45fa6323db That won't work properly. Falling back on fixing the list of dependencies. 2016-08-05 20:19:24 +02:00
Nicolas "Pixel" Noble ba02ee1adc Using the interop dependencies instead. 2016-08-05 20:12:22 +02:00
Yuchen Zeng 1e4c44bfe6 Check in c_ares/dns_resolver.c 2016-08-05 10:54:59 -07:00
Yuchen Zeng 43b4bfd02b Revert unnecessary changes 2016-08-05 10:47:10 -07:00