Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | s/GPR_SLICE/GRPC_SLICE/g | Craig Tiller | 2016-10-26 |
| | |||
* | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 |
| | |||
* | Added comment for obj-c | David Garcia Quintas | 2016-06-30 |
| | |||
* | Added TODO for php. | David Garcia Quintas | 2016-06-30 |
| | |||
* | Return success status of grpc_byte_buffer_reader | David Garcia Quintas | 2016-06-30 |
| | |||
* | fixed compiler warning #2 | Makarand Dharmapurikar | 2016-06-29 |
| | |||
* | fixed a compiler warning | Makarand Dharmapurikar | 2016-06-29 |
| | |||
* | Added another comment | Makarand Dharmapurikar | 2016-06-28 |
| | |||
* | Added a comment | Makarand Dharmapurikar | 2016-06-28 |
| | |||
* | fix for working with compressed data. Fixes #6746. | Makarand Dharmapurikar | 2016-06-28 |
| | | | | Using correct API that gives length of uncompressed data so correct amount of memory is allocated. | ||
* | Changes to byte_buffer based on comments. | David Garcia Quintas | 2015-06-08 |
| | |||
* | 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. | ||
* | Addressed review comments | murgatroid99 | 2015-04-24 |
| | |||
* | Migrated Objective C library to C batch API | murgatroid99 | 2015-04-24 |
| | |||
* | Working podspecs for gRPC core & wrapper | Jorge Canizales | 2015-04-21 |
| | | | | | | | - Moves them to the root of the repo. - Makes them pass lint (except for the release tag warning). - Includes the script to rename time.h and string.h in the spec. - Fixes the #includes in the wrapper files. | ||
* | include .m in check_copyright.py | Yang Gao | 2015-02-20 |
| | |||
* | Adds copyright notices to the GRPCClient files. | Jorge Canizales | 2015-02-18 |
| | |||
* | Imports code of the generic gRPC client library. | Jorge Canizales | 2015-02-17 |