Yuchen Zeng
d56124cb66
Fix csharp on mac os
9 years ago
Yuchen Zeng
db53cc0961
Fix node test
9 years ago
Yuchen Zeng
b48000c7a7
Fix sanity issues, try to fix node build
9 years ago
Yuchen Zeng
d284493a63
Fix asan issue, ignore invalid-source-encoding warning when building c-ares with clang
9 years ago
Yuchen Zeng
8917aecf56
Fix api_fuzzer failure, add proper cleanup
9 years ago
David Garcia Quintas
15eba13927
Improved some docstrings for grpc_call creation
9 years ago
Yuchen Zeng
459480bc14
Fix ares_library_init msan issue
9 years ago
Vijay Pai
40160d17a8
clang-format
9 years ago
Vijay Pai
2d33d78ac5
Proxy for @ghemawat : Removed an unnecessary error allocation from chttp2 code.
9 years ago
Yuchen Zeng
2414bbb9e7
Disable SO_REUSEPORT at prepare_socket() for unix sockets
9 years ago
Yuchen Zeng
d745a6f682
Disable SO_REUSEPORT for UNIX socket
9 years ago
Yuchen Zeng
a418ed2ddb
clang format
9 years ago
Yuchen Zeng
9396ee496b
Support grpc_custermized_resolve_address
9 years ago
Yuchen Zeng
ad3b39a0a7
Fix windows build issue
9 years ago
Yuchen Zeng
10c1d5af31
Add grpc_customized_resolve_address
9 years ago
Yuchen Zeng
85750b08f2
Separate event driver from ares wrapper
9 years ago
Yuchen Zeng
f0cb609e21
Fix implicit conversion
9 years ago
Yuchen Zeng
d79f92afcf
Fix multi-core build issue
9 years ago
Yuchen Zeng
1e4c44bfe6
Check in c_ares/dns_resolver.c
9 years ago
Yuchen Zeng
43b4bfd02b
Revert unnecessary changes
9 years ago
Yuchen Zeng
d4bbfc7dcf
Implement c-ares based dns resolver
9 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.
9 years ago
Mark D. Roth
00e9c3bb3b
clang-format
9 years ago
Mark D. Roth
3b4f99549d
Update destroy_call_elem args from merge.
9 years ago
Vitaly Buka
e60003d4f9
Fix stack use after scope in call.c
...
AddressSanitizer detects stack-use-after-scope bug.
This means that variable was used at a point when compiler assume that it's
dead.
Here compression_md lifetime is limited by switch scope. However implementation
of execute_op blow access it outside the scope.
9 years ago
David Garcia Quintas
d9cee6f2ac
moar clang-format
9 years ago
David Garcia Quintas
8eec9ec6af
Changed census static metadata keys for tracing and tag propagation
9 years ago
Muxi Yan
c44f619984
Bug fix on error suppression and comment
9 years ago
David Garcia Quintas
54fe31a779
clang-format
9 years ago
David Garcia Quintas
740759e523
fixed premature destruction of lb_client
9 years ago
Muxi Yan
d915c6e28a
Suppress warning in all libraries whose names starting with gRPC-Core
9 years ago
Jorge Canizales
9e83d7ef0f
Fix local server tests & exceptions tests
9 years ago
David Garcia Quintas
a0e278ee3f
fw-declare struct properly
9 years ago
Muxi Yan
b9be58ee5a
Use dedicated build configuration 'Cronet' for the new target
9 years ago
Jan Tattermusch
1c0f30c4a8
fix conditional compilation for netcoreapp1.0 projects
9 years ago
Jorge Canizales
32fde7af29
Better names for the methods to clear all host settings
9 years ago
David Garcia Quintas
8d48911faa
added some separating comments
9 years ago
David Garcia Quintas
4166cb06ea
Addressed the rest of the PR comments
9 years ago
Jorge Canizales
4bb2eb2241
Reset all host configs *before* setting what we need
...
Not after :) This fixes the local server tests failing to SSL handshake.
9 years ago
Nicolas "Pixel" Noble
3260a1731a
Bumping to 1.0.0-pre2.
9 years ago
David Garcia Quintas
6531826a56
Reordered lines in grpclb.c for readability
9 years ago
Stanley Cheung
c1f25fb199
php: missed a macro;
9 years ago
Stanley Cheung
d083c148a2
php: missed a macro
9 years ago
Jan Tattermusch
3fc8c8a9ff
regenerate
9 years ago
Muxi Yan
f8372c607a
Minor revisions
9 years ago
Vijay Pai
8f76df40a9
Some compilers don't like big stack frames. There is no need
...
for this to be a power of 2, so let's just shrink it a little.
9 years ago
Jorge Canizales
4da5fd0728
Document
9 years ago
Jorge Canizales
ec0743e612
Leave improving the error message as a TODO
9 years ago
Alex Polcyn
40e8486573
compare test config as objects instead of strings
9 years ago
Jorge Canizales
6af4addd55
Let override default response size limit
...
Still missing: Catch the C-library error to improve the error message.
9 years ago