aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/simple_request.c
Commit message (Collapse)AuthorAge
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Fix up C testsGravatar Craig Tiller2015-02-11
|
* Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-11
|\
* | Allow two completion queues on request callGravatar Craig Tiller2015-02-10
| | | | | | | | | | One for the new rpc notification, the other is bound to the new call. This will make async c++ soooo much easier.
| * Adding call host (:authority header) check in the secure channel.Gravatar Julien Boeuf2015-02-10
|/ | | | | | | - Fixes #405. - This change is not tested as it should (only end to end and no negative testing). Will do better when we have testing framework for filters.
* Fix some testsGravatar Craig Tiller2015-02-10
|
* Fix memory usageGravatar Craig Tiller2015-02-05
|
* Remove invalid checksGravatar Craig Tiller2015-02-04
|
* First test passesGravatar Craig Tiller2015-02-03
|
* Updated the first test (which fails)Gravatar Craig Tiller2015-02-03
|
* WIP simple_requestGravatar Craig Tiller2015-02-03
|
* Merge branch 'async-api-prep' of github.com:ctiller/grpc into async-apiGravatar Craig Tiller2015-02-02
|\
* | Fix tests to be a bit more saneGravatar Craig Tiller2015-02-02
| |
| * 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.
* | Rename & semantic fixup progressGravatar Craig Tiller2015-01-30
| |
* | First compiling version of the new C api.Gravatar Craig Tiller2015-01-27
|/
* Add missing includeGravatar Craig Tiller2015-01-23
|
* Remove use of sprintfGravatar Craig Tiller2015-01-23
|
* 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
| |
* | Remove calls to grpc_call_accept from C core tests.Gravatar Craig Tiller2015-01-15
| | | | | | | | This call is deprecated.
| * 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.
* 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