summaryrefslogtreecommitdiffstats
path: root/activation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Code Update: Host ApplyTime supportJayashankar Padath2019-08-091-7/+73
* Remove deprecated is_method_error codeAdriana Kobylak2019-06-031-24/+25
* Static layout: support image verificationLei YU2019-04-041-2/+3
* Refactor: Use hiomapd instead of mboxdLei YU2019-03-181-35/+2
* Refactor: Fix issues found by cppcheckLei YU2019-03-131-1/+1
* Static layout: Implement PNOR code updateLei YU2019-03-131-2/+1
* Refactor: Move serialize to ubiLei YU2019-03-081-1/+0
* Refactor: Split Activation into common and ubiLei YU2019-03-081-156/+1
* Invoke Delete method to correct serviceLei YU2019-01-291-5/+22
* std::variant: Fix forgotten conversionWilliam A. Kennington III2018-11-271-1/+1
* clang-format: Update to match docs repoGunnar Mills2018-09-111-5/+9
* activation: Add error handling in deleteImageManagerObjectAdriana Kobylak2018-07-161-5/+22
* activation: Improve error handling in SubscribeGunnar Mills2018-07-161-2/+23
* Use s.c_str() in log messagesJoseph Reynolds2018-05-311-3/+3
* PNOR Signature validation failure handling based on field modeJayanth Othayoth2018-04-301-12/+96
* Fix compilation issuesJayanth Othayoth2018-03-281-1/+2
* Enabled PNOR signed image validationJayanth Othayoth2018-03-231-0/+32
* Enable clang code formatAdriana Kobylak2018-03-021-51/+38
* PNOR: Fix the delete implementationSaqib Khan2017-12-051-40/+48
* Host updater: Remove the Object.Delete interface from functional versionMichael Tritz2017-11-281-3/+35
* Combine the creation of ro and rw partition in one service fileSaqib Khan2017-09-061-32/+8
* Create active associationGunnar Mills2017-09-051-0/+5
* Limit the number of Active pnor versionsSaqib Khan2017-08-191-0/+1
* Remove symlink creation during code updateSaqib Khan2017-08-181-40/+0
* item_updater: Ignore base version when trying to free up priority.Saqib Khan2017-08-161-1/+1
* PNOR Activation: Minor code-review fixesMichael Tritz2017-08-021-84/+85
* PNOR: Restore RedundancyPriority on resetMichael Tritz2017-07-301-0/+2
* item_updater : Implementing Object.Delete for versionLeonel Gonzalez2017-07-281-0/+5
* PNOR: Switch Software Version based on priority.Saqib Khan2017-07-251-28/+40
* Activation: Reset service file booleans after activationMichael Tritz2017-07-251-0/+5
* Activation: Implement ActivationProgress interfaceMichael Tritz2017-07-071-1/+20
* PNOR: implement Software RedundancyPriority interface.Saqib Khan2017-07-061-1/+5
* PNOR: Remove the BlocksTransition object when activation completesSaqib Khan2017-06-291-1/+2
* Activation: Wait for service files to completeMichael Tritz2017-06-281-63/+154
* activation: Replace exists() with is_symlink()/is_directory()Adriana Kobylak2017-06-231-7/+7
* RedundancyPriority: Override set property functionSaqib Khan2017-06-141-0/+5
* PNOR: Implement Software RedundancyPriority.interfaceSaqib Khan2017-06-051-0/+15
* Code update flow: Set properties and load squashfs on object creationAdriana Kobylak2017-05-241-29/+28
* Activation: Point active image to requested imageAdriana Kobylak2017-05-241-0/+48
* Mount a SquashFS image to a read-only partition on PNORSaqib Khan2017-05-051-0/+13
* Activation: Create UBI volume on RequestedActivationAdriana Kobylak2017-04-271-0/+18
* Activation: Create ActivationBlocksTransitionAdriana Kobylak2017-04-271-4/+18
* Activation: Override the set property functionsAdriana Kobylak2017-04-191-0/+27
OpenPOWER on IntegriCloud