aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/bad_server_response_test.c
Commit message (Collapse)AuthorAge
* Renamed define for better readabilityGravatar David Garcia Quintas2017-02-01
|
* make grpc-encoding:identity implicitGravatar David Garcia Quintas2017-01-31
|
* Add an error to fd_shutdown (and recursively)Gravatar Craig Tiller2017-01-27
| | | | Allows diagnosing WHY a file descriptor was shutdown prematurely.
* Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-26
|\
| * Fix tests.Gravatar Mark D. Roth2017-01-25
| |
* | Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
|/ | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Merge branch 'slice_with_exec_ctx_and_new_closures' into ↵Gravatar Craig Tiller2017-01-04
|\ | | | | | | metadata_filter_and_new_closures
| * Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
| |\
| | * Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-12
|\| |
| * | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
| |\|
| | * Fix more allocation bugs.Gravatar Mark D. Roth2016-12-09
| | |
* | | 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
|/
* Merge branch 'buffer_pools_for_realsies' into grpc_sliceGravatar Craig Tiller2016-10-26
|\
* | Add incldues, fix function namesGravatar Craig Tiller2016-10-26
| |
* | Update includes, s/gpr_dump_slice/grpc_dump_slice/gGravatar Craig Tiller2016-10-26
| |
* | Bulk update #includesGravatar Craig Tiller2016-10-26
| |
* | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
| |
| * Added import order comments, resolved other minor issuesGravatar murgatroid992016-10-24
| |
| * Compile and link core tests with libuvGravatar murgatroid992016-10-03
|/
* Change cq_verifier to report file and line number for expectations.Gravatar Mark D. Roth2016-08-24
|
* Remove unnecessary parsing detailGravatar Yuchen Zeng2016-07-11
|
* Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-30
|
* Fix format issuesGravatar Yuchen Zeng2016-06-28
|
* Fix test failureGravatar Yuchen Zeng2016-06-24
|
* Init grpc for each testGravatar Yuchen Zeng2016-06-22
|
* Memset ops before being used, destroy metadata_recv after beign usedGravatar Yuchen Zeng2016-06-22
|
* Fixed gpr_log format issues in linux_x86_default_boGravatar Yuchen Zeng2016-06-20
|
* Fixed gpr_log format issuesGravatar Yuchen Zeng2016-06-20
|
* Add bad_server_response_testGravatar Yuchen Zeng2016-06-17