aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
Commit message (Collapse)AuthorAge
* Merge pull request #3969 from grpc/release-0_11Gravatar Nicolas Noble2015-10-26
|\ | | | | Release 0 11 -> master
| * s/quit()/sys.exit()Gravatar Jorge Canizales2015-10-26
| |
| * Copyright notice in the .sh fileGravatar Jorge Canizales2015-10-26
| |
| * Style and misc fixes to the scriptGravatar Jorge Canizales2015-10-26
| |
| * Undo Cocoadoc’ing TODO line.Gravatar Jorge Canizales2015-10-26
| |
| * Reformat comments as CocoadocsGravatar Jorge Canizales2015-10-26
| |
| * Make the script support multiple input filesGravatar Jorge Canizales2015-10-26
| |
| * Finished script and example output.Gravatar Jorge Canizales2015-10-26
| |
| * Prototype script to change comment format.Gravatar Jorge Canizales2015-10-25
| | | | | | | | | | Still needs implementing format_as_block, and switching input and output to use sys.stdin.readline() and sys.stdout.write(line).
| * Test file: GRPCCall.hGravatar Jorge Canizales2015-10-25
| |
* | Git ignore XCode derived files across the repoGravatar Jorge Canizales2015-10-15
| |
| * Git ignore XCode derived files across the repoGravatar Jorge Canizales2015-10-12
| |
* | removed a few more linuxbrew referencesGravatar Stanley Cheung2015-10-08
| |
| * remove a few more linuxbrew referencesGravatar Stanley Cheung2015-10-08
| |
* | Merge branch 'grpc/master'Gravatar Nate Kibler2015-10-08
|\ \
* | | Fixed a typo in the READMEGravatar Nate Kibler2015-10-08
| | |
| * | Merge pull request #3601 from Scott84/Scott84-ObjC-Compiler-Warning-FixGravatar Jorge Canizales2015-10-07
| |\ \ | | | | | | | | Prevent warnings for pure virtual methods of GRXWriter.m
| | * | Update GRXWriter.mGravatar Scott842015-10-02
| |/ / |/| | | | | Corrected compiler warning for effectively pure virtual ObjC methods.
| * | change objcGravatar yang-g2015-10-01
|/ /
* | Removed comment from code generation and updated testsGravatar Nate Kibler2015-09-25
| |
* | Merge pull request #3429 from nathanielmanistaatgoogle/drop-527-todosGravatar Eric Anderson2015-09-23
|\ \ | | | | | | Drop issue 527 TODOs for UnaryCall interop test specification
* | | 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.
| * | Drop issue 527 TODOs for interop specificationGravatar Nathaniel Manista2015-09-23
|/ / | | | | | | | | The UnaryCall interop test is now adequately specified in doc/interop-test-descriptions.md.
| * 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
| |
| * Add header manipulation examplesGravatar Jorge Canizales2015-09-03
| | | | | | | | With both raw and codegen’d library
| * Point sample proto podspec to latest gRPC and protobufGravatar Jorge Canizales2015-09-03
| |
| * Point SwiftSample’s Podfile to submodule protobufGravatar 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 #3237 from jcanizales/server-error-for-bad-protos-betaGravatar Michael Lumish2015-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-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
| | | |
| | | * 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
| |