aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/bad_client.c
Commit message (Collapse)AuthorAge
...
* 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
|\ \
| | * Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-30
| | |\ | | |/ | |/| | | | | | | Conflicts: test/core/end2end/tests/request_with_flags.c
| * | Fix leaked string in bad_client.cGravatar Craig Tiller2015-06-30
| | |
| | * clang-format affected filesGravatar Craig Tiller2015-06-30
| | |
* | | Adding gpr_dump and gpr_hexdump as discussed. Removed gpr_slice_to_cstring ↵Gravatar Julien Boeuf2015-06-29
|/ / | | | | | | as well.
| * Unix resolver, bug fixesGravatar Craig Tiller2015-06-29
|/
* Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-06
|\ | | | | | | | | Conflicts: test/core/bad_client/bad_client.c
| * clang-formatGravatar Craig Tiller2015-06-05
| |
| * Add a test of bad settings frame (and fix a bug!)Gravatar Craig Tiller2015-06-05
| |
* | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-02
|\| | | | | | | | | | | Conflicts: src/core/iomgr/resolve_address_posix.c src/core/surface/server.c
| * Label all iomgr objectsGravatar Craig Tiller2015-06-01
| | | | | | | | | | This allows a list of them to be dumped to isolate where memory leaks are occuring.
* | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-01
|\|
| * Fixing build issue.Gravatar Julien Boeuf2015-05-29
| |
* | Make test shutdown serverGravatar Craig Tiller2015-05-27
|/
* clang-formatGravatar Craig Tiller2015-05-26
|
* Add testing of bad client behaviorGravatar Craig Tiller2015-05-26
This test will become a suite over coming weeks. Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs.