Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Small fix | Hongwei Wang | 2015-07-16 |
| | |||
* | Fix authority in uri_parser | Hongwei Wang | 2015-07-16 |
| | |||
* | Update to latest code | Craig Tiller | 2015-07-07 |
| | |||
* | Add a short description of available resolution schemes | Craig Tiller | 2015-07-06 |
| | |||
* | Fix bad assert, memory leak | Craig Tiller | 2015-07-06 |
| | |||
* | Correct comments | Craig Tiller | 2015-07-01 |
| | |||
* | Expand comment | Craig Tiller | 2015-07-01 |
| | |||
* | clang-format changed files | Craig Tiller | 2015-07-01 |
| | |||
* | Spam cleanup | Craig Tiller | 2015-07-01 |
| | |||
* | Fix an lb_policy leak | Craig Tiller | 2015-07-01 |
| | |||
* | Spam cleanup, properly shut down lb_policy | Craig Tiller | 2015-07-01 |
| | |||
* | clang-format affected files | Craig Tiller | 2015-06-30 |
| | |||
* | client_config bugfixes | Craig Tiller | 2015-06-30 |
| | |||
* | Better handling of cancellation, uri parse errors, and disconnection | Craig Tiller | 2015-06-29 |
| | |||
* | Add connect retry, backoff | Craig Tiller | 2015-06-29 |
| | |||
* | Trip through transient failure on disconnection | Craig Tiller | 2015-06-29 |
| | |||
* | Make SSL work | Craig Tiller | 2015-06-29 |
| | |||
* | Fix refcounting | Craig Tiller | 2015-06-29 |
| | |||
* | Refcounting fixes | Craig Tiller | 2015-06-29 |
| | |||
* | Debugging | Craig Tiller | 2015-06-29 |
| | |||
* | .clang-format | Craig Tiller | 2015-06-29 |
| | |||
* | Add ability to continue waiting calls | Craig Tiller | 2015-06-29 |
| | |||
* | clang-format | Craig Tiller | 2015-06-29 |
| | |||
* | Use connectivity state tracking code in chttp2 transport | Craig Tiller | 2015-06-29 |
| | |||
* | Unix resolver, bug fixes | Craig Tiller | 2015-06-29 |
| | |||
* | Simple request unsecure passes with new client_config code | Craig Tiller | 2015-06-28 |
| | |||
* | refcount debugging | Craig Tiller | 2015-06-27 |
| | |||
* | Factor out channel state watching | Craig Tiller | 2015-06-27 |
| | |||
* | Request/response path starting to work | Craig Tiller | 2015-06-27 |
| | |||
* | Progress - need to add http filters | Craig Tiller | 2015-06-26 |
| | |||
* | Get the success case through to call creation | Craig Tiller | 2015-06-26 |
| | |||
* | Connector progress | Craig Tiller | 2015-06-26 |
| | |||
* | Further client config work | Craig Tiller | 2015-06-26 |
| | |||
* | client_config: chttp2_fullstack_no_op_unsecure_test passes | Craig Tiller | 2015-06-26 |
| | |||
* | Introduce connector, to help subchannel connect | Craig Tiller | 2015-06-25 |
| | |||
* | Refine subprocess_call API | Craig Tiller | 2015-06-25 |
| | |||
* | Implement vtable helper stubs | Craig Tiller | 2015-06-25 |
| | |||
* | chop chop chop | Craig Tiller | 2015-06-25 |
| | |||
* | s/grpc_transport_op/grpc_transport_stream_op/g | Craig Tiller | 2015-06-25 |
| | |||
* | Refactoring progress towards integrating client configs | Craig Tiller | 2015-06-25 |
| | |||
* | Implementation work for client_config | Craig Tiller | 2015-06-24 |
| | | | | | - uri parsing - dns resolution | ||
* | Merge branch 'that-which-we-call-a-rose' into tis-but-thy-name | Craig Tiller | 2015-06-24 |
|\ | |||
| * | Merge github.com:grpc/grpc into that-which-we-call-a-rose | Craig Tiller | 2015-06-24 |
| | | | | | | | | Introduce resolver_factory | ||
* | | Stub DNS resolver | Craig Tiller | 2015-06-24 |
|/ | |||
* | Flesh out things and make them compile | Craig Tiller | 2015-06-23 |
| | |||
* | Move parent subchannel construction args... | Craig Tiller | 2015-06-23 |
| | | | | | ... into grpc_channel itself, to hide this complicated construction detail. | ||
* | Rename configured_subchannel --> subchannel | Craig Tiller | 2015-06-23 |
| | | | | Per @a11r's request | ||
* | Client configuration libary - headers & docs | Craig Tiller | 2015-06-23 |
Initial sketch of a client configuration library. It's expected this will subsume the client_setup functionality that we currently have, and begin providing customizable load balancing support. Releasing the headers now (no implementation work has been done) so that we can bat around thoughts on this and make sure all the use cases are implementable, and our primary use cases are easily so. |