aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
Commit message (Collapse)AuthorAge
* Merge pull request #2217 from murgatroid99/objective_c_plugin_name_changesGravatar Jorge Canizales2015-06-25
|\ | | | | Changed argument names in Objective-C generated code
* \ Merge pull request #2211 from murgatroid99/objective_c_retain_cycleGravatar Jorge Canizales2015-06-25
|\ \ | | | | | | Fixed retain cycles in GRPCWrappedCall.m
| | * Changed argument names in Objective-C generated codeGravatar murgatroid992015-06-25
| |/ |/|
| * Fixed name in commentsGravatar murgatroid992015-06-25
| |
| * Fixed 'retain cycle' warnings in GRPCWrappedCall.mGravatar murgatroid992015-06-24
| |
* | Remove const cast warning in GRPCSecureChannel.mGravatar murgatroid992015-06-24
|/
* Merge pull request #2195 from jcanizales/rewrite-grpcclient-includesGravatar Michael Lumish2015-06-24
|\ | | | | Have Cocoapods rename includes in the core wrapper
| * Have Cocoapods rename includes in the core wrapperGravatar Jorge Canizales2015-06-23
| | | | | | | | Fixes https://github.com/grpc/grpc/issues/2194 .
* | Import headers based on path in sample appGravatar Jorge Canizales2015-06-23
| | | | | | | | Part of fixing https://github.com/grpc/grpc/issues/2192
* | Import headers based on path in the tests projectGravatar Jorge Canizales2015-06-23
| | | | | | | | Part of fixing https://github.com/grpc/grpc/issues/2192
* | Import headers based on path in the runtime librariesGravatar Jorge Canizales2015-06-23
|/ | | | Part of fixing https://github.com/grpc/grpc/issues/2192
* Document why a grpc_op ivar, and the role of -finishGravatar Jorge Canizales2015-06-21
|
* Simplify GRPCOps implementationsGravatar Jorge Canizales2015-06-21
|
* Output call_error numberGravatar Jorge Canizales2015-06-21
|
* Ensure op flags don't have garbage from mallocGravatar Jorge Canizales2015-06-21
| | | | And free ops_array that was leaking.
* Merge pull request #2108 from jcanizales/disallow-started-writersGravatar Michael Lumish2015-06-17
|\ | | | | Disallow started request writers on GRPCCall init
| * Disallow started request writers on GRPCCall initGravatar Jorge Canizales2015-06-17
| |
* | Merge pull request #2092 from jcanizales/point-to-official-proto-podspecGravatar Michael Lumish2015-06-17
|\ \ | | | | | | Link to official protobuf podspec in the README
| * | Link to official protobuf podspec in the READMEGravatar Jorge Canizales2015-06-17
| |/ | | | | It was still linking to my pull request's podspec.
* / Fix NPE for trying to add metadata to error when it was nilGravatar Jorge Canizales2015-06-15
|/
* Merge pull request #2052 from jcanizales/fix-empty-globsGravatar Michael Lumish2015-06-15
|\ | | | | Remove failing globs from examples and tests
| * Remove failing globs from examples and testsGravatar Jorge Canizales2015-06-13
| |
* | Specify responseMetadata structureGravatar Jorge Canizales2015-06-13
| |
* | Drop repeated response headers.Gravatar Jorge Canizales2015-06-13
| |
* | Test call and error metadata are the same.Gravatar Jorge Canizales2015-06-13
| |
* | Merge trailers into responseMetadata. Add it to NSError.Gravatar Jorge Canizales2015-06-13
| |
* | Let set NSDictionary as headers, and init the property (not nil)Gravatar Jorge Canizales2015-06-13
| |
* | Add test to set and read headers. Flaky!!Gravatar Jorge Canizales2015-06-13
| |
* | Cleanup GRPCClientTests.mGravatar Jorge Canizales2015-06-13
|/
* Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
|
* Regenerate README table of contentsGravatar Jorge Canizales2015-06-04
|
* Update README (minus table of content)Gravatar Jorge Canizales2015-06-04
|
* Make podspecs work for nested dirsGravatar Jorge Canizales2015-06-04
|
* Use grpc-common’s route_guide in local testsGravatar Jorge Canizales2015-06-04
|
* Generate RemoteTest code on podspec installGravatar Jorge Canizales2015-06-04
|
* Generate RouteGuide code on pod installGravatar Jorge Canizales2015-06-04
|
* Fix version reqs in generated podspecsGravatar Jorge Canizales2015-06-04
|
* Point test and sample podfiles to protobuf releaseGravatar Jorge Canizales2015-06-04
|
* Merge pull request #1866 from dgquintas/stack-allocate-bb-readerGravatar Craig Tiller2015-06-02
|\ | | | | Removed grpc_byte_buffer_reader_{create,destroy}.
* | Disallow NSString headers with -bin suffixGravatar Jorge Canizales2015-06-02
| |
* | Fix NSDictionary <-> metadata codecGravatar Jorge Canizales2015-06-02
| |
| * Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-06-01
|/ | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory.
* Merge pull request #1848 from jcanizales/simplify-sample-appGravatar Michael Lumish2015-06-01
|\ | | | | Make sample app easier to understand
* \ Merge pull request #1847 from jcanizales/finish-moving-tests-outGravatar Michael Lumish2015-06-01
|\ \ | | | | | | Finish moving tests out of the sample app, into the tests project
* \ \ Merge pull request #1845 from jcanizales/move-tests-off-sampleGravatar Michael Lumish2015-06-01
|\ \ \ | | | | | | | | Move interop tests to new tests project
* \ \ \ Merge pull request #1839 from jcanizales/fix-certs-bundleGravatar Michael Lumish2015-06-01
|\ \ \ \ | | | | | | | | | | Fix problem loading certs for tests of library projects
* \ \ \ \ Merge pull request #1835 from grpc/jcanizales-fix-podspec-example-in-readmeGravatar Michael Lumish2015-06-01
|\ \ \ \ \ | | | | | | | | | | | | Fix podspec example in README to work with dir hierarchies
| | | | | * Make sample app easier to understandGravatar Jorge Canizales2015-05-31
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | - Remove the launch screen. - Add a label explaining where to look for the code and results. - Delete unnecessary boilerplate code.
| | | | * Remove remaining tests and RouteGuide from sample appGravatar Jorge Canizales2015-05-31
| | | | |
| | | | * Add RemoteTests as GRPCClientTests to tests projectGravatar Jorge Canizales2015-05-31
| | | | |