Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | 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 |
| | |||
* | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | |||
* | Introduce slowdown factor for unit test deadlines | Craig Tiller | 2015-02-25 |
| | | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs. | ||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Convert request_response_with_metadata_and_payload | Craig Tiller | 2015-02-05 |
| | |||
* | Add useful utilities | Craig Tiller | 2015-02-04 |
| | |||
* | Updated the first test (which fails) | Craig Tiller | 2015-02-03 |
| | |||
* | Merge branch 'new_invoke_api' of github.com:google/grpc into update-api | Craig Tiller | 2015-01-16 |
|\ | |||
* | | 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. | ||
| * | Merge github.com:google/grpc into api | Craig Tiller | 2015-01-13 |
| |\ | |/ |/| | |||
| * | Moving prototype from Google to GitHub | Craig Tiller | 2015-01-13 |
| | | | | | | | | | | I'd started some prototyping work on this change before the move to GitHub; this change restores things. | ||
* | | clang-format codebase | Craig Tiller | 2015-01-13 |
|/ | |||
* | 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 |