aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private
Commit message (Expand)AuthorAge
* Document why a grpc_op ivar, and the role of -finishGravatar Jorge Canizales2015-06-21
* Simplify GRPCOps implementationsGravatar Jorge Canizales2015-06-21
* Output call_error numberGravatar Jorge Canizales2015-06-21
* Ensure op flags don't have garbage from mallocGravatar Jorge Canizales2015-06-21
* Drop repeated response headers.Gravatar Jorge Canizales2015-06-13
* Merge trailers into responseMetadata. Add it to NSError.Gravatar Jorge Canizales2015-06-13
* Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
* Merge pull request #1866 from dgquintas/stack-allocate-bb-readerGravatar Craig Tiller2015-06-02
|\
* | Disallow NSString headers with -bin suffixGravatar Jorge Canizales2015-06-02
* | Fix NSDictionary <-> metadata codecGravatar Jorge Canizales2015-06-02
| * Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-06-01
|/
* Fix problem loading certs for tests of library projectsGravatar Jorge Canizales2015-05-30
* s/didFinishWithError/writesFinishedWithErrorGravatar Jorge Canizales2015-05-19
* s/didReceiveValue/writeValueGravatar Jorge Canizales2015-05-19
* Made cache thread-safeGravatar murgatroid992015-05-14
* Added channel caching by host stringGravatar murgatroid992015-05-14
* Ignore .DS_Store filesGravatar murgatroid992015-05-11
* Updated Objective C code to match completion queue changesGravatar murgatroid992015-05-08
* Resolved some commentsGravatar murgatroid992015-05-01
* Fixed ivar names and commentsGravatar murgatroid992015-04-29
* Simplified startBatch, resolved commentsGravatar murgatroid992015-04-29
* Moved deallocation code to the right placeGravatar murgatroid992015-04-29
* Added nil check in GRPCWrappedCall initializerGravatar murgatroid992015-04-29
* Fixed missing incrementGravatar murgatroid992015-04-29
* Removed thrown error in one caseGravatar murgatroid992015-04-29
* Simplified some batch code, resolved commentsGravatar murgatroid992015-04-29
* Changed message handling, fixed line lengthsGravatar murgatroid992015-04-28
* Re-added completion_queue_destroy callGravatar murgatroid992015-04-27
* Made startBatch more strongly typedGravatar murgatroid992015-04-27
* Fixed dictionary usageGravatar murgatroid992015-04-24
* Fixed grpc_getMetadataArrayGravatar murgatroid992015-04-24
* Addressed review commentsGravatar murgatroid992015-04-24
* Fixed indentationGravatar murgatroid992015-04-24
* Migrated Objective C library to C batch APIGravatar murgatroid992015-04-24
* Fixes host transformation when user supplies a port.Gravatar Jorge Canizales2015-04-21
* CleanupGravatar Jorge Canizales2015-04-21
* Loads certificates from file. SSL works ^^Gravatar Jorge Canizales2015-04-21
* Removes scheme before passing to C layerGravatar Jorge Canizales2015-04-21
* Fixes scheme detection logic and NPEGravatar Jorge Canizales2015-04-21
* Makes GRPCChannel a cluster class of secure and unsecured.Gravatar Jorge Canizales2015-04-21
* Changes #import paths from RxLibrary -> gRPCGravatar Jorge Canizales2015-04-21
* Working podspecs for gRPC core & wrapperGravatar Jorge Canizales2015-04-21
* include .m in check_copyright.pyGravatar Yang Gao2015-02-20
* Merge pull request #629 from jcanizales/fix-internal-include-pathGravatar Tim Emiola2015-02-19
|\
| * Fix internal include pathGravatar Jorge Canizales2015-02-19
* | 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