Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ | |||
| * | Reject nils in useTestCertsPath:testName:forHost: | Jorge Canizales | 2015-10-28 |
| | | |||
* | | s/grpc_credentials/grpc_channel_credentials for ObjC | Jorge Canizales | 2015-10-26 |
| | | |||
| * | Undo Cocoadoc’ing TODO line. | Jorge Canizales | 2015-10-26 |
| | | |||
| * | Reformat comments as Cocoadocs | Jorge Canizales | 2015-10-26 |
| | | |||
| * | Finished script and example output. | Jorge Canizales | 2015-10-26 |
| | | |||
| * | Test file: GRPCCall.h | Jorge Canizales | 2015-10-25 |
| | | |||
* | | Fixes broken build due to misplaced import | Nate Kibler | 2015-09-23 |
| | | | | | | | | | | The GRPCCall import must be in the header because it defines a protocol that GRPCRequestHeaders uses. | ||
* | | Changed GRPCCall import to class forward declaration | Nate Kibler | 2015-09-23 |
| | | | | | | | | | | | | | | The GRPCCall.h file is already correctly imported in the GRPCRequestHeaders.m implementation file. This header shouldn’t need to import GRPCCall and should specify a class forward declaration for reference. | ||
| * | Fix import that relies on Cocoapods | Jorge Canizales | 2015-09-17 |
|/ | |||
* | Merge pull request #3243 from jcanizales/make-headers-property-beta | Michael Lumish | 2015-09-03 |
|\ | | | | | Make headers a "real" @property | ||
* | | Fix Bazel breakage due to magic Cocoapods header search path | Jorge Canizales | 2015-09-03 |
| | | |||
| * | 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 |
|\ | |||
| * | Merge pull request #3235 from jcanizales/dont-strip-bin-beta | Michael Lumish | 2015-09-03 |
| |\ | | | | | | | Don’t strip -bin suffix from response metadata. (Beta branch) | ||
* | | | Make the error domain and codes public and documented. | Jorge Canizales | 2015-09-03 |
| | | | |||
| | * | Don’t strip -bin suffix from response metadata. | Jorge Canizales | 2015-09-03 |
| |/ |/| | |||
| * | Don’t append -bin automatically to binary request headers. | Jorge Canizales | 2015-09-02 |
| | | |||
| * | Reject non-ASCII text header values too. | Jorge Canizales | 2015-09-02 |
| | | |||
| * | nit: remove obsolete comment | Jorge Canizales | 2015-09-02 |
| | | |||
| * | nit: _proxy -> _delegate | Jorge Canizales | 2015-09-02 |
| | | |||
| * | Let remove nil or non-ASCII keys (noop instead of throw). | Jorge Canizales | 2015-09-02 |
| | | |||
| * | 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. | ||
| * | Simpler code, better exceptions. | Jorge Canizales | 2015-09-02 |
| | | |||
| * | nit: Style guide | Jorge Canizales | 2015-09-02 |
| | | |||
| * | Remove -[asDictionary] | Jorge Canizales | 2015-09-02 |
| | | |||
| * | 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 |
|/ | |||
* | Merge pull request #2862 from jcanizales/small-analyse-fix | Michael Lumish | 2015-08-31 |
|\ | | | | | Prevent using the hosts cache with a nil address | ||
* | | Adding void* at then end of security related method in order to have a ↵ | Julien Boeuf | 2015-08-25 |
| | | | | | | | | stable ABI. | ||
* | | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown | Nicolas "Pixel" Noble | 2015-08-13 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc src/cpp/client/client_context.cc | ||
| * | | 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 |
| | | | |||
* | | | Merge remote-tracking branch 'google/master' into the-ultimate-showdown | Nicolas "Pixel" Noble | 2015-08-12 |
|\| | | | | | | | | | | | | | | Conflicts: src/csharp/ext/grpc_csharp_ext.c | ||
| * | | Allow UTF8 in comments of root certificates files | Jorge Canizales | 2015-08-09 |
| | | | |||
| | * | Prevent storing in the hosts cache with a nil key | Jorge Canizales | 2015-08-08 |
| | | | |||
| * | | Don’t retain self here! | Jorge Canizales | 2015-08-08 |
| | | | |||
| * | | Don’t set the request writer to nil, as @synchr(nil) is undefined behavior. | Jorge Canizales | 2015-08-08 |
| | | | | | | | | | | | | Also clarify in GRXWriter.h that the writeable is released whenever the writer finishes. |