aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.m
Commit message (Collapse)AuthorAge
* Makes GRPCRequestHeaders a NSMutableDictionaryGravatar Jorge Canizales2015-12-03
| | | | | | | TODO: - Documentation - Make public - Check I’ve implemented all NSMutDict required methods
* Make request headers a @property property.Gravatar Jorge Canizales2015-09-03
|
* Publish GRPCRequestHeaders as a protocolGravatar Jorge Canizales2015-09-02
| | | | | So we can make the property a dictionary later, by just extending NSMutableDictionary to conform to the protocol.
* Remove -[asDictionary]Gravatar Jorge Canizales2015-09-02
|
* Make GRPCRequestHeaders public and import from GRPCCallGravatar Jorge Canizales2015-09-02
|
* Added class for setting request headers on a callGravatar murgatroid992015-09-01
|
* Put both headers and trailers in the error.userInfoGravatar Jorge Canizales2015-08-12
|
* Turn allResponseMetadata into *Headers and *TrailersGravatar Jorge Canizales2015-08-12
|
* More requestMetadata -> requestHeaders renamingGravatar Jorge Canizales2015-08-12
|
* Rename responseMetadata -> allResponseMetadataGravatar Jorge Canizales2015-08-12
|
* Rename requestMetadata -> requestHeadersGravatar Jorge Canizales2015-08-12
|
* Don’t retain self here!Gravatar Jorge Canizales2015-08-08
|
* Don’t set the request writer to nil, as @synchr(nil) is undefined behavior.Gravatar Jorge Canizales2015-08-08
| | | | Also clarify in GRXWriter.h that the writeable is released whenever the writer finishes.
* Rename super-confusing ivar _self -> _retainSelfGravatar Jorge Canizales2015-08-08
|
* Eliminate race in GRPCCall’s operation of the requests writerGravatar Jorge Canizales2015-08-07
|
* Return nil instead of assert when the test certs can’t be readGravatar Jorge Canizales2015-08-05
|
* Move _channel from GRPCCall into GRPCWrappedCallGravatar Jorge Canizales2015-08-01
|
* Unused ivar in GRPCCall.mGravatar Jorge Canizales2015-08-01
|
* grpc_init() is already called in GRPCWrappedCallGravatar Jorge Canizales2015-08-01
|
* GRPCCall.m formatting.Gravatar Jorge Canizales2015-08-01
|
* Make the call retain cycle explicit and encapsulated within GRPCCall.mGravatar Jorge Canizales2015-07-18
|
* ConcurrentWriteable: NSData *message -> id valueGravatar Jorge Canizales2015-07-18
|
* Rename GRPCDelegateWrapper -> GRXConcurrentWriteableGravatar Jorge Canizales2015-07-18
| | | | And move it to the RxLibrary.
* id<GRXWriter> -> GRXWriter * in the runtimeGravatar Jorge Canizales2015-07-17
|
* Move ProtoMethod to ProtoRPC packageGravatar Jorge Canizales2015-07-04
|
* Rename GRPCMethodName->ProtoMethodGravatar Jorge Canizales2015-07-04
|
* Have Cocoapods rename includes in the core wrapperGravatar Jorge Canizales2015-06-23
| | | | Fixes https://github.com/grpc/grpc/issues/2194 .
* Merge pull request #2108 from jcanizales/disallow-started-writersGravatar Michael Lumish2015-06-17
|\ | | | | Disallow started request writers on GRPCCall init
| * Disallow started request writers on GRPCCall initGravatar Jorge Canizales2015-06-17
| |
* | Fix NPE for trying to add metadata to error when it was nilGravatar Jorge Canizales2015-06-15
|/
* Merge trailers into responseMetadata. Add it to NSError.Gravatar Jorge Canizales2015-06-13
|
* Let set NSDictionary as headers, and init the property (not nil)Gravatar Jorge Canizales2015-06-13
|
* s/didFinishWithError/writesFinishedWithErrorGravatar Jorge Canizales2015-05-19
|
* s/didReceiveValue/writeValueGravatar Jorge Canizales2015-05-19
|
* Fixed ivar names and commentsGravatar murgatroid992015-04-29
|
* Updated GRPCCall comments and spacingGravatar murgatroid992015-04-28
|
* Changed message handling, fixed line lengthsGravatar murgatroid992015-04-28
|
* Rewrote comment to match changesGravatar murgatroid992015-04-27
|
* Simplified an initializer callGravatar murgatroid992015-04-27
|
* Fixed spacingGravatar murgatroid992015-04-27
|
* Made startBatch more strongly typedGravatar murgatroid992015-04-27
|
* 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