aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient
Commit message (Collapse)AuthorAge
* Prevent warnings on dictionaries w/o string keysGravatar Jorge Canizales2015-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 deprecatedGravatar Jorge Canizales2015-12-03
|
* Add the protocol back for backward compatibility.Gravatar Jorge Canizales2015-12-03
|
* Makes GRPCRequestHeaders a NSMutableDictionaryGravatar Jorge Canizales2015-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_changeGravatar Julien Boeuf2015-11-17
|\
| * Reject nils in useTestCertsPath:testName:forHost:Gravatar Jorge Canizales2015-10-28
| |
* | s/grpc_credentials/grpc_channel_credentials for ObjCGravatar Jorge Canizales2015-10-26
| |
| * Undo Cocoadoc’ing TODO line.Gravatar Jorge Canizales2015-10-26
| |
| * Reformat comments as CocoadocsGravatar Jorge Canizales2015-10-26
| |
| * Finished script and example output.Gravatar Jorge Canizales2015-10-26
| |
| * Test file: GRPCCall.hGravatar Jorge Canizales2015-10-25
| |
* | Fixes broken build due to misplaced importGravatar Nate Kibler2015-09-23
| | | | | | | | | | The GRPCCall import must be in the header because it defines a protocol that GRPCRequestHeaders uses.
* | Changed GRPCCall import to class forward declarationGravatar Nate Kibler2015-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 CocoapodsGravatar Jorge Canizales2015-09-17
|/
* Merge pull request #3243 from jcanizales/make-headers-property-betaGravatar Michael Lumish2015-09-03
|\ | | | | Make headers a "real" @property
* | Fix Bazel breakage due to magic Cocoapods header search pathGravatar Jorge Canizales2015-09-03
| |
| * Make request headers a @property property.Gravatar Jorge Canizales2015-09-03
|/
* Remove unneeded include of grpc.hGravatar Jorge Canizales2015-09-03
|
* Manually merge release-0_11 into make-errors-public-beta to solve conflictGravatar Jorge Canizales2015-09-03
|\
| * Merge pull request #3235 from jcanizales/dont-strip-bin-betaGravatar Michael Lumish2015-09-03
| |\ | | | | | | Don’t strip -bin suffix from response metadata. (Beta branch)
* | | Make the error domain and codes public and documented.Gravatar Jorge Canizales2015-09-03
| | |
| | * Don’t strip -bin suffix from response metadata.Gravatar Jorge Canizales2015-09-03
| |/ |/|
| * Don’t append -bin automatically to binary request headers.Gravatar Jorge Canizales2015-09-02
| |
| * Reject non-ASCII text header values too.Gravatar Jorge Canizales2015-09-02
| |
| * nit: remove obsolete commentGravatar Jorge Canizales2015-09-02
| |
| * nit: _proxy -> _delegateGravatar Jorge Canizales2015-09-02
| |
| * Let remove nil or non-ASCII keys (noop instead of throw).Gravatar Jorge Canizales2015-09-02
| |
| * nit: Documentation and formatting.Gravatar Jorge Canizales2015-09-02
| |
| * Make the grpc_metadataArray property private.Gravatar Jorge Canizales2015-09-02
| |
| * 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.
| * Simpler code, better exceptions.Gravatar Jorge Canizales2015-09-02
| |
| * nit: Style guideGravatar Jorge Canizales2015-09-02
| |
| * 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
|/
* Merge pull request #2862 from jcanizales/small-analyse-fixGravatar Michael Lumish2015-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 ↵Gravatar Julien Boeuf2015-08-25
| | | | | | | | stable ABI.
* | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-13
|\ \ | | | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc src/cpp/client/client_context.cc
| * | Document not to modify headers after startGravatar Jorge Canizales2015-08-12
| | |
| * | Put both headers and trailers in the error.userInfoGravatar Jorge Canizales2015-08-12
| | |
| * | Turn allResponseMetadata into *Headers and *TrailersGravatar Jorge Canizales2015-08-12
| | |
| * | nit: Comment formattingGravatar 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
| | |
* | | Merge remote-tracking branch 'google/master' into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-12
|\| | | | | | | | | | | | | | Conflicts: src/csharp/ext/grpc_csharp_ext.c
| * | Allow UTF8 in comments of root certificates filesGravatar Jorge Canizales2015-08-09
| | |
| | * Prevent storing in the hosts cache with a nil keyGravatar Jorge Canizales2015-08-08
| | |
| * | 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.