Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | change objc | yang-g | 2015-10-01 |
| | |||
* | Removed comment from code generation and updated tests | Nate Kibler | 2015-09-25 |
| | |||
* | Merge pull request #3429 from nathanielmanistaatgoogle/drop-527-todos | Eric Anderson | 2015-09-23 |
|\ | | | | | Drop issue 527 TODOs for UnaryCall interop test specification | ||
* | | 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. | ||
| * | Drop issue 527 TODOs for interop specification | Nathaniel Manista | 2015-09-23 |
|/ | | | | | The UnaryCall interop test is now adequately specified in doc/interop-test-descriptions.md. | ||
* | 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 |
| | | |||
| * | Add header manipulation examples | Jorge Canizales | 2015-09-03 |
| | | | | | | | | With both raw and codegen’d library | ||
| * | Point sample proto podspec to latest gRPC and protobuf | Jorge Canizales | 2015-09-03 |
| | | |||
| * | Point SwiftSample’s Podfile to submodule protobuf | 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 #3237 from jcanizales/server-error-for-bad-protos-beta | Michael Lumish | 2015-09-03 |
| |\ | | | | | | | End RPC with internal error if a response proto can't be parsed. (Beta branch) | ||
| * \ | 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 |
| | | | | |||
| | | * | Documentation: Don’t retry if not idempotent! | Jorge Canizales | 2015-09-03 |
| | | | | |||
| | | * | Wrap parsing error appropriately before propagating. | Jorge Canizales | 2015-09-03 |
| | | | | |||
| | | * | Propagate parsing error if we get a bad response | 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 #3175 from jcanizales/test-swift | Michael Lumish | 2015-09-01 |
|\ | | | | | Add a Swift sample app to check that the library looks nice | ||
| * | Example with generated code :) | Jorge Canizales | 2015-08-31 |
| | | |||
| * | Point to the new RemoteTest pod | Jorge Canizales | 2015-08-31 |
| | | |||
| * | Create RemoteTest proto client that doesn’t depend on the tests framework | Jorge Canizales | 2015-08-31 |
| | | |||
| * | Add Swift example with non-generated code :D | Jorge Canizales | 2015-08-31 |
| | | |||
| * | Add empty bridging header | Jorge Canizales | 2015-08-31 |
| | | |||
| * | Install pods in project | Jorge Canizales | 2015-08-31 |
| | | |||
| * | Test Podfile | Jorge Canizales | 2015-08-31 |
| | | |||
| * | Minimal Swift sample app template | Jorge Canizales | 2015-08-31 |
| | | |||
* | | change test too | yang-g | 2015-08-31 |
| | | |||
* | | fix internal objc test proto | yang-g | 2015-08-31 |
|/ | |||
* | Merge pull request #2862 from jcanizales/small-analyse-fix | Michael Lumish | 2015-08-31 |
|\ | | | | | Prevent using the hosts cache with a nil address | ||
* | | replace all grpc-common occurances with examples | Stanley Cheung | 2015-08-27 |
| | | |||
* | | Adding void* at then end of security related method in order to have a ↵ | Julien Boeuf | 2015-08-25 |
| | | | | | | | | stable ABI. | ||
* | | Fixed KVO test | murgatroid99 | 2015-08-24 |
| | | |||
* | | Added test for responseHeaders KVO compliance | murgatroid99 | 2015-08-24 |
| | |