aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
Commit message (Collapse)AuthorAge
...
* Make the test.proto etc proto3, regenerate files, adjust podspec and PodfileGravatar Jorge Canizales2015-05-17
| | | | | | Generated by running protoc --objc_out=. --objcrpc_out=. *.proto in this directory. Generates separate files until GeneratorContext::OpenForInsert/Append works. A temporary podspec for the proto3 runtime is being used, pending the official.
* Some modifications based on commentsGravatar murgatroid992015-05-15
|
* Fixed cancellation testsGravatar murgatroid992015-05-15
|
* Added more interop testsGravatar murgatroid992015-05-15
|
* Added server_streaming interop testGravatar murgatroid992015-05-15
|
* Made cache thread-safeGravatar murgatroid992015-05-14
|
* Added channel caching by host stringGravatar murgatroid992015-05-14
|
* Ignore .DS_Store filesGravatar murgatroid992015-05-11
|
* Updated Objective C code to match completion queue changesGravatar murgatroid992015-05-08
|
* Merge pull request #1363 from murgatroid99/objective_c_batch_migrationGravatar Jorge Canizales2015-05-01
|\ | | | | Migrated Objective C library to C batch API
| * Resolved some commentsGravatar murgatroid992015-05-01
| |
| * Fixed ivar names and commentsGravatar murgatroid992015-04-29
| |
| * Simplified startBatch, resolved commentsGravatar murgatroid992015-04-29
| |
| * Moved deallocation code to the right placeGravatar murgatroid992015-04-29
| |
| * Added nil check in GRPCWrappedCall initializerGravatar murgatroid992015-04-29
| |
| * Fixed missing incrementGravatar murgatroid992015-04-29
| |
| * Removed thrown error in one caseGravatar murgatroid992015-04-29
| |
| * Simplified some batch code, resolved commentsGravatar murgatroid992015-04-29
| |
| * Removed Podfile.lockGravatar murgatroid992015-04-28
| |
| * Updated GRPCCall comments and spacingGravatar murgatroid992015-04-28
| |
* | Podfile.lock prevents gRPC to be properly installedGravatar Jorge Canizales2015-04-28
| | | | | | | | | | | | When Podfile.lock is present, the prepare_command of the gRPC pod isn’t executed on “pod install”, even if the Xcode workspace and the Pods/ directory are absent.
* | Increases timeout of client_streaming test to 4sGravatar Jorge Canizales2015-04-28
| |
| * Merged changes from masterGravatar murgatroid992015-04-28
| |\
| * | Changed message handling, fixed line lengthsGravatar murgatroid992015-04-28
| | |
| | * Checks in Podfile.lock so the build is reproducibleGravatar Jorge Canizales2015-04-28
| | |
| | * Warn in the sample's README that pod install must be runGravatar Jorge Canizales2015-04-28
| | |
| | * Removes Cocoapod-generated filesGravatar Jorge Canizales2015-04-28
| | |
* | | Checks in Podfile.lock so the build is reproducibleGravatar Jorge Canizales2015-04-28
| | |
* | | Warn in the sample's README that pod install must be runGravatar Jorge Canizales2015-04-27
| | |
* | | Removes Cocoapod-generated filesGravatar Jorge Canizales2015-04-27
| | |
* | | Augments the timeout of the large_unary test to 4sGravatar Jorge Canizales2015-04-27
| | |
* | | Implements empty_unary, large_unary, and client_streaming integration tests.Gravatar Jorge Canizales2015-04-27
| |/ |/| | | | | As defined in the spec.
| * Rewrote comment to match changesGravatar murgatroid992015-04-27
| |
| * Re-added completion_queue_destroy callGravatar murgatroid992015-04-27
| |
| * Simplified an initializer callGravatar murgatroid992015-04-27
| |
| * Fixed spacingGravatar murgatroid992015-04-27
| |
| * Made startBatch more strongly typedGravatar murgatroid992015-04-27
| |
| * Fixed dictionary usageGravatar murgatroid992015-04-24
| |
| * Fixed grpc_getMetadataArrayGravatar murgatroid992015-04-24
| |
| * Addressed review commentsGravatar murgatroid992015-04-24
| |
| * Fixed indentationGravatar murgatroid992015-04-24
| |
| * Migrated Objective C library to C batch APIGravatar murgatroid992015-04-24
| |
* | Moves ProtoRPC.podspec into gRPC.podspecGravatar Jorge Canizales2015-04-22
| | | | | | | | | | | | So the root of the repository doesn’t have 2 podspecs. All four libraries are subspecs now. Adjusts the generated code to account for that.
* | Adjusts #imports of RxLibraryGravatar Jorge Canizales2015-04-22
| |
* | Adds unit test of stub to the XCode projectGravatar Jorge Canizales2015-04-22
| |
* | Creates unit test for the stubGravatar Jorge Canizales2015-04-22
| |
* | Fixes initializer of the generated stubGravatar Jorge Canizales2015-04-22
| |
* | Fixes syntax errors.Gravatar Jorge Canizales2015-04-22
| |
* | Makes the runtime serialize alright.Gravatar Jorge Canizales2015-04-22
| |
* | Adds basic runtime library and generated stubGravatar Jorge Canizales2015-04-22
|/ | | | | | | The stub is manually adapted: - to the evolved runtime, - as if generated with insertion points.