aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
Commit message (Expand)AuthorAge
* Merge pull request #1715 from jcanizales/fixes-evil-typoGravatar Michael Lumish2015-05-21
|\
| * Fix typo in README commands to compile protos!Gravatar Jorge Canizales2015-05-21
* | Point sample app to official protobuf podspecGravatar Jorge Canizales2015-05-21
|/
* Fixed writer commentGravatar murgatroid992015-05-20
* Fixed boolean variableGravatar murgatroid992015-05-20
* Added cancel_after_first_response testGravatar murgatroid992015-05-20
* Merge pull request #1671 from jcanizales/add-codegen-instructionsGravatar Michael Lumish2015-05-20
|\
* \ Merge pull request #1664 from jcanizales/renames-grx-writeable-methodsGravatar Michael Lumish2015-05-20
|\ \
| | * Add instructions to generate code and integrate itGravatar Jorge Canizales2015-05-19
| |/ |/|
| * s/didFinishWithError/writesFinishedWithErrorGravatar Jorge Canizales2015-05-19
| * s/didReceiveValue/writeValueGravatar Jorge Canizales2015-05-19
* | Copy values before buffering them.Gravatar Jorge Canizales2015-05-18
* | Add warning about the perils of buffering without boundsGravatar Jorge Canizales2015-05-18
|/
* Use BufferedPipe to add PingPong test and fix Cancel testGravatar Jorge Canizales2015-05-18
* Adds GRXBufferedPipeGravatar Jorge Canizales2015-05-18
* Fix false positive in server streaming testGravatar Jorge Canizales2015-05-18
* Move sample app to proto3 and clarify usage exampleGravatar Jorge Canizales2015-05-17
* Adds local sample test using generated serviceGravatar Jorge Canizales2015-05-17
* Moves the RouteGuide local tests to proto3Gravatar Jorge Canizales2015-05-17
* Regenerates RouteGuide library as proto3Gravatar Jorge Canizales2015-05-17
* Move our runtime to proto3 and make the dependency explicitGravatar Jorge Canizales2015-05-17
* Adjust remote tests to use proto3Gravatar Jorge Canizales2015-05-17
* Make the test.proto etc proto3, regenerate files, adjust podspec and PodfileGravatar Jorge Canizales2015-05-17
* 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
|\
| * 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
* | 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