aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
Commit message (Collapse)AuthorAge
* Merge pull request #5855 from grpc/revert-5724-revert-5607-revert-5544-masterGravatar Jan Tattermusch2016-03-24
|\ | | | | Revert for good "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"
* | Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-03-21
| |
* | For GRPCOperation's, ensure finish _handler can only be called once, and ↵Gravatar Nicolas "Pixel" Noble2016-03-21
| | | | | | | | | | | | release it when called, so weak ptrs needn't be used with it, and the call won't be released until the finish handler is called. When the connectivityMonitor determines the connection has been lost, pull the host disconnect call. Creates an unreliable connection when connectivity is restored. Calling finishWithError: is sufficient.
| * Revert "Redo "Pass a non-infinite deadline to grpc_completion_queue_next() ↵Gravatar Jorge Canizales2016-03-20
|/ | | | to prevent queues from blocking indefinitely in poll()""
* Merge pull request #5749 from jcanizales/only-one-completion-queueGravatar Jan Tattermusch2016-03-15
|\ | | | | Use a singleton completion queue
* \ Merge pull request #5722 from jcanizales/fix-writeableGravatar Jan Tattermusch2016-03-14
|\ \ | | | | | | Make GRXWriteable with single handler robust against streaming Writers
| * | Make copyright not expire one year too soon.Gravatar Jorge Canizales2016-03-14
| | |
| | * Use a singleton completion queueGravatar Jorge Canizales2016-03-14
| |/ |/|
* | Merge pull request #5727 from nicolasnoble/upmergeGravatar Jan Tattermusch2016-03-14
|\ \ | | | | | | Upmerge from 0.13.1
* \ \ Merge pull request #5724 from grpc/revert-5607-revert-5544-masterGravatar Jan Tattermusch2016-03-14
|\ \ \ | | | | | | | | Redo "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"
| | | * 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
|
* 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
|/