aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
Commit message (Collapse)AuthorAge
...
* | | | Make the error domain and codes public and documented.Gravatar Jorge Canizales2015-09-03
| | | |
| | | * Documentation: Don’t retry if not idempotent!Gravatar Jorge Canizales2015-09-03
| | | |
| | | * Wrap parsing error appropriately before propagating.Gravatar Jorge Canizales2015-09-03
| | | |
| | | * Propagate parsing error if we get a bad responseGravatar 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 #3175 from jcanizales/test-swiftGravatar Michael Lumish2015-09-01
|\ | | | | Add a Swift sample app to check that the library looks nice
| * Example with generated code :)Gravatar Jorge Canizales2015-08-31
| |
| * Point to the new RemoteTest podGravatar Jorge Canizales2015-08-31
| |
| * Create RemoteTest proto client that doesn’t depend on the tests frameworkGravatar Jorge Canizales2015-08-31
| |
| * Add Swift example with non-generated code :DGravatar Jorge Canizales2015-08-31
| |
| * Add empty bridging headerGravatar Jorge Canizales2015-08-31
| |
| * Install pods in projectGravatar Jorge Canizales2015-08-31
| |
| * Test PodfileGravatar Jorge Canizales2015-08-31
| |
| * Minimal Swift sample app templateGravatar Jorge Canizales2015-08-31
| |
* | change test tooGravatar yang-g2015-08-31
| |
* | fix internal objc test protoGravatar yang-g2015-08-31
|/
* Merge pull request #2862 from jcanizales/small-analyse-fixGravatar Michael Lumish2015-08-31
|\ | | | | Prevent using the hosts cache with a nil address
* | replace all grpc-common occurances with examplesGravatar Stanley Cheung2015-08-27
| |
* | Adding void* at then end of security related method in order to have a ↵Gravatar Julien Boeuf2015-08-25
| | | | | | | | stable ABI.
* | Fixed KVO testGravatar murgatroid992015-08-24
| |
* | Added test for responseHeaders KVO complianceGravatar murgatroid992015-08-24
| |
* | 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 branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-13
|\| | | | | | | | | | | | | | Conflicts: src/ruby/ext/grpc/rb_channel.c
| * | Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandlerGravatar 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
| * | Increase test timeouts to reduce flakiness.Gravatar Jorge Canizales2015-08-09
| | |
| * | Fixup for 42898cf: Correct documentation.Gravatar Jorge Canizales2015-08-09
| | |
| * | Add remote interop tests to the suite of tests.Gravatar Jorge Canizales2015-08-09
| | | | | | | | | | | | | | | This would have caught the encoding problem with the default root certificates.
| * | 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
| | |