1. a6ad26d Revert "Generate tests for libminijail_rust" by Victor Hsieh · 2 years, 4 months ago
  2. d339627 Generate tests for libminijail_rust by Victor Hsieh · 2 years, 4 months ago
  3. 62f26bd minijail: use canonical cargo2android setup by Victor Hsieh · 2 years, 4 months ago
  4. 4c33189 Update license boilerplate text in source code files by Mike Frysinger · 2 years, 6 months ago
  5. 70a05a4 rust: Simplify test config. by Junichi Uekawa · 2 years, 6 months ago
  6. 9ca5383 Add a comment that minijail_destroy frees memory. by Junichi Uekawa · 2 years, 6 months ago
  7. 69f7fd0 update product name to omit spaces by Mike Frysinger · 2 years, 6 months ago
  8. 93fe886 rust/minijail: Add a note on how unsafe fork() is. by Junichi Uekawa · 2 years, 8 months ago
  9. d9151a3 rust: Run rustfmt. by Junichi Uekawa · 2 years, 6 months ago
  10. 45e2dd6 rust: regenerate bindings after Landlock API change by Daniel Verkamp · 2 years, 7 months ago
  11. bedb1b1 rust: use bindgen --size_t-is-usize option by Daniel Verkamp · 2 years, 8 months ago
  12. 77c59db rust: add minijail_run_env to minijail-sys by Daniel Verkamp · 2 years, 10 months ago
  13. ff062d5 rust: remove redundant format in unreachable by Daniel Verkamp · 2 years, 11 months ago
  14. c97c0be rust/minijail: add API to parse raw BPF bytes by Daniel Verkamp · 3 years ago
  15. 4170a27 rust/minijail: add Minijail::run_command by Chia-I Wu · 3 years, 2 months ago
  16. 50e99bf rust/minijail: add minijail::Command::envs by Chia-I Wu · 3 years, 2 months ago
  17. 42fca92 rust/minijail: add minijail::Command by Chia-I Wu · 3 years, 2 months ago
  18. 5ba80bc Fix cross compile prefix for gnueabihf environment by Anton Romanov · 3 years, 3 months ago
  19. e1a48f5 Handle the wait error by Victor Hsieh · 3 years, 3 months ago
  20. cc061ab minijail-sys: stop trying to build specific minijail targets by Mike Frysinger · 3 years, 4 months ago
  21. a6d9745 rust: disable bindgen header with version number by Daniel Verkamp · 3 years, 5 months ago
  22. 5cc0b41 minijail-sys: Enable cross-compilation in build.rs by Dennis Kempin · 3 years, 6 months ago android-s-beta-5 android-s-beta-5
  23. 74296b3 rust/minijail: Add support for fexecve. by Allen Webb · 3 years, 7 months ago
  24. 2e46c51 rust: Add bindgen logic to build.rs. by Allen Webb · 3 years, 7 months ago
  25. de0f0e7 rust/minijail: Remove fork from tests. by Allen Webb · 3 years, 7 months ago
  26. 9c3abf5 rust/OWNERS: Replace xooglers. by Allen Webb · 3 years, 7 months ago
  27. 2453b1f rust/minijail: Make path to sleep in test an absolute path. by Allen Webb · 3 years, 9 months ago
  28. 21eaf62 rust: Bump patch version numbers since new APIs were added. by Allen Webb · 3 years, 9 months ago
  29. 6dc224f Add minijail_copy_jail by Dylan Reid · 3 years, 10 months ago
  30. 11395a6 rust/minijail: Fix cast to c_char. by Allen Webb · 3 years, 10 months ago
  31. f16b78b Make run/run_remap more generic by Victor Hsieh · 3 years, 11 months ago
  32. c718268 Add overlap handling to redirect_fds(). by Allen Webb · 3 years, 11 months ago
  33. 2a227b7 Move OWNERS.rust to rust/OWNERS. by Allen Webb · 3 years, 10 months ago
  34. 96cd7cc rust/minijail: Allow more flexible args than `&Path` by Dylan Reid · 3 years, 11 months ago
  35. ab5fdce Add kill function by Victor Hsieh · 3 years, 11 months ago
  36. 3f5a830 rust/minijail: Add fork_remap test. by Allen Webb · 3 years, 11 months ago
  37. 81cefe2 Fix clippy warnings. by Allen Webb · 3 years, 11 months ago
  38. a5fbd02 rust: Use respectful terms. by Jorge Lucangeli Obes · 4 years, 3 months ago
  39. 85d797e rust/minijail: Add change_user, change_group, and wait. by Allen Webb · 4 years, 7 months ago
  40. f95f8cb rust/minijail: Use minijail_sys::rlim_t instead of libc::rlim64_t. by Andrew Walbran · 4 years, 8 months ago android-r-beta-2 android-r-beta-3
  41. 69e3fc6 rust/minijail: Add support for mapping fds to a different fd number. by Allen Webb · 4 years, 8 months ago
  42. afb7a13 rust/minijail: Make sure spawned jobs termininate during unit tests. by Allen Webb · 4 years, 8 months ago aosp-emu-30-release linux-v16
  43. 96dd14e Migrate "io_jail" crate from crosvm and rename to "minijail". by Allen Webb · 4 years, 8 months ago