aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/cq_verifier.h
Commit message (Collapse)AuthorAge
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|
* Merge branch 'extend_payload_test' of github.com:rjshade/grpc into ↵Gravatar Craig Tiller2016-09-09
|\ | | | | | | fix-robbies-thing
* | clang-formatGravatar Mark D. Roth2016-08-26
| |
* | Change cq_verifier to report file and line number for expectations.Gravatar Mark D. Roth2016-08-24
| |
| * Extends the payload test to use large random bodies.Gravatar Robbie Shade2016-07-15
| |
* | gRPC LB policyGravatar David Garcia Quintas2016-06-15
|/
* Tiny int -> bool change for cq verifierGravatar David Garcia Quintas2016-05-17
|
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* C Core API cleanup.Gravatar Craig Tiller2015-05-04
| | | | | | Simplify grpc_event into something that can be non-heap allocated. Deprecate grpc_event_finish. Remove grpc_op_error - use an int as this is more idiomatic C style.
* Remove ungeneratable enum values and union membersGravatar Craig Tiller2015-04-29
|
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
| | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Convert request_response_with_metadata_and_payloadGravatar Craig Tiller2015-02-05
|
* Add useful utilitiesGravatar Craig Tiller2015-02-04
|
* Updated the first test (which fails)Gravatar Craig Tiller2015-02-03
|
* Merge branch 'new_invoke_api' of github.com:google/grpc into update-apiGravatar Craig Tiller2015-01-16
|\
* | Add an optional server shutdown event.Gravatar Craig Tiller2015-01-16
| | | | | | | | | | | | Allows servers to expedite shutdown once all in-progress calls are completed. We may want to eventually remove grpc_server_shutdown in preference to this.
| * Merge github.com:google/grpc into apiGravatar Craig Tiller2015-01-13
| |\ | |/ |/|
| * Moving prototype from Google to GitHubGravatar Craig Tiller2015-01-13
| | | | | | | | | | I'd started some prototyping work on this change before the move to GitHub; this change restores things.
* | clang-format codebaseGravatar Craig Tiller2015-01-13
|/
* Trailing metadata support.Gravatar ctiller2014-12-16
| | | | | | | | | Actually exposing it from the C API. Also removing grpc_status, since it's mostly useless. Change on 2014/12/15 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82180546
* Initial import.Gravatar Nicolas Noble2014-11-26