summaryrefslogtreecommitdiff
path: root/services/incremental
AgeCommit message (Expand)Author
2020-04-11Reconnect to DataLoaders on restart.Alex Buynytskyy
2020-04-10[incfs] Fix a crash in worker thread calling JNIYurii Zubrytskyi
2020-04-10[incfs] Make native library extraction asyncYurii Zubrytskyi
2020-04-10Merge "Refactor: move dataLoader details to a separate class." into rvc-devTreeHugger Robot
2020-04-10Get rid of two runtime static destructorsYurii Zubrytskyi
2020-04-09Refactor: move dataLoader details to a separate class.Alex Buynytskyy
2020-04-09Merge "More setStorageParams improvements." into rvc-devTreeHugger Robot
2020-04-08More setStorageParams improvements.Alex Buynytskyy
2020-04-08Better test for setStorageParams.Alex Buynytskyy
2020-04-08Merge "Uninitialized member fix :(" into rvc-devTreeHugger Robot
2020-04-07Uninitialized member fix :(Alex Buynytskyy
2020-04-08Merge "Change the way how we call setStorageParams." into rvc-devTreeHugger Robot
2020-04-07Change the way how we call setStorageParams.Alex Buynytskyy
2020-04-07Merge "[incfs] Add time measurement for native libs extraction" into rvc-devYurii Zubrytskyi
2020-04-07[incfs] Add time measurement for native libs extractionYurii Zubrytskyi
2020-04-06Appops permission monitoring for GET_USAGE_STATS.Alex Buynytskyy
2020-04-03Disallow read logs collection if user changes their mind.Alex Buynytskyy
2020-04-03[incfs] fix the storage loading for existing mountsYurii Zubrytskyi
2020-04-02Merge changes from topic "LOADER_USAGE_STATS" into rvc-devAlex Buynytskyy
2020-04-02Checking LOADER_USAGE_STATS before enabling read logs.Alex Buynytskyy
2020-04-01Use the new incfs API to open filesYurii Zubrytskyi
2020-03-27[frameworks] update with incfs.hSongchun Fan
2020-03-26Dynamic args complete removal.Alex Buynytskyy
2020-03-19Merge "[incremental native lib] skip writing to zero byte files" into rvc-devYurii Zubrytskyi
2020-03-19Merge "Incremental apps removal on data loader failures." into rvc-devYurii Zubrytskyi
2020-03-18[incremental native lib] skip writing to zero byte filesSongchun Fan
2020-03-18Merge "Removing race condition accessing shared binder object." into rvc-devYurii Zubrytskyi
2020-03-18Incremental apps removal on data loader failures.Alex Buynytskyy
2020-03-18Removing race condition accessing shared binder object.Alex Buynytskyy
2020-03-18Merge "[incremental service] avoid nullptr dereferencing" into rvc-devSongchun Fan
2020-03-17[incremental service] avoid nullptr dereferencingSongchun Fan
2020-03-13Updated v4 signature processing.Alex Buynytskyy
2020-03-12Use aidl::nullable for nullable type in C++Jooyung Han
2020-03-11DataLoader lifecycle cleanup.Alex Buynytskyy
2020-03-05rename incremental service nameSongchun Fan
2020-03-03directly call data loader manager service from incremental serviceSongchun Fan
2020-03-03libincfs and libdataloader headers not using std::spanSongchun Fan
2020-02-11Fix mounting existing images on rebootSongchun Fan
2020-02-11Merge "Incremental installations in PackageManagerShellCommand."Alex Buynytskyy
2020-02-11Incremental installations in PackageManagerShellCommand.Alex Buynytskyy
2020-02-10Merge "incfs: fix uninitialized values"TreeHugger Robot
2020-02-10incfs: fix uninitialized valuesGeorge Burgess IV
2020-02-10Incremental install via adb.Alex Buynytskyy
2020-02-07Incremental native lib extractionSongchun Fan
2020-02-05Minor renaming: IIncrementalManagerNative -> IIncrementalService.Alex Buynytskyy
2020-02-04Merge "fix dir creation mode"TreeHugger Robot
2020-02-04Merge "Dumpsys support for IncrementalService."TreeHugger Robot
2020-02-03Dumpsys support for IncrementalService.Alex Buynytskyy
2020-02-04more normalized path fixSongchun Fan
2020-02-04fix dir creation modeSongchun Fan