summaryrefslogtreecommitdiff
path: root/services/incremental/IncrementalService.h
AgeCommit message (Expand)Author
2020-05-08Addressing CL comments. Alex Buynytskyy
2020-05-07Lifecycle: detecting pending reads. Alex Buynytskyy
2020-05-04Additional lock to avoid access to deleted object. Alex Buynytskyy
2020-04-29Unavailable DataLoader status. Alex Buynytskyy
2020-04-23Corner cases handling. Alex Buynytskyy
2020-04-23Keep only service binding in DataLoaderManager. Alex Buynytskyy
2020-04-22[incfs] Use the new IncFs_MakeDirs() function Yurii Zubrytskyi
2020-04-22[incfs] Use MountRegistry to import existing mounts on start Yurii Zubrytskyi
2020-04-17Cleaning up resources on mount destruction. Alex Buynytskyy
2020-04-17Switching to FSM-based DL lifecycle. Alex Buynytskyy
2020-04-14DataLoader lifecycle. Alex Buynytskyy
2020-04-13[incfs] Correctly wait for async .so's extraction Yurii Zubrytskyi
2020-04-10[incfs] Fix a crash in worker thread calling JNI Yurii Zubrytskyi
2020-04-10[incfs] Make native library extraction async Yurii Zubrytskyi
2020-04-09Refactor: move dataLoader details to a separate class. Alex Buynytskyy
2020-04-08Merge "Uninitialized member fix :(" into rvc-dev TreeHugger Robot
2020-04-07Uninitialized member fix :( Alex Buynytskyy
2020-04-08Merge "Change the way how we call setStorageParams." into rvc-dev TreeHugger 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-dev Yurii Zubrytskyi
2020-04-07[incfs] Add time measurement for native libs extraction Yurii 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 mounts Yurii Zubrytskyi
2020-04-02Checking LOADER_USAGE_STATS before enabling read logs. Alex Buynytskyy
2020-03-11DataLoader lifecycle cleanup. Alex Buynytskyy
2020-03-03directly call data loader manager service from incremental service Songchun Fan
2020-03-03libincfs and libdataloader headers not using std::span Songchun Fan
2020-02-11Incremental installations in PackageManagerShellCommand. Alex Buynytskyy
2020-02-10Incremental install via adb. Alex Buynytskyy
2020-02-07Incremental native lib extraction Songchun Fan
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 fix Songchun Fan
2020-02-04fix dir creation mode Songchun Fan
2020-01-28Port the current code to new IncFS Yurii Zubrytskyi
2019-12-19[incremental] native implementation of Incremental Service Songchun Fan