Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "Revert "Refactor Endpoint API"" | Craig Tiller | 2015-08-27 |
| | |||
* | Revert "Refactor Endpoint API" | Craig Tiller | 2015-08-27 |
| | |||
* | Refactor Endpoint API | Craig Tiller | 2015-08-21 |
| | | | | | | - Allow reads to complete immediately - Unify read/write signatures - Simplify memory management to allow future optimization work | ||
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | Fixing C/C++ tests. | Nicolas "Pixel" Noble | 2015-07-29 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring | Julien Boeuf | 2015-07-08 |
|\ | |||
| * | Fixup some tests | Craig Tiller | 2015-07-06 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring | Julien Boeuf | 2015-07-01 |
|\ \ | |||
| | * | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-06-30 |
| | |\ | | |/ | |/| | | | | | | | Conflicts: test/core/end2end/tests/request_with_flags.c | ||
| * | | Fix leaked string in bad_client.c | Craig Tiller | 2015-06-30 |
| | | | |||
| | * | clang-format affected files | Craig Tiller | 2015-06-30 |
| | | | |||
* | | | Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring | Julien Boeuf | 2015-06-29 |
|\| | | |||
* | | | Adding gpr_dump and gpr_hexdump as discussed. Removed gpr_slice_to_cstring ↵ | Julien Boeuf | 2015-06-29 |
| | | | | | | | | | | | | as well. | ||
| | * | Unix resolver, bug fixes | Craig Tiller | 2015-06-29 |
| |/ | |||
| * | Add a test that headers are properly in build.json | Craig Tiller | 2015-06-25 |
|/ | | | | Clean up anything that failed | ||
* | Merge github.com:grpc/grpc into you-complete-me | Craig Tiller | 2015-06-06 |
|\ | | | | | | | | | Conflicts: test/core/bad_client/bad_client.c | ||
| * | clang-format | Craig Tiller | 2015-06-05 |
| | | |||
| * | Add a test of bad settings frame (and fix a bug!) | Craig Tiller | 2015-06-05 |
| | | |||
* | | Merge github.com:grpc/grpc into you-complete-me | Craig Tiller | 2015-06-02 |
|\| | | | | | | | | | | | Conflicts: src/core/iomgr/resolve_address_posix.c src/core/surface/server.c | ||
| * | Label all iomgr objects | Craig Tiller | 2015-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-me | Craig Tiller | 2015-06-01 |
|\| | |||
| * | Fixing build issue. | Julien Boeuf | 2015-05-29 |
| | | |||
* | | Make test shutdown server | Craig Tiller | 2015-05-27 |
|/ | |||
* | clang-format | Craig Tiller | 2015-05-26 |
| | |||
* | Add testing of bad client behavior | Craig Tiller | 2015-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. |