summaryrefslogtreecommitdiffstats
path: root/edify (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-29Avoid overwrite of the error message in AbortFnTianjie Xu1-8/+11
2017-10-09edify: Export the header and move to Soong.Tao Bao6-56/+48
2017-10-09Revert "Revert "Move error_code.h into otautil.""Tao Bao3-4/+5
2017-10-09applypatch: Forward declare struct Value.Tao Bao1-0/+16
2017-10-05Don't include "error_code.h" in edify/expr.h.Tao Bao2-23/+24
2017-10-05Revert "Move error_code.h into otautil."Tao Bao2-4/+3
2017-10-04Move error_code.h into otautil.Tao Bao2-3/+4
2017-10-03edify: Remove edify_parser.Tao Bao2-99/+0
2017-08-31Turn on -Wall for libedifyTianjie Xu2-2/+4
2017-07-25Remove LOCAL_CLANGLennart Wieboldt1-2/+0
2017-03-28Suppress the unused variable warning in parser.yyTianjie Xu1-0/+3
2017-03-23Don't fail ReadArgs if length to parse is 0Tianjie Xu1-1/+1
2017-03-22Remove malloc in edify functionsTianjie Xu4-129/+153
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