Craig Tiller
|
d216440934
|
Switch to no-barrier loads + full barrier cas-s to solve ABA problem
|
8 years ago |
Yuchen Zeng
|
d6b4985de0
|
Fix uv, cmake, bazel build
|
8 years ago |
Alexander Polcyn
|
4e606751db
|
add end2end tests to formatter and adjust to formatter
|
8 years ago |
Alexander Polcyn
|
b862b6ae20
|
use RTEST with channel watch arg to capture larger set of truthy args
|
8 years ago |
Yuchen Zeng
|
15618625ed
|
Turn off c_ares resolver by default
|
8 years ago |
Nathaniel Manista
|
bb7484cee7
|
Update tests to current gRPC code elements
|
8 years ago |
Yuchen Zeng
|
e5230b7f2e
|
Use the combiner from client_channel
|
8 years ago |
Yuchen Zeng
|
8c87db0ddd
|
Add TODOs to track unimplmented features
|
8 years ago |
Yuchen Zeng
|
4a769943dd
|
Use zalloc in c-ares resolver
|
8 years ago |
Yuchen Zeng
|
9bc0d8200e
|
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
|
8 years ago |
Yuchen Zeng
|
cabb1517e5
|
Update with the client channel combiner change
|
8 years ago |
Yuchen Zeng
|
2c977084c8
|
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
|
8 years ago |
Muxi Yan
|
59660e5570
|
Add supprot of processing trailer-only response in cronet_transport.c
|
8 years ago |
Yuchen Zeng
|
dc6b569d97
|
Print debug info
|
8 years ago |
Yuchen Zeng
|
d10749251c
|
Update with combiner API
|
8 years ago |
Yuchen Zeng
|
f39cf46842
|
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
|
8 years ago |
kpayson64
|
252205cef8
|
Merge pull request #10022 from kpayson64/resource_exauhsted
Add max_requests argument to server
|
8 years ago |
Vijay Pai
|
18de3d7239
|
Make changes suggested by Mark, make this pass sanity
|
8 years ago |
Yuchen Zeng
|
cb2f3f6ba6
|
Downgrade error severity to INFO when failing to add a listener
|
8 years ago |
Craig Tiller
|
ca3154d7c8
|
Make repro more repro-able
|
8 years ago |
Craig Tiller
|
78058b71aa
|
Make repro more repro-able
|
8 years ago |
Muxi Yan
|
780cf2a9c1
|
Fix that there is no :status header in the case of trailer-only failure reply
|
8 years ago |
Muxi Yan
|
3c3093cbed
|
Fix that there is no :status header in the case of trailer-only failure reply
|
8 years ago |
Craig Tiller
|
0d033b51ce
|
Test exposing TSAN race
Isolated to ev_epoll_linux code
Run with (on Linux):
```
tools/run_tests/run_tests.py -l c -c tsan -r ev_epoll -n inf -S --force_default_poller
```
|
8 years ago |
Muxi Yan
|
0aea920579
|
Add compression support to cronet transport
|
8 years ago |
ncteisen
|
257d4d6838
|
Regenerate project
|
8 years ago |
ncteisen
|
0d11361820
|
Add error ownership doc
|
8 years ago |
Yuchen Zeng
|
40a947ef93
|
Merge pull request #9889 from y-zeng/channel_arg
Destroy pointer args when destructing a ChannelArguments
|
8 years ago |
Yuchen Zeng
|
289bc21585
|
Merge pull request #9995 from y-zeng/cpu_test
Avoid repetitive division calculations
|
8 years ago |
Makarand Dharmapurikar
|
25e78e3213
|
removed unnecessary includes
|
8 years ago |
Makarand Dharmapurikar
|
c2a8a8f5c2
|
addressed review feedback
using new grpc_build_system, and cleaned up typos.
|
8 years ago |
Yuchen Zeng
|
d9efa4a5fd
|
Merge pull request #10123 from y-zeng/android
Fix android build
|
8 years ago |
Mark D. Roth
|
f3792b2024
|
Merge remote-tracking branch 'upstream/master' into remove_initial_connect_string
|
8 years ago |
Mark D. Roth
|
11c57e89e5
|
Merge pull request #10165 from markdroth/proxy_mapper_init_fix
Fix proxy mapper initialization to work with third-party plugins.
|
8 years ago |
Mark D. Roth
|
a340987ec4
|
Merge pull request #10179 from markdroth/proxy_mapper_channel_arg_fix
Also override subchannel address in channel args when proxy mapper is used.
|
8 years ago |
Ken Payson
|
39a5932097
|
Add max_requests argument to server
If the server is already serving max requests, return RESOURCE_EXHAUSTED
|
8 years ago |
Vijay Pai
|
14ea772bfd
|
Explain combiner
|
8 years ago |
Craig Tiller
|
8c7444576f
|
Fix tracking of writes: we dont need TrackCounters for bm_fullstack since the fixture does it
|
8 years ago |
Mark D. Roth
|
693d2b48ab
|
Merge remote-tracking branch 'upstream/master' into retry_throttle
|
8 years ago |
Mark D. Roth
|
fecba535d9
|
Switch to using a CAS loop to update the token value.
|
8 years ago |
Yang Gao
|
18f5b66b94
|
Merge pull request #10090 from rjshade/add_test_flags
Add test feature flags
|
8 years ago |
kpayson64
|
b4121cad15
|
Merge pull request #10188 from kpayson64/another_gil_fix
Initialize GIL at startup
|
8 years ago |
Mark D. Roth
|
d2304d9702
|
Merge remote-tracking branch 'upstream/master' into proxy_mapper_init_fix
|
8 years ago |
Muxi Yan
|
021fa52582
|
Merge pull request #10157 from muxi/advance-protoc-version
Advance ProtoCompiler version and fix podspecs
|
8 years ago |
Eric Gribkoff
|
01deb9d748
|
add hyper to Dockerfile.template
|
8 years ago |
Eric Gribkoff
|
2f59cf2dc3
|
move health check to just before running test cases
|
8 years ago |
Eric Gribkoff
|
246c0eee33
|
delay health check, increase timeout
|
8 years ago |
Eric Gribkoff
|
6ce6166bd0
|
reenable health check, disable other interop tests
|
8 years ago |
Eric Gribkoff
|
f9d0804daa
|
disable wait for healthy
|
8 years ago |
Eric Gribkoff
|
92a5d28a4c
|
increase wait for healthy timeout
|
8 years ago |