- 68c39f8 Fix warnings in preparation for Rust 1.54.0 by Chris Wailes · 4 years, 1 month ago
- 2acfb0a Update source for new lints in 1.52.1 by Chris Wailes · 4 years, 1 month ago
- 5534e52 Speed up AuthFsHostTest by reusing the VM by Victor Hsieh · 4 years, 2 months ago
- f29fe39 Revert "Merge AuthFsHostTest into MicrodroidTestCase" by Jiyong Park · 4 years, 2 months ago
- 7fc99e6 Merge AuthFsHostTest into MicrodroidTestCase by Victor Hsieh · 4 years, 2 months ago
- d8a5f96 Move AuthFsHostTest into VM by Victor Hsieh · 4 years, 2 months ago
- c3d45b1 authfs: Remove Arc<Mutex<>> now that Strong is Sync by Victor Hsieh · 4 years, 2 months ago
- 9ab13e5 authfs: Fix broken test by Victor Hsieh · 4 years, 2 months ago
- 668b3cc Make tests run for presubmit builds by Jiyong Park · 4 years, 2 months ago
- 2445e33 authfs: Support RPC binder by Victor Hsieh · 4 years, 3 months ago
- b50e0fa authfs/fd_server: set prefer_rlib to true by Victor Hsieh · 4 years, 3 months ago
- e8f546c Run microdroid on cuttlefish on GCE by Jiyong Park · 4 years, 4 months ago
- f9f3903 authfs: Add integration test for file resizing by Victor Hsieh · 4 years, 4 months ago
- 2c3ea13 Merge changes I1ec20b6f,Id556f5ae by Victor Hsieh · 4 years, 4 months ago
- 9d0ab62 authfs: support resizing file by Victor Hsieh · 4 years, 4 months ago
- 8e161b5 authfs: Drop support of direct I/O by Victor Hsieh · 4 years, 4 months ago
- 4de2878 Moved set_requesting_sid to public BinderFeatures struct. by Andrew Walbran · 4 years, 5 months ago
- 8018e9a authfs: Remove integration test from TEST_MAPPING by Victor Hsieh · 4 years, 5 months ago
- 6cf75b5 authfs: fix lints with rustc 1.51.0 by Victor Hsieh · 4 years, 5 months ago
- 7c51aa4 Replace sleep with polling in AuthFsHostTest by Victor Hsieh · 4 years, 5 months ago
- c81738d authfs: fix crash on read_chunk of a remote file by Victor Hsieh · 4 years, 5 months ago
- 4dc85c9 authfs: return Merkle tree hidden in the filesystem by Victor Hsieh · 4 years, 6 months ago
- a9a9a62 Merge "authfs: refine/rename trait ReadOnlyDataByChunk" by Treehugger Robot · 4 years, 5 months ago
- b42de2d Merge "authfs: replace tuple w/ anonymous struct in FileConfig" by Treehugger Robot · 4 years, 5 months ago
- 27b482e [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization by Bob Badour · 4 years, 5 months ago
- d0bb5d3 authfs: refine/rename trait ReadOnlyDataByChunk by Victor Hsieh · 4 years, 6 months ago
- 1bcf411 authfs: replace tuple w/ anonymous struct in FileConfig by Victor Hsieh · 4 years, 6 months ago
- 3bf1350 Merge "authfs: add AuthFsTestCases to presubmit" by Treehugger Robot · 4 years, 6 months ago
- 8316a62 Merge "set_requesting_sid is now on IBinderInternal." by Andrew Walbran · 4 years, 6 months ago
- 632a39d authfs: add AuthFsTestCases to presubmit by Victor Hsieh · 4 years, 6 months ago
- 85b4f73 authfs: Integration test by Victor Hsieh · 4 years, 6 months ago
- 6a47e7f authfs: Support write config/operation in fuse by Victor Hsieh · 4 years, 6 months ago
- 09e2626 authfs: Reorganize modules & rename flags/classes/vars by Victor Hsieh · 4 years, 6 months ago
- 60acfd3 authfs: Remote file editor over binder by Victor Hsieh · 4 years, 6 months ago
- ac4f3f4 authfs: Implement VerifiedFileEditor by Victor Hsieh · 4 years, 6 months ago
- bb49b44 set_requesting_sid is now on IBinderInternal. by Andrew Walbran · 4 years, 6 months ago
- 573c649 Add authfs and fd_server to com.android.virt apex by Victor Hsieh · 4 years, 6 months ago
- cc09386 Stop mapping Binder errors, now that Status is Send by Andrew Walbran · 4 years, 6 months ago
- bb0e16a Merge changes I76e5ebd8,I8e47acb1 by Treehugger Robot · 4 years, 6 months ago
- dde1790 authfs: Add MerkleLeaves for integrity bookkeeping by Victor Hsieh · 4 years, 6 months ago
- da3fbc4 authfs: Replace a trait bound const w/ a simple const by Victor Hsieh · 4 years, 6 months ago
- 51f142c Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization" by Treehugger Robot · 4 years, 6 months ago
- 606dfaa [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization by Bob Badour · 4 years, 6 months ago
- f01f323 authfs: Support binder-backed file source by Victor Hsieh · 4 years, 9 months ago
- 42cc776 authfs: fd_server to expose local FD via binder interface by Victor Hsieh · 4 years, 7 months ago
- fa4477a authfs: add unit tests for ChunkedFileReader by Victor Hsieh · 4 years, 7 months ago
- 2efc476 [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization by Bob Badour · 4 years, 7 months ago
- ab293ee authfs: run unit tests in presubmit by Victor Hsieh · 4 years, 7 months ago
- e5ed7ec authfs: Remove host targets by Victor Hsieh · 4 years, 7 months ago
- ad46e0b authfs: Re-enable the build of device unit test by Victor Hsieh · 4 years, 7 months ago
- 3f5f236 Remove explicit lifetimes by Thiébaud Weksteen · 4 years, 8 months ago
- 858a928 Disable authfs for darwin host by Thiébaud Weksteen · 4 years, 8 months ago
- 9a0ee7e Fix build on aosp-master/mainline_modules by Victor Hsieh · 4 years, 8 months ago
- 88ac6ca authfs: FUSE to serve file with fs-verity verification by Victor Hsieh · 4 years, 10 months ago
- f77c572 authfs: create a chunked reader with fs-verity verification by Victor Hsieh · 4 years, 10 months ago
- f407023 Merge "authfs: implement fs-verity Merkle tree verification" by Treehugger Robot · 4 years, 10 months ago
- 160fcb8 Merge "authfs: Delete TEST_MAPPING" by Treehugger Robot · 4 years, 10 months ago
- fb54ff0 authfs: Delete TEST_MAPPING by Victor Hsieh · 4 years, 10 months ago
- ec18456 authfs: implement fs-verity Merkle tree verification by Victor Hsieh · 4 years, 10 months ago
- d1cb0d7 authfs: Add FFI to libcrypto by Victor Hsieh · 4 years, 10 months ago
- 1fe51c4 authfs: add readers for chunked data by Victor Hsieh · 4 years, 10 months ago