summaryrefslogtreecommitdiffstats
path: root/edify (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-246-113/+85
|\
| * Avoid overwrite of the error message in AbortFnTianjie Xu2018-01-291-8/+11
| * edify: Export the header and move to Soong.Tao Bao2017-10-096-56/+48
| * Revert "Revert "Move error_code.h into otautil.""Tao Bao2017-10-093-4/+5
| * applypatch: Forward declare struct Value.Tao Bao2017-10-091-0/+16
| * Don't include "error_code.h" in edify/expr.h.Tao Bao2017-10-052-23/+24
| * Revert "Move error_code.h into otautil."Tao Bao2017-10-052-4/+3
| * Move error_code.h into otautil.Tao Bao2017-10-042-3/+4
| * edify: Remove edify_parser.Tao Bao2017-10-032-99/+0
| * Turn on -Wall for libedifyTianjie Xu2017-08-312-2/+4
| * Remove LOCAL_CLANGLennart Wieboldt2017-07-251-2/+0
|/
* Suppress the unused variable warning in parser.yyTianjie Xu2017-03-281-0/+3
* Don't fail ReadArgs if length to parse is 0Tianjie Xu2017-03-231-1/+1
* Remove malloc in edify functionsTianjie Xu2017-03-224-129/+153
* Cleanup ReadArgs & ReadValueArgs usageTianjie Xu2016-11-012-135/+13
* Change StringValue to use std::stringTianjie Xu2016-10-153-173/+205
* edify: Some clean-ups to libedify.Tao Bao2016-10-135-91/+47
* edify: Move State.script and State.errmsg to std::string.Tao Bao2016-10-043-60/+37
* edify: Move the testcases to gtest.Tao Bao2016-10-043-227/+109
* Turn on -Werror for recoveryTianjie Xu2016-09-301-0/+2
* resolve merge conflicts of 7ce287d to nyc-dev-plus-aospTianjie Xu2016-06-041-0/+2
|\
| * Call ioctl before each write on retryTianjie Xu2016-06-031-0/+2
* | resolve merge conflicts of 50f6417 to nyc-dev-plus-aospTianjie Xu2016-05-233-11/+50
|\|
| * Allow recovery to return error codesTianjie Xu2016-05-203-11/+50
* | Fix google-runtime-int warnings.Chih-Hung Hsieh2016-04-181-3/+4
|/
* edify: accept long string literal.Yabin Cui2016-01-272-13/+16
* Rename .l/.y to .ll/.yyYing Wang2016-01-123-2/+2
* edify: Switch to C++.Tao Bao2015-08-205-37/+27
* Use CPPFLAGS instead of CFLAGS.Dan Albert2015-08-081-4/+4
* recovery: Switch to clangTao Bao2015-06-031-0/+2
* Remove an uninitialized value.Dan Albert2014-12-181-2/+1
* Global C++11 compatibility.Dan Albert2014-11-201-3/+4
* clean up some warnings when building recoveryDoug Zongker2014-02-145-7/+15
* recovery: move log output to stdoutDoug Zongker2013-07-092-7/+7
* minor recovery changesDoug Zongker2012-04-122-2/+10
* make StringValue wrapper okay to call on NULLDoug Zongker2010-02-251-0/+1
* refactor applypatch and friendsDoug Zongker2010-02-232-1/+4
* add missing includes to fix mac build (maybe)Doug Zongker2010-02-202-0/+4
* relocate applypatch; add type system and new functions to edifyDoug Zongker2010-02-182-60/+166
* Filename check and free allocated stringsKenny Root2010-02-182-0/+7
* add file_getprop() to updaterDoug Zongker2009-06-182-0/+17
* add less_than_int, greater_than_int to edifyDoug Zongker2009-06-132-0/+63
* fixes to edify and updater scriptDoug Zongker2009-06-126-442/+540
* edify extensions for OTA package installation, part 2Doug Zongker2009-06-123-8/+11
* edify extensions for OTA package installation, part 1Doug Zongker2009-06-126-12/+136
* core of edify, an eventual replacement for amendDoug Zongker2009-06-107-0/+889