Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format objective-c files | Muxi Yan | 2018-04-11 |
| | |||
* | Polish comment | Muxi Yan | 2017-09-14 |
| | |||
* | Add comment for timeout; assert on negative timeout value; fix timeout test | Muxi Yan | 2017-09-11 |
| | |||
* | Use Apple internal type for timeout | Muxi Yan | 2017-09-11 |
| | |||
* | Rename deadline to timeout | Muxi Yan | 2017-08-30 |
| | |||
* | Surface call deadline to Objective C API | Muxi Yan | 2017-08-30 |
| | |||
* | Fix warning in GRPCCall.h | Marek Gilbert | 2017-07-20 |
| | | | | | | | | GRPCCall.h:185:1: warning: no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed [-Wobjc-property-no-attribute] @property (atomic, readwrite) NSString *serverName; ^ | ||
* | Update serverName comment to be more accurate | thassss | 2017-06-29 |
| | |||
* | Warn against using serverName property with Cronet | thassss | 2017-06-29 |
| | |||
* | Expose :authority pseudo-header to Obj-C API. | thassss | 2017-06-26 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Minor comment polish | Muxi Yan | 2017-04-19 |
| | |||
* | Support configuring dispatch queue in GRPCCall and below | Muxi Yan | 2017-04-05 |
| | |||
* | Revert format changes of unrelated files | Muxi Yan | 2016-10-28 |
| | |||
* | clang-format format clean | Muxi Yan | 2016-10-25 |
| | |||
* | Name revision | Muxi Yan | 2016-10-02 |
| | |||
* | ObjC API update | Muxi Yan | 2016-09-30 |
| | |||
* | Use NS_OPTIONS flags for ObjC API | Muxi Yan | 2016-09-28 |
| | |||
* | Allow more general flags to be passed to ObjC API | Muxi Yan | 2016-09-28 |
| | |||
* | Update grpc objc API for support of PUT method | Muxi Yan | 2016-09-27 |
| | |||
* | added comment about host parameter format (issue 4147) | Makarand Dharmapurikar | 2016-06-07 |
| | |||
* | Prevent warnings on dictionaries w/o string keys | Jorge Canizales | 2015-12-17 |
| | | | Because the category makes the protocol apply to all `NSMutableDictionaries`, it can't assume keys are `NSString`. Because these types are covariant, the change is not breaking. | ||
* | Mark the GRPCRequestHeaders protocol deprecated | Jorge Canizales | 2015-12-03 |
| | |||
* | Add the protocol back for backward compatibility. | Jorge Canizales | 2015-12-03 |
| | |||
* | Makes GRPCRequestHeaders a NSMutableDictionary | Jorge Canizales | 2015-12-03 |
| | | | | | | | TODO: - Documentation - Make public - Check I’ve implemented all NSMutDict required methods | ||
* | Undo Cocoadoc’ing TODO line. | Jorge Canizales | 2015-10-26 |
| | |||
* | Reformat comments as Cocoadocs | Jorge Canizales | 2015-10-26 |
| | |||
* | Test file: GRPCCall.h | Jorge Canizales | 2015-10-25 |
| | |||
* | Make request headers a @property property. | Jorge Canizales | 2015-09-03 |
| | |||
* | Remove unneeded include of grpc.h | Jorge Canizales | 2015-09-03 |
| | |||
* | Manually merge release-0_11 into make-errors-public-beta to solve conflict | Jorge Canizales | 2015-09-03 |
|\ | |||
* | | Make the error domain and codes public and documented. | Jorge Canizales | 2015-09-03 |
| | | |||
| * | nit: Documentation and formatting. | Jorge Canizales | 2015-09-02 |
| | | |||
| * | Make the grpc_metadataArray property private. | Jorge Canizales | 2015-09-02 |
| | | |||
| * | Publish GRPCRequestHeaders as a protocol | Jorge Canizales | 2015-09-02 |
| | | | | | | | | | | So we can make the property a dictionary later, by just extending NSMutableDictionary to conform to the protocol. | ||
| * | Make GRPCRequestHeaders public and import from GRPCCall | Jorge Canizales | 2015-09-02 |
| | | |||
| * | Added class for setting request headers on a call | murgatroid99 | 2015-09-01 |
|/ | |||
* | Document not to modify headers after start | Jorge Canizales | 2015-08-12 |
| | |||
* | Put both headers and trailers in the error.userInfo | Jorge Canizales | 2015-08-12 |
| | |||
* | Turn allResponseMetadata into *Headers and *Trailers | Jorge Canizales | 2015-08-12 |
| | |||
* | nit: Comment formatting | Jorge Canizales | 2015-08-12 |
| | |||
* | More requestMetadata -> requestHeaders renaming | Jorge Canizales | 2015-08-12 |
| | |||
* | Rename responseMetadata -> allResponseMetadata | Jorge Canizales | 2015-08-12 |
| | |||
* | Rename requestMetadata -> requestHeaders | Jorge Canizales | 2015-08-12 |
| | |||
* | Subclass GRXWriter instead of conforming to protocol | Jorge Canizales | 2015-07-17 |
| | |||
* | id<GRXWriter> -> GRXWriter * in the runtime | Jorge Canizales | 2015-07-17 |
| | |||
* | Move ProtoMethod to ProtoRPC package | Jorge Canizales | 2015-07-04 |
| | |||
* | Rename GRPCMethodName->ProtoMethod | Jorge Canizales | 2015-07-04 |
| | |||
* | Import headers based on path in the runtime libraries | Jorge Canizales | 2015-06-23 |
| | | | | Part of fixing https://github.com/grpc/grpc/issues/2192 | ||
* | Specify responseMetadata structure | Jorge Canizales | 2015-06-13 |
| |