aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/event_string.c
Commit message (Collapse)AuthorAge
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25
|
* Fix copyrightsGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
|
* C Core API cleanup.Gravatar Craig Tiller2015-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 membersGravatar Craig Tiller2015-04-29
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Flesh out batch APIGravatar Craig Tiller2015-02-03
|
* First compiling version of the new C api.Gravatar Craig Tiller2015-01-27
|
* Add out-param to signal length of bufferGravatar Craig Tiller2015-01-23
|
* Remove uses of sprintfGravatar Craig Tiller2015-01-23
|
* Move string.h to internal codeGravatar Craig Tiller2015-01-23
|
* Add an optional server shutdown event.Gravatar Craig Tiller2015-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.Gravatar ctiller2014-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.Gravatar Nicolas Noble2014-11-26