Yuchen Zeng
d56124cb66
Fix csharp on mac os
8 years ago
Yuchen Zeng
db53cc0961
Fix node test
8 years ago
Yuchen Zeng
b48000c7a7
Fix sanity issues, try to fix node build
8 years ago
Yuchen Zeng
d284493a63
Fix asan issue, ignore invalid-source-encoding warning when building c-ares with clang
8 years ago
Yuchen Zeng
8917aecf56
Fix api_fuzzer failure, add proper cleanup
8 years ago
Yuchen Zeng
459480bc14
Fix ares_library_init msan issue
8 years ago
Yuchen Zeng
0c519e00fb
Regenerate Makefile
8 years ago
Yuchen Zeng
7a2c4d8927
Merge remote-tracking branch 'upstream/master' into cares
8 years ago
Yuchen Zeng
a418ed2ddb
clang format
8 years ago
Yuchen Zeng
9396ee496b
Support grpc_custermized_resolve_address
8 years ago
Yuchen Zeng
ad3b39a0a7
Fix windows build issue
8 years ago
Yuchen Zeng
10c1d5af31
Add grpc_customized_resolve_address
8 years ago
Yuchen Zeng
85750b08f2
Separate event driver from ares wrapper
8 years ago
Yuchen Zeng
f0cb609e21
Fix implicit conversion
8 years ago
Yuchen Zeng
d79f92afcf
Fix multi-core build issue
8 years ago
Yuchen Zeng
78f9f94a81
Try fixing the ares_build.h generation issue
8 years ago
kpayson64
50be893eba
Merge pull request #6915 from markdroth/filter_api
...
Implement C++ API for defining channel filters.
8 years ago
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
8 years ago
Nicolas Noble
4b230eaaaa
Merge pull request #7653 from nicolasnoble/fix-interop-go
...
Hopefully fixing #7639 .
8 years ago
Nicolas "Pixel" Noble
30f809556f
Reducing diff.
8 years ago
Nicolas "Pixel" Noble
45fa6323db
That won't work properly. Falling back on fixing the list of dependencies.
8 years ago
Nicolas "Pixel" Noble
ba02ee1adc
Using the interop dependencies instead.
8 years ago
Yuchen Zeng
1e4c44bfe6
Check in c_ares/dns_resolver.c
8 years ago
Yuchen Zeng
43b4bfd02b
Revert unnecessary changes
8 years ago
Yuchen Zeng
bb36cebc1d
Merge remote-tracking branch 'upstream/master' into cares
8 years ago
Nicolas "Pixel" Noble
fb1a318b6f
Hopefully fixing #7639 .
8 years ago
Yuchen Zeng
d4bbfc7dcf
Implement c-ares based dns resolver
8 years ago
Nicolas Noble
ffbfd01049
Merge pull request #7447 from nicolasnoble/interop_server_split
...
Splitting out interop's server helper.
8 years ago
Nicolas "Pixel" Noble
5af33e925a
Forgot one file
8 years ago
Nicolas "Pixel" Noble
ca1558753a
Merge branch 'master' of https://github.com/grpc/grpc into interop_server_split
8 years ago
Nicolas Noble
f14effb6e4
Merge pull request #7626 from nicolasnoble/manual-upmerge-after-version-bump
...
Manual upmerge after version bump.
8 years ago
siddharthshukla
de84d566b8
Fix the ThreadPoolExecutor: max_workers can't be 0
...
Add a RecordingThreadPool that inherits from Executor, contains a
ThreadPoolExecutor and has an extra method 'was_used' to indicate if
submit method was ever called i.e. if the thread pool was ever used.
8 years ago
Nicolas "Pixel" Noble
229b1619f0
Merge branch 'v1.0.x' of https://github.com/grpc/grpc
...
Conflicts:
CMakeLists.txt
Makefile
build.yaml
package.json
src/core/lib/surface/version.c
src/csharp/Grpc.Auth/project.json
src/csharp/Grpc.Core/VersionInfo.cs
src/csharp/Grpc.Core/project.json
src/csharp/Grpc.HealthCheck/project.json
src/csharp/build_packages.bat
src/node/health_check/package.json
src/node/tools/package.json
src/python/grpcio/grpc_version.py
src/python/grpcio_health_checking/grpc_version.py
src/python/grpcio_tests/grpc_version.py
src/ruby/lib/grpc/version.rb
src/ruby/tools/version.rb
tools/distrib/python/grpcio_tools/grpc_version.py
tools/doxygen/Doxyfile.c++
tools/doxygen/Doxyfile.c++.internal
tools/doxygen/Doxyfile.core
tools/doxygen/Doxyfile.core.internal
8 years ago
Mark D. Roth
00e9c3bb3b
clang-format
8 years ago
Nicolas Noble
eedc335580
Merge pull request #5803 from nicolasnoble/what-the-fuzz
...
Fixing json parsing issues detected by libfuzz.
8 years ago
Jorge Canizales
86ea627270
Merge pull request #7572 from jcanizales/p0-4MB-should-be-more-than-enough-for-everybody
...
Let override default response size limit
8 years ago
kpayson64
1e6e21b745
Merge pull request #7619 from dgquintas/fix_grpclbtest
...
deflake grpclb_test
8 years ago
David Garcia Quintas
5d96056293
regenerated projects
8 years ago
David Garcia Quintas
e60ae9c967
deflake grpclb_test
8 years ago
Muxi Yan
d924b01482
Merge pull request #7554 from muxi/fix-cronet-interop-test
...
Fix Objective-C test pods for Cronet tests
8 years ago
kpayson64
5e1fbd2061
Merge pull request #7370 from rjshade/move_timeout_encoding
...
Move timeout_encoding to core/lib/transport
8 years ago
Nicolas Noble
eef2887783
Merge pull request #7254 from nicolasnoble/gcloud-no-image-aliases
...
Stop using image aliases, as this is getting deprecated.
8 years ago
Nicolas Noble
cc752a3c3b
Merge pull request #7618 from dgquintas/v1.0.x
...
Backport of "added windows to INSTALL.md"
8 years ago
Nicolas Noble
b21227101c
Merge pull request #7587 from dgquintas/install_docs
...
added windows to INSTALL.md
8 years ago
Nicolas Noble
ac7f0bd856
Merge pull request #7587 from dgquintas/install_docs
...
added windows to INSTALL.md
8 years ago
David Garcia Quintas
d47d03f6b6
corrected typo
8 years ago
Mark D. Roth
3b4f99549d
Update destroy_call_elem args from merge.
8 years ago
Nicolas "Pixel" Noble
18c71117b0
Merge branch 'master' of https://github.com/grpc/grpc into what-the-fuzz
8 years ago
Mark D. Roth
85c1168d17
Merge remote-tracking branch 'upstream/master' into filter_api
8 years ago
Nicolas Noble
5c3877e70f
Merge pull request #7520 from thunderboltsid/update-gitignore
...
Update .gitignore to include .idea folder
8 years ago