Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reintroduced grpc_byte_buffer_reader_destroy. | David Garcia Quintas | 2015-06-02 |
| | | | | As a no-op for the time being. | ||
* | Removed grpc_byte_buffer_reader_{create,destroy}. | David Garcia Quintas | 2015-06-01 |
| | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory. | ||
* | Merge pull request #1758 from dgquintas/iomgr_managed_cbs | Craig Tiller | 2015-06-01 |
|\ | | | | | Revamped iomgr's callback mechanism | ||
* | | change census_context_deserialize signature | Alistair Veitch | 2015-06-01 |
| | | |||
* | | merge with master | Alistair Veitch | 2015-06-01 |
|\ \ | |||
| | * | Implemented cb handling without the need for "managed closures". | David Garcia Quintas | 2015-06-01 |
| | | | | | | | | | | | | The concept of managed closure is officially extinct. | ||
* | | | add init checks | Alistair Veitch | 2015-06-01 |
| | | | |||
* | | | address comments | Alistair Veitch | 2015-06-01 |
| | | | |||
| | * | Added some comments. | David Garcia Quintas | 2015-05-31 |
| | | | |||
| | * | Removed managed closures from iomgr. | David Garcia Quintas | 2015-05-31 |
| | | | | | | | | | | | | | | | | | | The only remaining need for those (whereby the closure frees itself upon completion) remains in security/credentials.c, where the code has been inlined (to be removed at a later time). | ||
| | * | removed managed closures from server.c | David Garcia Quintas | 2015-05-31 |
| | | | |||
| | * | fd_posix: free from managed closures! | David Garcia Quintas | 2015-05-31 |
| | | | |||
| | * | fd_posix: removed redundant on_done | David Garcia Quintas | 2015-05-31 |
| | | | |||
| | * | assert -> GPR_ASSERT | David Garcia Quintas | 2015-05-31 |
| | | | |||
| | * | fixed compilation errors on windows code. | David Garcia Quintas | 2015-05-31 |
| | | | |||
| | * | Comments addressed. | David Garcia Quintas | 2015-05-31 |
| | | | |||
| | * | Adapted the following to the new iomgr's cb API: | David Garcia Quintas | 2015-05-31 |
| |/ | | | | | | | | | alarm_test, tcp_posix, fd_posix, pollset_posix, credentials, call, channel, server, child_channel | ||
| * | Merge github.com:grpc/grpc into but-maybe-i-want-to-poll | Craig Tiller | 2015-05-30 |
| |\ | | | | | | | | | | | | | Conflicts: Makefile | ||
| | * | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | Julien Boeuf | 2015-05-29 |
| | |\ | |||
| | | * | Merge branch 'master' of github.com:grpc/grpc into mdctx_free_creds | Julien Boeuf | 2015-05-29 |
| | | |\ | |||
| | * | \ | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | Julien Boeuf | 2015-05-29 |
| | |\ \ \ | | | | |/ | | | |/| | |||
| * | | | | clang-format | Craig Tiller | 2015-05-29 |
| | | | | | |||
| * | | | | Make it possible to run with poll() instead of epoll() | Craig Tiller | 2015-05-29 |
| | |/ / | |/| | | | | | | | | | | | | | | Mostly to facilitate testing, but maybe in the future we want to work on Linux systems with broken epoll support? | ||
| | | * | Removing mdctx from the credentials. | Julien Boeuf | 2015-05-29 |
| | | | | |||
| * | | | Rename function for clarity | Craig Tiller | 2015-05-29 |
| | | | | |||
| * | | | Add missing lock | Craig Tiller | 2015-05-29 |
| | | | | |||
| * | | | Merge pull request #1781 from ctiller/test-we-can-tell-people-things | David G. Quintas | 2015-05-28 |
| |\ \ \ | | |_|/ | |/| | | Add a test of cmdline usage strings - and make them saner | ||
| * | | | Merge pull request #1778 from yang-g/test | Craig Tiller | 2015-05-28 |
| |\ \ \ | | | | | | | | | | | Unref the slices if no write will happen. | ||
| | | * | | Add a test of cmdline usage strings - and make them saner | Craig Tiller | 2015-05-28 |
| | | | | | |||
| * | | | | Add comment | Craig Tiller | 2015-05-28 |
| | | | | | |||
| * | | | | Merge github.com:grpc/grpc into scalable-poll | Craig Tiller | 2015-05-28 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
| | | * | | Unref the slices if no write will happen. | Yang Gao | 2015-05-28 |
| | |/ / | |||
| | * | | Merge pull request #1764 from ↵ | Eric Anderson | 2015-05-27 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | ctiller/so-the-standard-we-rely-on-is-actually-released-and-has-been-for-some-time Advertise HTTP2 support via ALPN | ||
| | * \ \ | Merge pull request #1745 from ctiller/misbehaving-is-expected | Nicolas Noble | 2015-05-27 |
| | |\ \ \ | | | | | | | | | | | | | Add testing of bad client behavior | ||
| | | | * | | clang-format | Craig Tiller | 2015-05-27 |
| | | | | | | |||
| | | | * | | Advertise HTTP2 support | Craig Tiller | 2015-05-27 |
| | | |/ / | | |/| | | |||
| | * | | | Merge pull request #1732 from murgatroid99/core_request_call_trace | Craig Tiller | 2015-05-27 |
| | |\ \ \ | | | | | | | | | | | | | Added tracing for grpc_server_request_call | ||
| | * | | | | Standardize on |BIO_pending| and |BIO_wpending|. | Julien Boeuf | 2015-05-26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenSSL offers 3 ways to express the same thing: * BIO_ctrl_pending(BIO *) * BIO_ctrl(BIO *, BIO_CTRL_PENDING, 0, NULL) * BIO_pending(BIO *) BoringSSL standardizes on the last of these. | ||
* | | | | | | Initial refactoring and context API changes | Alistair Veitch | 2015-05-26 |
| | | | | | | |||
| | * | | | | Workaround: Prevent threads sitting in epoll forever | Craig Tiller | 2015-05-26 |
| | | | | | | |||
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | Julien Boeuf | 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. | ||
| * | | | | Merge github.com:grpc/grpc into scalable-poll | Craig Tiller | 2015-05-24 |
| |\| | | | |||
| | * | | | Remove all uses of __FUNCTION__ | Craig Tiller | 2015-05-24 |
| | | | | | |||
| | | * | | Added tracing for grpc_server_request_call | murgatroid99 | 2015-05-22 |
| | |/ / | |||
| | * | | Merge pull request #1625 from ctiller/mmm-mmm-mmm-mmm | Yang Gao | 2015-05-21 |
| | |\ \ | | | | | | | | | | | Add a test of crashing servers and clients | ||
| | * | | | Handle priority frames in any header | Craig Tiller | 2015-05-21 |
| | | | | | |||
| | | * | | Properly finish off ops when we see a failure | Craig Tiller | 2015-05-21 |
| | | | | | |||
| | | * | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm | Craig Tiller | 2015-05-21 |
| | | |\ \ | | | |/ / | | |/| | | |||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | Julien Boeuf | 2015-05-21 |
| | | | |\ | | | |_|/ | | |/| | |