summaryrefslogtreecommitdiffstats
path: root/edify/expr.cpp (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 Bao1-1/+1
2017-10-09Revert "Revert "Move error_code.h into otautil.""Tao Bao1-1/+1
2017-10-05Don't include "error_code.h" in edify/expr.h.Tao Bao1-5/+4
2017-03-23Don't fail ReadArgs if length to parse is 0Tianjie Xu1-1/+1
2017-03-22Remove malloc in edify functionsTianjie Xu1-44/+75
2016-11-01Cleanup ReadArgs & ReadValueArgs usageTianjie Xu1-111/+12
2016-10-15Change StringValue to use std::stringTianjie Xu1-156/+172
2016-10-13edify: Some clean-ups to libedify.Tao Bao1-52/+13
2016-10-05edify: Move State.script and State.errmsg to std::string.Tao Bao1-26/+13
2016-10-04edify: Move State.script and State.errmsg to std::string.Tao Bao1-26/+13
2016-05-20Allow recovery to return error codesTianjie Xu1-10/+29
2016-04-18Fix google-runtime-int warnings.Chih-Hung Hsieh1-3/+4
2015-08-20edify: Switch to C++.Tao Bao1-14/+16
2014-02-14clean up some warnings when building recoveryDoug Zongker1-2/+0
2013-07-09recovery: move log output to stdoutDoug Zongker1-2/+2
2012-04-12minor recovery changesDoug Zongker1-1/+1
2010-02-25make StringValue wrapper okay to call on NULLDoug Zongker1-0/+1
2010-02-18relocate applypatch; add type system and new functions to edifyDoug Zongker1-45/+116
2010-02-18Filename check and free allocated stringsKenny Root1-0/+3
2009-06-18add file_getprop() to updaterDoug Zongker1-0/+13
2009-06-13add less_than_int, greater_than_int to edifyDoug Zongker1-0/+53
2009-06-12fixes to edify and updater scriptDoug Zongker1-257/+249
2009-06-12edify extensions for OTA package installation, part 2Doug Zongker1-1/+1
2009-06-12edify extensions for OTA package installation, part 1Doug Zongker1-0/+95
2009-06-10core of edify, an eventual replacement for amendDoug Zongker1-0/+279