aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/bad_client.c
Commit message (Collapse)AuthorAge
* Fix leaked string in bad_client.cGravatar Craig Tiller2015-06-30
|
* 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.