aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/tests
Commit message (Collapse)AuthorAge
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Upmerge branch 'v1.9.x' into 'master'Gravatar Mehrdad Afshari2018-02-05
|\
| * Don't segfault on header replayGravatar Ken Payson2018-01-26
| |
* | reduce send size for window overflow testGravatar Yash Tibrewal2018-01-24
| |
* | Merge branch 'master' into badclientGravatar Yash Tibrewal2018-01-24
|\|
* | Add helper function for rst_streamGravatar Yash Tibrewal2018-01-23
| |
* | Bad client changes to make large metadata test to work againGravatar Yash Tibrewal2018-01-22
| |
| * Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|/
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Fix tests to call grpc_init and grpc_shutdown before using exec_ctxGravatar Yash Tibrewal2017-11-28
|
* clang-format after nullptr changesGravatar Craig Tiller2017-11-10
|
* Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
|
* Merge masterGravatar Yash Tibrewal2017-11-06
|\
| * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |
* | rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
|/
* Merge branch 'flowctlN' into flowctl+millisGravatar Craig Tiller2017-10-02
|\
* | Fix bad_client_window_overflow_test at macGravatar yang-g2017-09-26
| |
| * Update window overflow testGravatar Craig Tiller2017-09-20
|/
* Do multiple reads if needed to read full server response.Gravatar Mark D. Roth2017-07-11
|
* Fix test verificationGravatar Craig Tiller2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-11
|\
* | C99->C89.Gravatar Nicolas "Pixel" Noble2017-05-11
| | | | | | | | F-it. My sanity isn't worth it.
| * Call ref/unref, bugfixesGravatar Craig Tiller2017-03-31
|/
* Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
|
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Fix large metadata test - it was previously overconstrained now that we ↵Gravatar Craig Tiller2017-01-10
| | | | return better status
* Move from cmp --> eq, and provide a good implementation for interningGravatar Craig Tiller2016-11-21
|
* All core tests compile without grpc_mdstrGravatar Craig Tiller2016-11-17
|
* Finish moving to new APIsGravatar Craig Tiller2016-11-09
|
* Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|
* s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
|
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|
* Merge github.com:grpc/grpc into merge-writeGravatar Craig Tiller2016-09-01
|\
| * Change cq_verifier to report file and line number for expectations.Gravatar Mark D. Roth2016-08-24
| |
* | Ensure ack is sent before relying on thatGravatar Craig Tiller2016-08-22
|/
* Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-18
|\
* | Added missing memset to grpc_op in testGravatar David Garcia Quintas2016-05-13
| |
| * Switch from snprintf() to gpr_asprintf().Gravatar Mark D. Roth2016-05-12
| |
| * Fix large_metadata_bad_client_test to avoid C99 string literal length limit.Gravatar Mark D. Roth2016-05-12
|/
* Fix asan test failure.Gravatar Mark D. Roth2016-05-06
|
* Apply clang-format diffs.Gravatar Mark D. Roth2016-05-04
|
* Fix build breakage in bad_client tests.Gravatar Mark D. Roth2016-05-03
|
* Added bad_client test to check that the server rejects requests with tooGravatar Mark D. Roth2016-05-03
| | | | much metadata and refuses to send responses with too much metadata.
* Fixed clang formatting problems.Gravatar Mark D. Roth2016-04-27
|
* Change C implementation to not log an "Unexpected content-type" messageGravatar Mark D. Roth2016-04-26
| | | | when the header includes a semicolon.