Craig Tiller
fa0579511b
Fix bugs
8 years ago
Craig Tiller
0caaea10e7
Review feedback, merging with latest changes
8 years ago
Craig Tiller
004a81936c
Fix bugs in api_fuzzer
8 years ago
Craig Tiller
fa6a71d6e5
Fix fuzzing detected failure
...
If both :authority and host appear in client initial headers, we either
leak (in opt builds) or crash (in dbg).
8 years ago
Mark D. Roth
6f12c74969
clang-format
8 years ago
Mark D. Roth
835646e9ff
Fix tests.
8 years ago
Craig Tiller
cda759d658
Add an error to fd_shutdown (and recursively)
...
Allows diagnosing WHY a file descriptor was shutdown prematurely.
8 years ago
Craig Tiller
9128716268
Track writes/RPC in microbenchmark
8 years ago
Mark D. Roth
40b4c786f0
Accept max message size JSON values as either strings or numbers.
8 years ago
Robbie Shade
55a046a479
Add a 'Running test: ' string to test output
8 years ago
Mark D. Roth
9d76dbe5d3
clang-format
8 years ago
Mark D. Roth
435f9f23ef
Fix tests.
8 years ago
Muxi Yan
8d1d95d07c
Clean up old packet coalescing tests
8 years ago
Craig Tiller
7c70b6c144
Revert "Revert "Metadata handling rewrite""
...
This reverts commit 5e01e2ac97
.
8 years ago
Craig Tiller
f28ca8ea22
Fix api_fuzzer
8 years ago
Craig Tiller
4c26fdfe10
Expand corpora
8 years ago
Craig Tiller
5e01e2ac97
Revert "Metadata handling rewrite"
8 years ago
Craig Tiller
6360af6428
Fix ping test
8 years ago
Yuchen Zeng
2ef172b15b
Updated with new changes
...
updated with changes in backoff, combiner and resolver
8 years ago
Craig Tiller
7ad582e945
Fix merge problems
8 years ago
Matt Kwong
c1002c9f22
Add api-fuzzer corpus
8 years ago
Craig Tiller
c1560e2ca8
Add an additional test
8 years ago
yang-g
43dc9ed3b7
Add licenses to all BUILD files and missing copyright
8 years ago
Craig Tiller
296c7bb8fa
Fix metadata validation
8 years ago
Craig Tiller
707894a76d
Fix bugs
8 years ago
Craig Tiller
76dca19953
clang-format
8 years ago
Craig Tiller
bedb18959b
Fixes, remove grpc_error_free_string
8 years ago
Craig Tiller
732351f826
Start fixing http error --> grpc status conversion
8 years ago
Craig Tiller
255edaa32e
Fixes
8 years ago
Craig Tiller
841a99d752
Cleaning up error handling
8 years ago
Muxi Yan
dc739bd659
Remove packet coalescing testing on chttp2
8 years ago
Masood Malekghassemi
b5b4372670
Use `grpc_closure`s in `grpc_timer`s
8 years ago
Craig Tiller
4f8a11e5c7
Get ASAN building again
8 years ago
Craig Tiller
2ef5a647bf
Add a test of finishing buffering with EOS
8 years ago
Craig Tiller
4e6247a23c
Fix sequential write buffering
8 years ago
Muxi Yan
8803ae8c3a
build changes
8 years ago
Craig Tiller
4b53d35113
Faster test building: avoid repeated linking
8 years ago
Craig Tiller
16f155bcfc
Fixes for tests
8 years ago
Craig Tiller
9f87ee2792
Fixes for tests
8 years ago
Craig Tiller
9bca58cf0a
Remove old fixture
8 years ago
Craig Tiller
5ba5c49bfa
Add test of deadline expiry with max concurrent streams
8 years ago
Muxi Yan
740ae63a8a
Packet coalescing transport layer and end2end test changes
8 years ago
Craig Tiller
91031dacb1
Changes to exec_ctx/closure/combiner/workqueue interfaces
...
- make closures know where they should be executed (eg, on a workqueue,
or a combiner, or on an exec_ctx)
- this allows removal of a large number of trampoline functions that
were appearing whenever we used combiners, and should allow for a much
easier interface to combiner locks
8 years ago
yang-g
92fa9608f2
Check and fail if user provides a metadata key starting with :
8 years ago
Yuchen Zeng
63e3e3b1df
Add grpc_pollset_set as an arg in grpc_resolver_create
8 years ago
Yuchen Zeng
15521de93f
Request a pollset_set in grpc_resolve_address
8 years ago
Mark D. Roth
201db7d613
Eliminate redundant places where server name was stored.
8 years ago
Craig Tiller
70a85ad617
Revert "Handle (and test) short call deadlines"
8 years ago
David Garcia Quintas
9460166968
Short deadlines: set Status on deadline
8 years ago
Craig Tiller
b4aa70ea94
Offer grpc_slice_to_c_string to simplify some code
8 years ago