aboutsummaryrefslogtreecommitdiffstats
path: root/edify
Commit message (Expand)AuthorAgeFilesLines
* Turn on -Wall for libedifyTianjie Xu2017-08-302-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-143-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-033-227/+109
* Turn on -Werror for recoveryTianjie Xu2016-09-291-0/+2
* resolve merge conflicts of 7ce287d to nyc-dev-plus-aospTianjie Xu2016-06-031-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-113-2/+2
* edify: Switch to C++.Tao Bao2015-08-205-37/+27
* Use CPPFLAGS instead of CFLAGS.Dan Albert2015-08-071-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-135-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-241-0/+1
* refactor applypatch and friendsDoug Zongker2010-02-222-1/+4
* add missing includes to fix mac build (maybe)Doug Zongker2010-02-192-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-172-0/+7
* add file_getprop() to updaterDoug Zongker2009-06-182-0/+17
* add less_than_int, greater_than_int to edifyDoug Zongker2009-06-122-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-116-12/+136
* core of edify, an eventual replacement for amendDoug Zongker2009-06-097-0/+889