1. 68c39f8 Fix warnings in preparation for Rust 1.54.0 by Chris Wailes · 4 years, 1 month ago
  2. 2acfb0a Update source for new lints in 1.52.1 by Chris Wailes · 4 years, 1 month ago
  3. c3d45b1 authfs: Remove Arc<Mutex<>> now that Strong is Sync by Victor Hsieh · 4 years, 2 months ago
  4. 9ab13e5 authfs: Fix broken test by Victor Hsieh · 4 years, 2 months ago
  5. 2445e33 authfs: Support RPC binder by Victor Hsieh · 4 years, 3 months ago
  6. 9d0ab62 authfs: support resizing file by Victor Hsieh · 4 years, 4 months ago
  7. 8e161b5 authfs: Drop support of direct I/O by Victor Hsieh · 4 years, 4 months ago
  8. 6cf75b5 authfs: fix lints with rustc 1.51.0 by Victor Hsieh · 4 years, 5 months ago
  9. c81738d authfs: fix crash on read_chunk of a remote file by Victor Hsieh · 4 years, 5 months ago
  10. a9a9a62 Merge "authfs: refine/rename trait ReadOnlyDataByChunk" by Treehugger Robot · 4 years, 5 months ago
  11. d0bb5d3 authfs: refine/rename trait ReadOnlyDataByChunk by Victor Hsieh · 4 years, 6 months ago
  12. 1bcf411 authfs: replace tuple w/ anonymous struct in FileConfig by Victor Hsieh · 4 years, 6 months ago
  13. 85b4f73 authfs: Integration test by Victor Hsieh · 4 years, 6 months ago
  14. 6a47e7f authfs: Support write config/operation in fuse by Victor Hsieh · 4 years, 6 months ago
  15. 09e2626 authfs: Reorganize modules & rename flags/classes/vars by Victor Hsieh · 4 years, 6 months ago
  16. 60acfd3 authfs: Remote file editor over binder by Victor Hsieh · 4 years, 6 months ago
  17. ac4f3f4 authfs: Implement VerifiedFileEditor by Victor Hsieh · 4 years, 6 months ago
  18. cc09386 Stop mapping Binder errors, now that Status is Send by Andrew Walbran · 4 years, 6 months ago
  19. dde1790 authfs: Add MerkleLeaves for integrity bookkeeping by Victor Hsieh · 4 years, 6 months ago
  20. da3fbc4 authfs: Replace a trait bound const w/ a simple const by Victor Hsieh · 4 years, 6 months ago
  21. f01f323 authfs: Support binder-backed file source by Victor Hsieh · 4 years, 9 months ago
  22. fa4477a authfs: add unit tests for ChunkedFileReader by Victor Hsieh · 4 years, 7 months ago
  23. 3f5f236 Remove explicit lifetimes by Thiébaud Weksteen · 4 years, 8 months ago
  24. 88ac6ca authfs: FUSE to serve file with fs-verity verification by Victor Hsieh · 4 years, 10 months ago
  25. f77c572 authfs: create a chunked reader with fs-verity verification by Victor Hsieh · 4 years, 10 months ago
  26. ec18456 authfs: implement fs-verity Merkle tree verification by Victor Hsieh · 4 years, 10 months ago
  27. d1cb0d7 authfs: Add FFI to libcrypto by Victor Hsieh · 4 years, 10 months ago
  28. 1fe51c4 authfs: add readers for chunked data by Victor Hsieh · 4 years, 10 months ago