summaryrefslogtreecommitdiffstats
path: root/uncrypt/uncrypt.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* f2fs: support f2fs by setting unmovable bit for package fileJaegeuk Kim2018-04-051-4/+22
* Revert "Revert "Move error_code.h into otautil.""Tao Bao2017-10-091-1/+1
* Revert "Move error_code.h into otautil."Tao Bao2017-10-051-1/+1
* Move error_code.h into otautil.Tao Bao2017-10-041-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 "recovery: replacing fs_mgr_read_fstab() with new fs_mgr APIs" am: 7a0dfec771 am: 1a23257214Bowgo 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: 06b4254a70 am: 5ec75851a7Tianjie 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: af62097c08 am: b1e8150c44Tao Bao2016-12-141-1/+1
|\| |
| * | Add tests for setup-bcb and clear-bcb via uncrypt.Tao Bao2016-12-141-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-191-1/+18
| | * Create bootloader_message static library.Yabin Cui2016-10-181-1/+1
* | | 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: fc887a8fbaTianjie 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-271-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-261-7/+7
| | * save uncrypt status to last_installTianjie Xu2016-09-131-0/+21
| | * Switch recovery to libbase loggingTianjie Xu2016-09-011-47/+44
* | | Switch to <android-base/properties.h>.Elliott Hughes2016-09-241-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-131-0/+21
| * | | Switch recovery to libbase loggingTianjie Xu2016-09-011-49/+46
* | | | Switch recovery to libbase loggingTianjie Xu2016-09-011-52/+49
* | | | Allow uncrypt to work without socket communicationTianjie Xu2016-07-011-2/+18
|/ / /
* | | resolve merge conflicts of 2f272c0 to nyc-mr1-dev-plus-aospYabin Cui2016-07-011-1/+1
|\| |
| * | Create bootloader_message static library.Yabin Cui2016-06-301-1/+1
* | | resolve merge conflicts of ed4c49c to nyc-mr1-dev-plus-aospYabin Cui2016-06-211-1/+18
|\| | | |/ |/|
| * Verify wipe package when wiping A/B device in recovery.Yabin Cui2016-06-211-1/+18
* | Merge "Fix google-runtime-int warnings." am: a1f4a1eChih-hung Hsieh2016-04-191-2/+3
|\ \
| * | Fix google-runtime-int warnings.Chih-Hung Hsieh2016-04-181-2/+3
| * | uncrypt: remove --read-bcb option.Yabin Cui2016-03-301-32/+0
* | | resolve merge conflicts of a58a6db to nyc-dev-plus-aospYabin Cui2016-04-091-44/+7
|\ \ \ | | |/ | |/|
| * | uncrypt: split libbootloader_message_writer for reuse.Yabin Cui2016-04-081-43/+7
| * | Merge "uncrypt: fix call to close()." into nyc-devYabin Cui2016-03-301-2/+2
| |\ \
| | * | uncrypt: fix call to close().Yabin Cui2016-03-301-2/+2
* | | | resolve merge conflicts of 61799ba to nyc-dev-plus-aospYabin Cui2016-03-301-32/+0
|\| | |
| * | | uncrypt: remove --read-bcb option.Yabin Cui2016-03-291-32/+0
| |/ /
* | | Fix uncrypt.cpp unique_fd build breakage.Elliott Hughes2016-03-291-10/+10
* | | resolve merge conflicts of 5cf4701 to nyc-dev-plus-aospElliott Hughes2016-03-291-36/+34
|\ \ \ | |/ / |/| / | |/
| * Switch to <android-base/unique_fd.h>.Elliott Hughes2016-03-291-51/+52
* | uncrypt: Communicate via /dev/socket/uncrypt.Tao Bao2016-03-031-79/+181
* | uncrypt: Retire pre-recovery service.Tao Bao2016-02-231-13/+1
|/
* uncrypt: add options to setup bcb and clear bcb.Yabin Cui2016-02-031-104/+188
* uncrypt: generate map file by renaming tmp file.Yabin Cui2016-02-011-75/+93
* uncrypt: avoid use-after-freeDaniel Micay2016-01-121-3/+4
* uncrypt: Suppress the compiler warnings on LP64.Tao Bao2015-12-091-10/+12
* Track rename from base/ to android-base/.Elliott Hughes2015-12-051-2/+2
* We can use fclose directly in std::unique_ptr.Elliott Hughes2015-11-131-5/+5
* uncrypt: remove O_SYNC to avoid time-out failuresJaegeuk Kim2015-11-041-1/+1
* Use unique_ptr and unique_fd to manager FDs.Tao Bao2015-08-101-16/+16
* uncrypt: Support file level encryption.Tao Bao2015-07-241-1/+1
* uncrypt: Write status when it reboots to factory resetTao Bao2015-06-101-7/+10
* Separate uncrypt into two modesTao Bao2015-06-101-94/+91
* Clean up the sleep()'s after poking init servicesTao Bao2015-05-271-4/+8
* uncrypt: Switch to C++Tao Bao2015-05-061-0/+465