summaryrefslogtreecommitdiffstats
path: root/edify (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-01Cleanup ReadArgs & ReadValueArgs usageTianjie Xu2-135/+13
2016-10-15Change StringValue to use std::stringTianjie Xu3-173/+205
2016-10-13edify: Some clean-ups to libedify.Tao Bao5-91/+47
2016-10-05edify: Move State.script and State.errmsg to std::string.Tao Bao3-60/+37
2016-10-04edify: Move State.script and State.errmsg to std::string.Tao Bao3-60/+37
2016-10-04edify: Move the testcases to gtest.Tao Bao3-227/+109
2016-09-30Turn on -Werror for recoveryTianjie Xu1-0/+2
2016-09-30Turn on -Werror for recoveryTianjie Xu1-0/+2
2016-06-03Call ioctl before each write on retryTianjie Xu1-0/+2
2016-05-20Allow recovery to return error codesTianjie Xu3-11/+50
2016-04-18Fix google-runtime-int warnings.Chih-Hung Hsieh1-3/+4
2016-01-27edify: accept long string literal.Yabin Cui2-13/+16
2016-01-13Rename .l/.y to .ll/.yyYing Wang3-2/+2
2016-01-12Rename .l/.y to .ll/.yyYing Wang3-2/+2
2015-11-16recovery: Switch to clangTao Bao1-0/+2
2015-08-20edify: Switch to C++.Tao Bao5-37/+27
2015-08-08Use CPPFLAGS instead of CFLAGS.Dan Albert1-4/+4
2015-06-03recovery: Switch to clangTao Bao1-0/+2
2014-12-18Remove an uninitialized value.Dan Albert1-2/+1
2014-11-20Global C++11 compatibility.Dan Albert1-3/+4
2014-02-14clean up some warnings when building recoveryDoug Zongker5-7/+15
2013-07-09recovery: move log output to stdoutDoug Zongker2-7/+7
2012-04-12minor recovery changesDoug Zongker2-2/+10
2010-02-25make StringValue wrapper okay to call on NULLDoug Zongker1-0/+1
2010-02-23refactor applypatch and friendsDoug Zongker2-1/+4
2010-02-20add missing includes to fix mac build (maybe)Doug Zongker2-0/+4
2010-02-18relocate applypatch; add type system and new functions to edifyDoug Zongker2-60/+166
2010-02-18Filename check and free allocated stringsKenny Root2-0/+7
2009-06-18add file_getprop() to updaterDoug Zongker2-0/+17
2009-06-13add less_than_int, greater_than_int to edifyDoug Zongker2-0/+63
2009-06-12fixes to edify and updater scriptDoug Zongker6-442/+540
2009-06-12edify extensions for OTA package installation, part 2Doug Zongker3-8/+11
2009-06-12edify extensions for OTA package installation, part 1Doug Zongker6-12/+136
2009-06-10core of edify, an eventual replacement for amendDoug Zongker7-0/+889