aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
Commit message (Collapse)AuthorAge
...
| | | | * | kSCNetworkReachabilityFlagsIsWWAN is only available on iOS, not all Mac targets.Gravatar Paul Querna2016-03-13
| |_|_|/ / |/| | | |
| | | * | Use a named constant for error domain and codeGravatar Jorge Canizales2016-03-11
| | | | |
| | * | | Merge branch 'release-0_13'Gravatar Nicolas "Pixel" Noble2016-03-12
| |/| | | |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: composer.json src/php/composer.json
| | * | | Disabling iOS user-agent test.Gravatar Nicolas "Pixel" Noble2016-03-11
| | | | |
| * | | | Revert "Revert "Pass a non-infinite deadline to grpc_completion_queue_next() ↵Gravatar Jorge Canizales2016-03-11
| |/ / / | | | | | | | | | | | | to prevent queues from blocking indefinitely in poll()""
| | * | Make Writeable with single handler robust against stream WritersGravatar Jorge Canizales2016-03-11
| | | |
| | * | Test robustness of WriteableSingleHandler against non-single WritersGravatar Jorge Canizales2016-03-11
| |/ /
* | | Clean up ownership of the connection loss handlerGravatar Jorge Canizales2016-03-11
| | |
* | | Not call external methods from within a critical sectionGravatar Jorge Canizales2016-03-11
| | |
* | | Add monitoring of connectivityGravatar Jorge Canizales2016-03-11
|/ / | | | | | | | | | | | | Move C-layer call creation into GRPCChannel, so that it always acts on a non-destroyed channel. Listen for connectivity in the GRPCCall, and destroy the channel.
* | Fix sanityGravatar Craig Tiller2016-03-04
| |
* | Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to ↵Gravatar Jan Tattermusch2016-03-04
| | | | | | | | prevent queues from blocking indefinitely in poll()"
* | Add comments and feature flag.Gravatar Greg Haines2016-03-04
| |
| * Update Podfile for CocoaPods 1.0 changes requiring more fields and the ↵Gravatar Paul Querna2016-03-03
| | | | | | | | removal of link_with in podspec.
* | Feedback from @jcanizales and @vjpaiGravatar Greg Haines2016-03-02
| |
* | Pass a non-infinite deadline to grpc_completion_queue_next() to prevent ↵Gravatar Greg Haines2016-03-02
|/ | | | queues from blocking indefinitely in poll().
* Another nit fix..Gravatar Makarand Dharmapurikar2016-02-26
|
* fixed indentation and removed unnecessary empty lineGravatar Makarand Dharmapurikar2016-02-26
|
* Added a test to verify user agent prefix can be set correctly.Gravatar Makarand Dharmapurikar2016-02-26
|
* Fixing format and copyright.Gravatar Nicolas "Pixel" Noble2016-02-25
|
* Order change of includes.Gravatar Makarand Dharmapurikar2016-02-24
|
* Reverted a change, removed empty test.Gravatar Makarand Dharmapurikar2016-02-24
|
* Fixed nits.Gravatar Makarand Dharmapurikar2016-02-24
|
* Addressed feedback from @jcanizalesGravatar Makarand Dharmapurikar2016-02-23
|
* Added tests for code coverageGravatar Test User2016-02-18
|
* Fix sanityGravatar Craig Tiller2016-02-08
|
* Removed unused userAgentPrefix variableGravatar Kristopher Wuollett2016-02-05
|
* Add user agent of the library to that of the app.Gravatar Jorge Canizales2016-02-04
|
* Updated user agent to be a host-level settingGravatar Kristopher Wuollett2016-02-03
|
* Formatting and naming fixesGravatar Kristopher Wuollett2016-02-03
|
* Restored strdup of keys and values to ensure ownership of their memoryGravatar Kristopher Wuollett2016-02-03
|
* Renamed user agent setting to userAgentPrefix and changed its scope to globalGravatar Kristopher Wuollett2016-02-02
|
* Removed (un)secure channel subclassesGravatar Kristopher Wuollett2016-02-02
|
* Fixed some formattingGravatar Kristopher Wuollett2016-01-31
|
* Add channel args to enable user agent string for Objective-CGravatar Kristopher Wuollett2016-01-31
|
* Merge pull request #4959 from grpc/release-0_12Gravatar Michael Lumish2016-01-29
|\ | | | | Release 0.12 -> master
| * Upgrade BoringSSL podspec to v2.0Gravatar Jorge Canizales2016-01-25
| |
* | fix copyrightsGravatar Jan Tattermusch2016-01-22
| |
* | Merge pull request #4790 from adelez/update_interop_urlGravatar Yang Gao2016-01-22
|\ \ | | | | | | Update interop test service url to grpc-test.sandbox.googleapis.com.
* | | Copyright fixGravatar Craig Tiller2016-01-22
| | |
* | | Fixed proto method without package naming in ObjC.Gravatar Kristopher Wuollett2016-01-20
| |/ |/|
| * Update interop test service url to grpc-test.sandbox.googleapis.com.Gravatar Adele Zhou2016-01-20
|/
* Merge pull request #4480 from jcanizales/swift-sampleGravatar Michael Lumish2016-01-04
|\ | | | | Update Swift sample’s XCode project to latest Swift version
* | Prevent warnings on dictionaries w/o string keysGravatar Jorge Canizales2015-12-17
| | | | | | Because the category makes the protocol apply to all `NSMutableDictionaries`, it can't assume keys are `NSString`. Because these types are covariant, the change is not breaking.
| * Update Swift sample’s XCode project to latest Swift versionGravatar Jorge Canizales2015-12-15
|/
* Mark the GRPCRequestHeaders protocol deprecatedGravatar Jorge Canizales2015-12-03
|
* Add the protocol back for backward compatibility.Gravatar Jorge Canizales2015-12-03
|
* Makes GRPCRequestHeaders a NSMutableDictionaryGravatar Jorge Canizales2015-12-03
| | | | | | | TODO: - Documentation - Make public - Check I’ve implemented all NSMutDict required methods
* Move BoringSSL.podspec into src, and point Podfiles to itGravatar Jorge Canizales2015-12-01
|
* Merge pull request #4223 from jcanizales/filter-protobuf-warningsGravatar Michael Lumish2015-12-01
|\ | | | | Filter Protobuf nullable warnings