1. 2528487 Re-organize compos directories by Jiyong Park · 1 year ago[Renamed from compos/src/compsvc.rs]
  2. 17cead4 Migrate errors to binder::IntoBinderResult by Alan Stokes · 2 years ago
  3. a2125dd rpc_binder: Update users of RpcSession by David Brazdil · 2 years, 7 months ago
  4. 15ae7b9 [rpc_binder] Use RPC binder over UDS for authfs_service by Alice Wang · 2 years, 9 months ago
  5. 9b866f0 Fix warnings from rustc 1.65.0 by Chris Wailes · 2 years, 8 months ago
  6. e769867 Use new OdrefreshArgs in AIDL to simplify arguments by Victor Hsieh · 2 years, 10 months ago
  7. 01b3ef0 Make authfs start optional by Alan Stokes · 2 years, 10 months ago
  8. 64d8862 compos: compiling system server JARs in /system_ext by Victor Hsieh · 2 years, 10 months ago
  9. 0e82b50 Move VM callback to vmclient by Alan Stokes · 3 years ago
  10. dcf9d58 Use new binder exception constructors moved from binder_common. by Andrew Walbran · 3 years ago
  11. 0fc6ce5 Shut down CompOS VM after compilation completes by Alan Stokes · 3 years ago
  12. 7140377 Orderly VM shutdown, part 1 by Alan Stokes · 3 years, 1 month ago
  13. cb6d66b Initialize compsvc with allowlisted system properties by Victor Hsieh · 3 years, 3 months ago
  14. 5430eca Write out the BCC when signing by Alan Stokes · 3 years, 4 months ago
  15. 6542fdd Remove old key management by Alan Stokes · 3 years, 5 months ago
  16. 16fb855 Rewrite key management & signing by Alan Stokes · 3 years, 5 months ago
  17. ec38ae2 refactor: move signing out of compilation.rs by Victor Hsieh · 3 years, 6 months ago
  18. 611cc94 Migrate ComposKeyTestCase to unit tests by Alan Stokes · 3 years, 6 months ago
  19. 2d2e4db Use --force-compile for tests by Alan Stokes · 3 years, 6 months ago
  20. 165e7db Remove the ability to query CompOS BCC by Alan Stokes · 3 years, 6 months ago
  21. 223a746 Migrate off keystore by Alan Stokes · 3 years, 6 months ago
  22. c33d292 Key blob protection using AEAD by Alan Stokes · 3 years, 6 months ago
  23. 35886d6 Remove legacy method from ICompOsService by Victor Hsieh · 3 years, 6 months ago
  24. 616f822 Remove the old interface that runs compiler with flags by Victor Hsieh · 3 years, 6 months ago
  25. 1646524 Don't set dalvik.vm.boot-dex2oat-threads inside VM by Jiyong Park · 3 years, 6 months ago
  26. 90fa4a3 Merge "Respect dalvik.vm.boot-dex2oat-[threads|cpu-set]" by Treehugger Robot · 3 years, 6 months ago
  27. 165921b Respect dalvik.vm.boot-dex2oat-[threads|cpu-set] by Jiyong Park · 3 years, 6 months ago
  28. 71cc11e Get CompOS talking to diced by Alan Stokes · 3 years, 6 months ago
  29. 9bfbc5f Specify system server compiler filter if configured by Victor Hsieh · 3 years, 7 months ago
  30. 9247251 Run derive_classpath in VM by Alan Stokes · 3 years, 7 months ago
  31. 46ac386 Add support for STANDALONE_SYSTEMSERVER_JARS by Alan Stokes · 3 years, 7 months ago
  32. 7c4ec38 Remove the sign method by Alan Stokes · 3 years, 7 months ago
  33. 126fd51 Assorted refactoring by Alan Stokes · 3 years, 7 months ago
  34. 46a1dff Sign artifacts after compilation by Alan Stokes · 3 years, 7 months ago
  35. 9646db9 Don't write artifacts under staging by Alan Stokes · 3 years, 7 months ago
  36. 183d7d3 Add code to bulk-sign artifacts by Alan Stokes · 3 years, 8 months ago
  37. f996869 compsvc: run odrefresh in the VM by Victor Hsieh · 3 years, 8 months ago
  38. 64290a5 Also pass SYSTEMSERVERCLASSPATH to compsvc by Victor Hsieh · 3 years, 8 months ago
  39. 18775b1 Initiailize assumed BOOTCLASSPATH and DEX2OATBOOTCLASSPATH by Victor Hsieh · 3 years, 10 months ago
  40. 3c044c4 Rename compile method to compile_cmd by Victor Hsieh · 3 years, 10 months ago
  41. 3189af0 Extract a library for common binder-related things by Alan Stokes · 3 years, 10 months ago
  42. 9ebf7ee compsvc: Remove local binder support by Victor Hsieh · 3 years, 11 months ago
  43. 13333e8 Stop passing file size from pvm_exec by Victor Hsieh · 3 years, 11 months ago
  44. 9ed2718 compos: Sign fs-verity digest of output files by Victor Hsieh · 4 years ago
  45. 8fd03f0 Change signing API to use pre-initialized key by Victor Hsieh · 4 years ago
  46. 6e34038 compos: retrieve fsverity digests of outputs from authfs by Victor Hsieh · 4 years ago
  47. 23f7359 Merge ICompOsKeyService into ICompOsService by Victor Hsieh · 4 years ago
  48. a64194b Add CompOsKeyService to ICompOsService by Victor Hsieh · 4 years ago
  49. 51789de Refactor compilation out of compsvc by Victor Hsieh · 4 years ago
  50. ebb1d90 Switch compsvc to use authfs_service by Victor Hsieh · 4 years ago
  51. 68c39f8 Fix warnings in preparation for Rust 1.54.0 by Chris Wailes · 4 years ago
  52. 7ec4e7f Use CompOsKeyService as compsvc factory. by Alan Stokes · 4 years ago
  53. 9e2c5d5 Split compsvc.rs. by Alan Stokes · 4 years ago
  54. ccdfa0d Make compsvc works in VM by Victor Hsieh · 4 years, 1 month ago
  55. a7d3786 compsvc/pvm_exec: Support RPC binder by Victor Hsieh · 4 years, 2 months ago
  56. b5f465a Add compsvc, compsvc_worker and pvm_exec to compos apex by Victor Hsieh · 4 years, 2 months ago
  57. 272aa24 Add a remote binder service for executing commands by Victor Hsieh · 4 years, 6 months ago