Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-10-02 | otautil: Factor out the utils that're private to recovery. | Tao Bao | 1 | -1/+1 |
2019-07-09 | Create a fallback to install from fuse if mmap fails | Tianjie Xu | 1 | -3/+4 |
2019-06-20 | Support starting fuse from a block map | Tianjie Xu | 1 | -24/+47 |
2019-06-13 | InstallPackage now takes a package as parameter | Tianjie Xu | 1 | -2/+5 |
2019-04-30 | install: Install functions return InstallResult. | Tao Bao | 1 | -5/+4 |
2019-04-16 | DO NOT MERGE: Move wipe cache|data to libinstall | xunchang | 1 | -2/+2 |
2019-04-15 | Move wipe cache|data to libinstall | xunchang | 1 | -2/+2 |
2019-03-29 | Move install to separate module | xunchang | 1 | -4/+4 |
2019-03-20 | Move apply_from_sdcard to fuse_sdcard_install | xunchang | 1 | -1/+167 |
2019-03-19 | Remove the provider_vtab | xunchang | 1 | -9/+4 |
2019-03-19 | Create a FuseDataProvider base class | xunchang | 1 | -0/+45 |