David Garcia Quintas
af1c7e4f06
INTERNAL -> UNIMPLEMENTED for disabled algorithms
9 years ago
David Klempner
948afddffe
Run clang-format against port_posix.c and port_windows.c
9 years ago
David Klempner
6fb122dc6e
Add calls to grpc_recycle_unused_port to two of the tests which call
...
grpc_pick_unused_port a lot.
9 years ago
David Klempner
c7614cf277
Fix declarations in port.h to not be ambiguous in C due to K&R.
...
Also actually add the port parameter to grpc_recycle_unused_port.
Also remove the downsizing gpr_realloc in the recycle codepath, which is
unnecessary and can free the pointer.
9 years ago
David Klempner
2754c91fee
Add an API to return an unused port to the portserver
9 years ago
David Garcia Quintas
183ba02ce7
Renamed some defines
9 years ago
Mark D. Roth
5eba7971fb
Switch from snprintf() to gpr_asprintf().
9 years ago
Mark D. Roth
0eb3e13ea2
Fix large_metadata_bad_client_test to avoid C99 string literal length limit.
9 years ago
Craig Tiller
5f902c1267
Fix tsan reported error
9 years ago
Robbie Shade
9aa6f40dff
Add callback when gRPC FD is about to be orphaned.
9 years ago
Craig Tiller
a65f9f5820
Fix test usage of pollset
9 years ago
makdharma
c2ec95bad4
Revert "Revert "cronet wrapper code""
9 years ago
Craig Tiller
9d86120547
clang-format
9 years ago
yang-g
c5943093b5
Change argument type to avoid undefined behavior
9 years ago
Craig Tiller
78222f7383
Enable -Wextra-semi on compilers that support it
...
Use some template magic to make warning detection much easier in the future.
9 years ago
Nicolas "Pixel" Noble
0545d7fa69
Revert "Merge pull request #6214 from makdharma/master"
...
This reverts commit 48d833a9d8
, reversing
changes made to 66e9d8e8a7
.
9 years ago
Craig Tiller
42342cbebb
Revert "cronet wrapper code"
9 years ago
Mark D. Roth
067cce56d4
Fix asan test failure.
9 years ago
Mark D. Roth
f2f707ca55
More clang-format fixes.
9 years ago
Mark D. Roth
22b338e210
Apply clang-format diffs.
9 years ago
Mark D. Roth
2df502e518
Fix max_message_length test, which was broken by the previous fix to the
...
proxy tests.
9 years ago
Mark D. Roth
bc84672537
Use unlimited default for max header size until receiving new settings
...
from the peer. This both complies with the RFC and ensures that if the
user sets a higher limit than the 16K default, we won't incorrectly
reject data sent before settings are exchanged.
Also fix proxy tests.
9 years ago
Craig Tiller
823fa1d77a
Exclude 1byte tests from msan
9 years ago
Makarand Dharmapurikar
274bcc8f0b
Added dummy cronet api implementation so we can build on Jenkins.
9 years ago
Mark D. Roth
a4edeb3372
Fix build breakage in bad_client tests.
9 years ago
Mark D. Roth
7cae1f7198
Remove some unneeded code from an earlier iteration of this code.
9 years ago
Mark D. Roth
8a1d8052eb
Added bad_client test to check that the server rejects requests with too
...
much metadata and refuses to send responses with too much metadata.
9 years ago
Mark D. Roth
ebbbce3e6e
Changed writing code to honor the peer's header size limit setting.
...
Changed large_metadata test to only cover the case where both the client
and server support large metadata; I will cover the other cases in
separate tests in a subsequent commit.
9 years ago
Craig Tiller
e98b494db7
Fix bug where max_frame_size was ignored
...
Also add corpus entries that helped diagnose this bug
9 years ago
David G. Quintas
eadcb89b7a
Fixed name of test config for h2_census
9 years ago
Craig Tiller
1b409a02a2
Ensure minimum size of alt stack (to please vtune)
9 years ago
Craig Tiller
904e0a5086
Fix typo
9 years ago
Craig Tiller
d0b3ae40f7
Fix double delete
9 years ago
Mark D. Roth
0c6070f68d
Mark stream as cancelled if we exceed the metadata size limit.
...
Also take this opportunity to convert the seen_error field to a bool.
9 years ago
David Garcia Quintas
1b2db6333d
Moved protos out of core_codegen interface
9 years ago
Mark D. Roth
ac2e88f956
Initial attempt at adding support for max metadata size. Currently, the
...
code does not seem to be properly causing the RPC to fail when the max
size is exceeded.
9 years ago
Mark D. Roth
1f3319bc88
Fixed clang formatting problems.
9 years ago
Craig Tiller
068d143c8e
Expand corpora
9 years ago
Mark D. Roth
c5b1eef8b1
Change C implementation to not log an "Unexpected content-type" message
...
when the header includes a semicolon.
9 years ago
Craig Tiller
653ea75ff5
Properly shutdown pollsets before destroying them
9 years ago
Craig Tiller
d5c6eca64b
Expand corpus
9 years ago
Craig Tiller
d2906ad80c
Fix bug
9 years ago
Craig Tiller
a803fac758
Expand corpus
9 years ago
Craig Tiller
1596abbd03
Expand corpus
9 years ago
Craig Tiller
55cbf1da37
Expand corpus
9 years ago
Craig Tiller
eb48a81322
Expand corpus
9 years ago
Craig Tiller
1c2df50a9b
Expand corpus
9 years ago
Craig Tiller
60beb86154
Expand corpus
9 years ago
Craig Tiller
db6011fba6
Fix inf loop
9 years ago
Craig Tiller
839b65cee7
Expand corpus
9 years ago