2263 Commits (3da684dcacac1b5d523897b76a00d5e62e1163bd)

Author SHA1 Message Date
Craig Tiller 1f963ba63f Expand corpus 9 years ago
Craig Tiller d5b3482f4d Expand corpus 9 years ago
Craig Tiller 680822fdc6 Expand corpus 9 years ago
Craig Tiller 892c37072e Expand corpora 9 years ago
Craig Tiller 9d2822a167 Fix fuzzer bugs 9 years ago
Craig Tiller 2f9fc7be95 Fix fuzzer bug, add corpora 9 years ago
Craig Tiller d8550756ea Add fuzzing for receving messages after close 9 years ago
Yuchen Zeng 5833c706db Add incremental decoding and input validation 9 years ago
David Klempner 6fb122dc6e Add calls to grpc_recycle_unused_port to two of the tests which call 9 years ago
David Klempner c7614cf277 Fix declarations in port.h to not be ambiguous in C due to K&R. 9 years ago
David Klempner 2754c91fee Add an API to return an unused port to the portserver 9 years ago
David Garcia Quintas 13878f494b Added missing memset to grpc_op in test 9 years ago
Robbie Shade 006314ae3a Correct assertion for single FD being orphaned. Consistent comments. 9 years ago
Yuchen Zeng d982bba41d Add base64 decoder 9 years ago
David Garcia Quintas 118dc63dbb made send_initial_md compression level a "maybe" 9 years ago
David Garcia Quintas 5ff7b71a25 memset for api fuzzer 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
Julien Boeuf 19cd009ec1 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 9 years ago
David Garcia Quintas a301eaade8 Allow servers to select compression level via initial MD. 9 years ago
Nicolas "Pixel" Noble 0545d7fa69 Revert "Merge pull request #6214 from makdharma/master" 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
David Garcia Quintas 604490973b allocate grpc_pops on the stack 9 years ago
David Garcia Quintas 1621c4d37c Added support for trailing metadata 9 years ago
Julien Boeuf 8ca294e417 Refactoring the core security code. 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 9 years ago
Mark D. Roth bc84672537 Use unlimited default for max header size until receiving new settings 9 years ago
David Garcia Quintas aea5f12e65 generate projects & clang-format 9 years ago
Craig Tiller 6889799923 Fix some ubsan issues: I fear no bugs were harmed in the making of this episode 9 years ago
Craig Tiller 823fa1d77a Exclude 1byte tests from msan 9 years ago
David Garcia Quintas f72eb97b36 Introduced grpc_pops (pollset or pollset_set) 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 9 years ago
Mark D. Roth ebbbce3e6e Changed writing code to honor the peer's header size limit setting. 9 years ago
David Garcia Quintas 4bb11ac72a Turned load reporting into a plugin 9 years ago
Craig Tiller e98b494db7 Fix bug where max_frame_size was ignored 9 years ago
David G. Quintas eadcb89b7a Fixed name of test config for h2_census 9 years ago