Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Expose gpr_asprintf and gpr_strdup | Masood Malekghassemi | 2015-06-03 |
| | |||
* | C Core API cleanup. | Craig Tiller | 2015-05-04 |
| | | | | | | Simplify grpc_event into something that can be non-heap allocated. Deprecate grpc_event_finish. Remove grpc_op_error - use an int as this is more idiomatic C style. | ||
* | Remove ungeneratable enum values and union members | Craig Tiller | 2015-04-29 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Flesh out batch API | Craig Tiller | 2015-02-03 |
| | |||
* | First compiling version of the new C api. | Craig Tiller | 2015-01-27 |
| | |||
* | Add out-param to signal length of buffer | Craig Tiller | 2015-01-23 |
| | |||
* | Remove uses of sprintf | Craig Tiller | 2015-01-23 |
| | |||
* | Move string.h to internal code | Craig Tiller | 2015-01-23 |
| | |||
* | Add an optional server shutdown event. | Craig Tiller | 2015-01-16 |
| | | | | | | Allows servers to expedite shutdown once all in-progress calls are completed. We may want to eventually remove grpc_server_shutdown in preference to this. | ||
* | Trailing metadata support. | ctiller | 2014-12-16 |
| | | | | | | | | | Actually exposing it from the C API. Also removing grpc_status, since it's mostly useless. Change on 2014/12/15 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82180546 | ||
* | Initial import. | Nicolas Noble | 2014-11-26 |