Muxi Yan
b4478ff264
Comment
8 years ago
Craig Tiller
25909c4660
Merge pull request #10220 from ctiller/fuzzingmac
...
Make fuzzers run on mac (but not on mac on jenkins)
8 years ago
Craig Tiller
7c050ea8c6
Merge pull request #10102 from ctiller/fuzzing-long
...
Fix fuzzing detected error: stack overflow in hpack parser
8 years ago
Alexander Polcyn
3e30832cca
bump v1.2.x branch to 1.2.1-pre1
8 years ago
Makarand Dharmapurikar
2c19723e66
updated monitoring.proto
...
Also changed the name of stats attr to 'data-stats' to be more html5
compliant.
8 years ago
Ken Payson
34e9194452
Make enum34 only required for Python 2.7
8 years ago
David G. Quintas
e2cfe9df79
Merge pull request #10224 from dgquintas/v1.2.x
...
Going for 1.2.0
8 years ago
Yuchen Zeng
513aa6cbfd
Use _locked functions in dns_ares_resolver_vtable
8 years ago
Muxi Yan
eb6f20128a
Improvement on reading compression byt
8 years ago
Makarand Dharmapurikar
b239da9ab3
removed multiple allocs, refactored b64 encoder
...
Added new api to b64.h for directly encoding to memory.
Using slice_sub instead of string operations for separating
path from query.
8 years ago
David Garcia Quintas
69e5a28635
Going for 1.2.0
8 years ago
Nathaniel Manista
496734412b
Merge pull request #10212 from nathanielmanistaatgoogle/update-tests
...
Update tests to current gRPC code elements.
8 years ago
Yuxuan Li
8d00f52d5b
fix EnsureInitialMetadataSent type casting
8 years ago
Yuchen Zeng
c75bbf287d
Fix cmake build on linux
8 years ago
Yuxuan Li
0574b58869
merge master and fix conflict on bm_fullstack
8 years ago
Yuxuan Li
b39eeac79e
merge init_ops, writes_done_ops and write_ops
8 years ago
Yuchen Zeng
f9c910f715
Merge pull request #10207 from y-zeng/tcp_server_severity
...
Downgrade error severity to INFO when failing to add a listener
8 years ago
Makarand Dharmapurikar
366c9c5aaa
using URI query to communicate payload
...
When using GET verb, the request payload is now communicated as a base64
encoded string in the query parameter. Deleted the code that wrote/read
a custom header field (payload-bin), since caches don't consider this
field when looking for a cache hit.
8 years ago
Craig Tiller
2b4a040d40
Fix race?
8 years ago
Craig Tiller
c9bb78f2f8
Make fuzzers run on mac (but not on mac on jenkins)
8 years ago
Craig Tiller
cad47dd47a
Compile fix
8 years ago
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