aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/NSData+GRPC.m
Commit message (Collapse)AuthorAge
* clang-format objective-c filesGravatar Muxi Yan2018-04-11
|
* Fix two memory leaksGravatar Muxi Yan2017-07-31
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
|
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|
* Added comment for obj-cGravatar David Garcia Quintas2016-06-30
|
* Added TODO for php.Gravatar David Garcia Quintas2016-06-30
|
* Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
|
* fixed compiler warning #2Gravatar Makarand Dharmapurikar2016-06-29
|
* fixed a compiler warningGravatar Makarand Dharmapurikar2016-06-29
|
* Added another commentGravatar Makarand Dharmapurikar2016-06-28
|
* Added a commentGravatar Makarand Dharmapurikar2016-06-28
|
* fix for working with compressed data. Fixes #6746.Gravatar Makarand Dharmapurikar2016-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.Gravatar David Garcia Quintas2015-06-08
|
* Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-06-01
| | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory.
* Addressed review commentsGravatar murgatroid992015-04-24
|
* Migrated Objective C library to C batch APIGravatar murgatroid992015-04-24
|
* Working podspecs for gRPC core & wrapperGravatar Jorge Canizales2015-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.pyGravatar Yang Gao2015-02-20
|
* Adds copyright notices to the GRPCClient files.Gravatar Jorge Canizales2015-02-18
|
* Imports code of the generic gRPC client library.Gravatar Jorge Canizales2015-02-17