aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/bad_client.c
Commit message (Collapse)AuthorAge
* Merge branch 'filters-can-cause-closes' into e2efuzzGravatar Craig Tiller2016-04-04
|\
| * Fix registration in testGravatar Craig Tiller2016-04-04
| |
| * Initial interface rework to allow knowing whether to pull payload at ↵Gravatar Craig Tiller2016-04-04
| | | | | | | | registration, not at request time
* | Remove corpus generatorGravatar Craig Tiller2016-04-02
| |
* | Starting server fuzzerGravatar Craig Tiller2016-04-02
|/
* Merge github.com:grpc/grpc into copyright-fixGravatar Craig Tiller2016-03-31
|\
* | Update copyrightsGravatar Craig Tiller2016-03-31
| |
| * Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-28
| |\ | |/ |/|
| * Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-28
| |\
* | | clang-formatGravatar Craig Tiller2016-03-28
| | |
* | | Move chttp2 related files under ext/Gravatar Craig Tiller2016-03-28
| |/ |/|
* | Fix includesGravatar Craig Tiller2016-03-25
| |
* | Auto-changesGravatar Craig Tiller2016-03-25
| |
| * Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-21
| |\ | |/ |/|
| * clang-formatGravatar Craig Tiller2016-03-10
| |
| * Implement testsGravatar Craig Tiller2016-03-10
| |
* | Decouple filter selection from channel constructionGravatar Craig Tiller2016-02-17
|/ | | | | | | | | Allow plugins to extend the set of filters used by gRPC core: - plugins at construction time can register against the 'channel_init' system to be allowed to mutate a new channel_stack_builder type - channel_stack_builder provides a central and rather dynamic place to construct the list of filters required by a channel stack - ultimately we construct the channel stack in the fashion we always have This is also a prerequisite step to allowing filters to be implemented from wrapped languages.
* Update copyrightsGravatar Craig Tiller2016-01-28
|
* Preparatory changes for work sheddingGravatar Craig Tiller2016-01-28
| | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* clang-formatGravatar Craig Tiller2015-12-14
|
* Add a registered server method to bad_clientGravatar Craig Tiller2015-12-14
|
* Remove metadata context entirelyGravatar Craig Tiller2015-11-20
|
* Use static metadata table in metadata.cGravatar Craig Tiller2015-11-19
|
* Fix clang-format scriptGravatar Craig Tiller2015-09-28
|
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* Final patches for renameGravatar Craig Tiller2015-09-22
|
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
|
* Rename initGravatar Craig Tiller2015-09-22
|
* Rename runGravatar Craig Tiller2015-09-22
|
* Move arguments to the start of listsGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* Rename call_list to closure_listGravatar Craig Tiller2015-09-22
|
* FixesGravatar Craig Tiller2015-09-21
|
* Call list progressGravatar Craig Tiller2015-09-21
|
* Call list progressGravatar Craig Tiller2015-09-18
|
* CleanupGravatar Craig Tiller2015-09-18
|
* Test bug fixesGravatar Craig Tiller2015-09-17
|
* Getting stuff workingGravatar Craig Tiller2015-09-16
|
* Tests compileGravatar Craig Tiller2015-09-16
|
* Core compiles with workqueuesGravatar Craig Tiller2015-09-15
|
* Fixing bad_client test.Gravatar Nicolas "Pixel" Noble2015-09-04
| | | | Before destroying an endpoint, shut it down properly.
* Revert "Revert "Refactor Endpoint API""Gravatar Craig Tiller2015-08-27
|
* Revert "Refactor Endpoint API"Gravatar Craig Tiller2015-08-27
|
* Refactor Endpoint APIGravatar Craig Tiller2015-08-21
| | | | | | - Allow reads to complete immediately - Unify read/write signatures - Simplify memory management to allow future optimization work
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Fixing C/C++ tests.Gravatar Nicolas "Pixel" Noble2015-07-29
|
* Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstringGravatar Julien Boeuf2015-07-08
|\
| * Fixup some testsGravatar Craig Tiller2015-07-06
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstringGravatar Julien Boeuf2015-07-01
|\ \