Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
4ded613170749032377207466feb9a1c55d11458
/
updater
b66b94c
Merge "Make make_parent() to take const argument" am: 52e2a97aa7 am: 1fd9f0aff7 am: 260573b3c2
by Tianjie Xu
· 8 years ago
d75003d
Make make_parent() to take const argument
by Tianjie Xu
· 8 years ago
88ee9f6
Merge "updater: Add a testcase for RenameFn()." am: d0daf7f7df am: 05a801ca8e am: 8269eb0d1f
by Tao Bao
· 8 years ago
af03617
Merge "updater: Fix a bug in DeleteFn()." am: 529032f4a0 am: 4f91ca78b9 am: 786b083b8e
by Tao Bao
· 8 years ago
a659d79
updater: Add a testcase for RenameFn().
by Tao Bao
· 8 years ago
0831d0b
updater: Fix a bug in DeleteFn().
by Tao Bao
· 8 years ago
3e86661
Merge "updater: Fix an off-by-1 bug in file_getprop()." am: da2b34b5d0 am: 917be35f0f am: 4098285e8c
by Tao Bao
· 8 years ago
51d516e
updater: Fix an off-by-1 bug in file_getprop().
by Tao Bao
· 8 years ago
b059c4b
Merge "Cleanup ReadArgs & ReadValueArgs usage" am: a9b252887c am: 88fc75ee54 am: 0b6085a341
by Tianjie Xu
· 8 years ago
5fe280a
Cleanup ReadArgs & ReadValueArgs usage
by Tianjie Xu
· 8 years ago
2f9b98c
Merge "applypatch: Switch the parameter of Value** to std::vector." am: 3f4030e0ef am: bc48de6bf0 am: edf2928edf
by Tao Bao
· 8 years ago
fada91c
applypatch: Switch the parameter of Value** to std::vector.
by Tao Bao
· 8 years ago
81e54ed
resolve merge conflicts of 434697f to master
by Tianjie Xu
· 8 years ago
8cf5c8f
Replace minzip with libziparchive
by Tianjie Xu
· 8 years ago
c012c3c
Merge "Change StringValue to use std::string" am: 2b17b24ae5 am: 430b7ae469
by Tianjie Xu
· 8 years ago
aced5d9
Change StringValue to use std::string
by Tianjie Xu
· 8 years ago
5f39820
Merge "edify: Some clean-ups to libedify." am: c5b4b71913 am: 039e9dc5ca am: bd16939bbf
by Tao Bao
· 8 years ago
39119ad
edify: Some clean-ups to libedify.
by Tao Bao
· 8 years ago
f3d3dca
Merge "updater: Kill the duplicate PrintSha1() in install.cpp." am: 19bb05dfc7 am: 3ac1995cfd am: aa9f017ceb
by Tao Bao
· 8 years ago
df6da4a
Refactor libupdater into a seperate module. am: 0c7839ac14 am: cf1dbfa854 am: 8ff7cd20ba
by Tao Bao
· 8 years ago
361342c
updater: Kill the duplicate PrintSha1() in install.cpp.
by Tao Bao
· 9 years ago
0c7839a
Refactor libupdater into a seperate module.
by Tao Bao
· 8 years ago
de40ba5
Update the header path for ext4_utils.
by Tao Bao
· 8 years ago
df0d2a2
Update the header path for ext4_utils.
by Tao Bao
· 8 years ago
876b939
edify: Move State.script and State.errmsg to std::string.
by Tao Bao
· 8 years ago
59dcb9c
edify: Move State.script and State.errmsg to std::string.
by Tao Bao
· 8 years ago
10e223c
Turn on -Werror for recovery am: 17e316cce0
by Tianjie Xu
· 8 years ago
17e316c
Turn on -Werror for recovery
by Tianjie Xu
· 8 years ago
7aa8874
Turn on -Werror for recovery
by Tianjie Xu
· 8 years ago
cb22040
Switch to <android-base/properties.h>.
by Elliott Hughes
· 8 years ago
91e3aee
Switch to <android-base/properties.h>.
by Elliott Hughes
· 8 years ago
61590bb
Merge "Switch recovery to libbase logging"
by Tianjie Xu
· 8 years ago
7b0ad9c
Switch recovery to libbase logging
by Tianjie Xu
· 8 years ago
e22805e
Merge "Check an edge case when read(2) returns 0" am: 3202b8faf4 am: 852ae8d0fb am: 0ae9d80082
by Tianjie Xu
· 8 years ago
7477814
Switch recovery to libbase logging
by Tianjie Xu
· 8 years ago
71e182b
Check an edge case when read(2) returns 0
by Tianjie Xu
· 8 years ago
2d7ff43
Merge "Fix references to libcrypto_utils_static." am: b97da5e0f0 am: dc97404346 am: e6a4195bf7
by Josh Gao
· 8 years ago
dc97404
Merge "Fix references to libcrypto_utils_static." am: b97da5e0f0
by Josh Gao
· 8 years ago
073164f
Fix references to libcrypto_utils_static.
by Josh Gao
· 8 years ago
5f9d774
Merge \\\\"Fix install.h\\\\'s use of attribute printf.\\\\" am: a82ee456bb am: 691db7ba77 am: 7c4a34195f
by Elliott Hughes
· 8 years ago
691db7b
Merge \"Fix install.h\'s use of attribute printf.\" am: a82ee456bb
by Elliott Hughes
· 8 years ago
83ce755
Fix install.h's use of attribute printf.
by Elliott Hughes
· 8 years ago
254b8d0
Check the results from applypatch am: 31f8cc84cf am: d0dcbddd31 am: 24488eb7db
by Tianjie Xu
· 8 years ago
24488eb
Check the results from applypatch am: 31f8cc84cf am: d0dcbddd31
by Tianjie Xu
· 8 years ago
93110c7
Check the results from applypatch am: 31f8cc84cf
by Tianjie Xu
· 8 years ago
31f8cc8
Check the results from applypatch
by Tianjie Xu
· 8 years ago
2647463
resolve merge conflicts of 179c0d8 to stage-aosp-master am: 274d17dc0f am: eaddde6888
by Elliott Hughes
· 8 years ago
274d17d
resolve merge conflicts of 179c0d8 to stage-aosp-master
by Elliott Hughes
· 8 years ago
179c0d8
Merge "Remove obsolete MTD support."
by Elliott Hughes
· 8 years ago
2a069a9
Merge \\\\"updater: Fix the broken ReadFileFn.\\\\" am: 4ddd5edf31 am: 89dfe730d4 am: 1e67422f37
by Tao Bao
· 8 years ago
1e67422
Merge \\"updater: Fix the broken ReadFileFn.\\" am: 4ddd5edf31 am: 89dfe730d4
by Tao Bao
· 8 years ago
efacd80
updater: Fix the broken ReadFileFn.
by Tao Bao
· 8 years ago
63a3192
Remove obsolete MTD support.
by Elliott Hughes
· 8 years ago
cf5c1bc
resolve merge conflicts of 57ad046 to nyc-mr1-dev-plus-aosp am: 894176632c
by Tianjie Xu
· 8 years ago
8941766
resolve merge conflicts of 57ad046 to nyc-mr1-dev-plus-aosp
by Tianjie Xu
· 8 years ago
64f46fb
resolve merge conflicts of 7ce287d to nyc-dev-plus-aosp
by Tianjie Xu
· 8 years ago
7ce287d
Call ioctl before each write on retry
by Tianjie Xu
· 8 years ago
3f6eb86
resolve merge conflicts of 50f6417
by Tianjie Xu
· 8 years ago
8a43084
resolve merge conflicts of 3aabd77 to nyc-mr1-dev-plus-aosp am: 549745cc87
by Tianjie Xu
· 8 years ago
549745c
resolve merge conflicts of 3aabd77 to nyc-mr1-dev-plus-aosp
by Tianjie Xu
· 8 years ago
84478e8
resolve merge conflicts of 50f6417 to nyc-dev-plus-aosp
by Tianjie Xu
· 8 years ago
1625583
Allow recovery to return error codes
by Tianjie Xu
· 9 years ago
0f85209
Add time and I/O info to last_install am: dd874b1c87 am: 027b403e8a
by Tianjie Xu
· 8 years ago
fb5d7f6
Add time and I/O info to last_install am: dd874b1c87 am: 027b403e8a
by Tianjie Xu
· 8 years ago
142b864
Add time and I/O info to last_install am: dd874b1c87
by Tianjie Xu
· 8 years ago
dd874b1
Add time and I/O info to last_install
by Tianjie Xu
· 8 years ago
d654c35
Merge "updater, minzip: Remove unnecessary O_SYNC flags." am: c7d7eb2225 am: d03ee52eb7 am: eef053fda1
by Tao Bao
· 8 years ago
733285f
updater, minzip: Remove unnecessary O_SYNC flags.
by Alistair Strachan
· 9 years ago
f813392
Merge "Fix google-explicit-constructor warnings." am: fafa6a6531 am: 77d7cb1d0a am: 8d3b85a320
by Chih-hung Hsieh
· 9 years ago
fafa6a6
Merge "Fix google-explicit-constructor warnings."
by Chih-hung Hsieh
· 9 years ago
49c5c79
Fix google-explicit-constructor warnings.
by Chih-Hung Hsieh
· 9 years ago
d9237d2
Merge "updater: Don\'t zero out CommandParameters with memset(3)." am: df59cee am: 4458d3e am: 6bfe76e
by Tao Bao
· 9 years ago
7306461
updater: Don't zero out CommandParameters with memset(3).
by Tao Bao
· 9 years ago
7140a08
Merge "Fix google-runtime-int warnings." am: a1f4a1e am: bcad1d1 am: 0231e70
by Chih-hung Hsieh
· 9 years ago
54a2747
Fix google-runtime-int warnings.
by Chih-Hung Hsieh
· 9 years ago
ecd32c7
resolve merge conflicts of 2bf95ac to nyc-dev-plus-aosp am: 6e2a8b1
by Mattias Nissler
· 9 years ago
452df6d
Convert recovery to use BoringSSL instead of mincrypt.
by Mattias Nissler
· 9 years ago
844007b
Merge "Move selinux dependencies out of header files." am: 8124750 am: dc91161
by Elliott Hughes
· 9 years ago
4bbd5bf
Move selinux dependencies out of header files.
by Elliott Hughes
· 9 years ago
54937d0
resolve merge conflicts of 5cf4701 to nyc-dev-plus-aosp am: 20ab2db
by Elliott Hughes
· 9 years ago
bcabd09
Switch to <android-base/unique_fd.h>.
by Elliott Hughes
· 9 years ago
7eca97e
Skip stashing source blocks in verify mode
by Tianjie Xu
· 9 years ago
8085b38
Merge "Skip stashing source blocks in verify mode" into nyc-dev am: adca297
by Tianjie Xu
· 9 years ago
7781778
Merge "Skip stashing source blocks in verify mode" into nyc-dev am: adca297
by Tianjie Xu
· 9 years ago
0188935
Skip stashing source blocks in verify mode
by Tianjie Xu
· 9 years ago
9d8a680
Control fault injection with config files instead of build flags am: ff6df89
by Jed Estep
· 9 years ago
6f78768
Control fault injection with config files instead of build flags am: ff6df89
by Jed Estep
· 9 years ago
ff6df89
Control fault injection with config files instead of build flags
by Jed Estep
· 9 years ago
156de04
resolve merge conflicts of ce58688 to nyc-dev-plus-aosp am: 6f44637
by Tao Bao
· 9 years ago
6f44637
resolve merge conflicts of ce58688 to nyc-dev-plus-aosp
by Tao Bao
· 9 years ago
ce58688
Revert "DO NOT MERGE Control fault injection with config files instead of build flags"
by Tao Bao
· 9 years ago
f73abf3
DO NOT MERGE Control fault injection with config files instead of build flags
by Jed Estep
· 9 years ago
1c522df
applypatch: use vector to store data in FileContents.
by Yabin Cui
· 9 years ago
fa12b97
Reboot and retry on I/O errors
by Tianjie Xu
· 9 years ago
6289e79
Merge "Reboot and retry on I/O errors" am: 94dc34148c am: 90f01a4203
by Tianjie Xu
· 9 years ago
94dc341
Merge "Reboot and retry on I/O errors"
by Tianjie Xu
· 9 years ago
558a194
Merge "Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES." am: f639490a51 am: 038c294453
by Tao Bao
· 9 years ago
d80a998
Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.
by Tao Bao
· 9 years ago
3c62b67
Reboot and retry on I/O errors
by Tianjie Xu
· 9 years ago
30ed5b9
Merge "Control fault injection with config files instead of build flags"
by Jed Estep
· 9 years ago
Next »