aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/fling/client.c
Commit message (Collapse)AuthorAge
* 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.
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Fix fling test leaksGravatar Craig Tiller2015-02-17
|
* Addressed review commentsGravatar Abhishek Kumar2015-02-13
|
* clang formattingGravatar Abhishek Kumar2015-02-13
|
* Updated rest of client to new APIGravatar Abhishek Kumar2015-02-11
|
* Updated ping_pong_request to new APIGravatar Abhishek Kumar2015-02-10
|
* Fling client needs to have 4 invocations of event_finish to make thisGravatar Vijay Pai2015-02-04
| | | | a real ping-pong test
* Prepare for the new batch call API.Gravatar Craig Tiller2015-02-02
| | | | | Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings.
* Init fixGravatar Craig Tiller2015-01-30
|
* Re-enabling errors on warning, disabling unused parameter warning, and ↵Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | fixing all subsequent errors.
* run clang-formatGravatar Yang Gao2015-01-26
|
* Merge branch 'new_invoke_api' of github.com:google/grpc into updateGravatar Craig Tiller2015-01-15
|\ | | | | | | | | | | | | Conflicts: src/core/surface/call.c test/core/end2end/tests/thread_stress.c tools/run_tests/run_tests.py
* | () --> (void)Gravatar Craig Tiller2015-01-15
| |
| * clang-formatGravatar Craig Tiller2015-01-14
| |
| * Fling test uses grpc_call_invokeGravatar Craig Tiller2015-01-14
|/
* Initial import.Gravatar Nicolas Noble2014-11-26