aboutsummaryrefslogtreecommitdiff
path: root/uncrypt
Commit message (Expand)AuthorAgeFilesLines
* [LSC] Add LOCAL_LICENSE_KINDS to bootable/recoveryBob Badour2021-02-141-0/+9
* Fix clang-analyzer-core.uninitialized.Branch warningsChih-Hung Hsieh2020-04-231-3/+3
* Add android::fs_mgr namespace for new Fstab codeTom Cherry2019-01-311-0/+3
* uncrypt: Fix the comparison in FindBlockDevice().Tao Bao2018-12-051-3/+1
* uncrypt: Replace a few C-strings with std::string.Tao Bao2018-12-051-175/+168
* Move some small users of fstab to new C++ FstabTom Cherry2018-12-041-26/+17
* uncrypt: write permission for f2fs_pin_fileJaegeuk Kim2018-11-211-1/+1
* uncrypt: fix ioctl direction for F2FS_IOC_GET_PIN_FILEDevin Kim2018-09-121-1/+1
* uncrypt: Depend on commonly used shared libs.Tao Bao2018-08-221-5/+7
* uncrypt: fix f2fs ioctl argument for pin_fileJaegeuk Kim2018-08-011-1/+2
* f2fs: support f2fs by setting unmovable bit for package fileJaegeuk Kim2018-03-221-4/+38
* uncrypt: Move to Soong.Tao Bao2017-11-092-31/+39
* Revert "Revert "Move error_code.h into otautil.""Tao Bao2017-10-092-2/+2
* Revert "Move error_code.h into otautil."Tao Bao2017-10-052-2/+2
* Move error_code.h into otautil.Tao Bao2017-10-042-2/+2
* Turn on -Wall for recovery modulesTianjie Xu2017-08-281-1/+1
* Merge "Add more specific error codes for uncrypt failures"Tianjie Xu2017-07-271-6/+6
|\
| * Add more specific error codes for uncrypt failuresTianjie Xu2017-07-271-6/+6
* | Merge "Remove LOCAL_CLANG"Tao Bao2017-07-251-1/+0
|\|
| * Remove LOCAL_CLANGLennart Wieboldt2017-07-251-1/+0
* | Merge "recovery: replacing fs_mgr_read_fstab() with new fs_mgr APIs" am: 7a0d...Bowgo Tsai2017-03-101-13/+2
|\|
| * recovery: replacing fs_mgr_read_fstab() with new fs_mgr APIsBowgo Tsai2017-03-101-13/+2
* | Merge "Retry ioctl in uncrypt if it returns block# 0" am: ceafe69fb8 am: 06b4...Tianjie Xu2017-01-071-1/+40
|\|
| * Merge "Retry ioctl in uncrypt if it returns block# 0"Tianjie Xu2017-01-071-1/+40
| |\
| | * Retry ioctl in uncrypt if it returns block# 0Tianjie Xu2016-12-051-1/+40
* | | Merge "Add tests for setup-bcb and clear-bcb via uncrypt." am: 4e48a6c1a1 am:...Tao Bao2016-12-141-1/+1
|\| |
| * | Add tests for setup-bcb and clear-bcb via uncrypt.Tao Bao2016-12-131-1/+1
| * | Merge "Allow uncrypt to work without socket communication"Tianjie Xu2016-11-121-2/+18
| |\|
| | * Allow uncrypt to work without socket communicationTianjie Xu2016-11-111-2/+18
| | * Verify wipe package when wiping A/B device in recovery.Yabin Cui2016-10-192-36/+18
* | | resolve merge conflicts of e89bf25 to stage-aosp-master am: 69c117c2ffTao Bao2016-10-181-5/+6
|\| |
| * | resolve merge conflicts of e89bf25 to stage-aosp-masterTao Bao2016-10-181-5/+6
| |\|
| | * Create bootloader_message static library.Yabin Cui2016-10-183-123/+7
| | * Turn on -Werror for recoveryTianjie Xu2016-09-291-7/+8
* | | Turn on -Werror for recoveryTianjie Xu2016-09-301-7/+6
|\| |
| * | Turn on -Werror for recoveryTianjie Xu2016-09-301-7/+6
* | | Report uncrypt errors in detailsTianjie Xu2016-09-291-23/+12
|\| |
| * | Report uncrypt errors in detailsTianjie Xu2016-09-291-23/+12
* | | Merge "Report uncrypt errors in details" am: af8b9363c6 am: 7582609d61 am: fc...Tianjie Xu2016-09-271-40/+65
|\| |
| * | Merge "Report uncrypt errors in details" am: af8b9363c6 am: 7582609d61Tianjie Xu2016-09-271-40/+65
| |\|
| | * Report uncrypt errors in detailsTianjie Xu2016-09-261-40/+65
| * | resolve merge conflicts of d5c7d6b to nyc-mr1-dev-plus-aospElliott Hughes2016-09-261-7/+7
| |\|
| | * Switch to <android-base/properties.h>.Elliott Hughes2016-09-262-13/+12
| | * save uncrypt status to last_installTianjie Xu2016-09-121-0/+21
| | * Switch recovery to libbase loggingTianjie Xu2016-09-011-47/+44
* | | Switch to <android-base/properties.h>.Elliott Hughes2016-09-231-7/+7
* | | save uncrypt status to last_install am: e16e799dfd am: 4769f209dcTianjie Xu2016-09-131-0/+21
|\| |
| * | save uncrypt status to last_install am: e16e799dfdTianjie Xu2016-09-131-0/+21
| |\ \
| | * | save uncrypt status to last_installTianjie Xu2016-09-121-0/+21
| * | | Switch recovery to libbase loggingTianjie Xu2016-09-011-49/+46