1. 7445e2d Merge remote-tracking branch 'aosp/upstream-main' by Frederick Mayle · 2 years, 2 months ago
  2. f35f636 Rust 1.60 clippy fixes by Daniel Verkamp · 2 years, 2 months ago
  3. bc538b3 Merge remote-tracking branch 'aosp/upstream-main' into master by Steven Moreland · 2 years, 2 months ago
  4. ed6b27a base: pass OpenOptions to open_file instead of bools by Daniel Verkamp · 2 years, 3 months ago
  5. 936769e UPSTREAM: Use composite disk dir for relative paths instead of crosvm cwd by Richard Fung · 2 years, 3 months ago
  6. bf0ae75 Revert "Revert "Merge remote-tracking branch 'aosp/upstream-main' into master."" by Steven Moreland · 2 years, 3 months ago
  7. 55c6a3b Refactoring: Move common/cros_async to cros_async by Dennis Kempin · 2 years, 3 months ago
  8. 1cca2c7 disk: fix compile-time warning by Alexandre Courbot · 2 years, 3 months ago
  9. ef51618 Refactoring: Move common/base into base by Dennis Kempin · 2 years, 3 months ago
  10. 9f9f0b7 Use composite disk dir for relative paths instead of crosvm working dir by Richard Fung · 2 years, 3 months ago
  11. 0db46d2 Revert "Merge remote-tracking branch 'aosp/upstream-main' into master." by Pierre-Clément Tosi · 2 years, 3 months ago
  12. bed40ad crosvm: migrate to Rust 2021 edition by Anton Romanov · 2 years, 3 months ago
  13. 935d1f0 Merge remote-tracking branch 'aosp/upstream-main' into master. by Andrew Walbran · 2 years, 3 months ago
  14. ee12440 disk: qcow: restore Read/Write/Seek impls by Daniel Verkamp · 2 years, 3 months ago
  15. ae5118f Enable windows tests for a few crates by Vikram Auradkar · 2 years, 4 months ago
  16. be451c2 disk: qcow: pass raw file offset in write_cb by Daniel Verkamp · 2 years, 4 months ago
  17. 3de62e6 disk: qcow: rewrite tests using FileReadWriteAtVolatile by Daniel Verkamp · 2 years, 4 months ago
  18. 7f400e7 disk: qcow: remove unused FileReadWriteVolatile impl by Daniel Verkamp · 2 years, 4 months ago
  19. 0677158 sys_util: remove SeekHole trait by Daniel Verkamp · 2 years, 4 months ago
  20. 8fb8084 qcow_utils: remove qcow_img utility and debug fns by Daniel Verkamp · 2 years, 4 months ago
  21. d782265 Merge remote-tracking branch 'aosp/upstream-main' into master by Andrew Walbran · 2 years, 4 months ago
  22. 7a543ca clippy: fix disk crate by Dennis Kempin · 2 years, 4 months ago
  23. cb3cabe Upgrade rust toolchain version to 1.58.1 by Anton Romanov · 2 years, 4 months ago
  24. 2360f1e Merge remote-tracking branch 'aosp/upstream-main' into master. by Andrew Walbran · 2 years, 4 months ago
  25. 0108238 Upstream windows build/test script by Vikram Auradkar · 2 years, 5 months ago
  26. 4cc712a Re-run all2android.sh. by Andrew Walbran · 2 years, 5 months ago
  27. e5a3f60 Merge remote-tracking branch 'aosp/upstream-main' into master. by Andrew Walbran · 2 years, 6 months ago
  28. bc144ba Handle qcow image backed by a composite disk by Jiyong Park · 2 years, 7 months ago
  29. ea8ff9f Handle qcow image backed by a composite disk by Jiyong Park · 2 years, 7 months ago
  30. c0875bf Merge remote-tracking branch 'aosp/upstream-main' into master by Andrew Walbran · 2 years, 8 months ago
  31. 8a1c50d Refactoring: Move various general purpose crates to common/ by Dennis Kempin · 2 years, 8 months ago
  32. 6c29b1e Changes from latest cargo2android.py. by Andrew Walbran · 2 years, 9 months ago
  33. e2947e0 Reland "Dump backing File system type." by Junichi Uekawa · 2 years, 8 months ago
  34. 7fd815e crosvm: switch to upstream tempfile crate by Daniel Verkamp · 2 years, 9 months ago
  35. 60102cd Revert "Dump backing File system type." by Dennis Kempin · 2 years, 8 months ago
  36. 4ea81e3 Dump backing File system type. by Junichi Uekawa · 2 years, 8 months ago
  37. e7b6f4f crosvm: Try using block size of 4096. by Junichi Uekawa · 2 years, 9 months ago
  38. 52437db crosvm: Add more information of adding block device. by Junichi Uekawa · 2 years, 9 months ago
  39. eb1640e disk: limit maximum nesting depth by Daniel Verkamp · 2 years, 9 months ago
  40. e6ff537 disk: convert to ThisError and sort by Daniel Verkamp · 2 years, 10 months ago
  41. 166d1dd crosvm: fix needless_borrow clippy warning by Daniel Verkamp · 2 years, 10 months ago
  42. 2ca556c Merge remote-tracking branch 'aosp/upstream-main' into master by Andrew Walbran · 2 years, 10 months ago
  43. 2e14c73 Add create_zero_filler for composite disk images by Jooyung Han · 2 years, 11 months ago
  44. d7e56ba composite disk: no support for multi-file partition by Jooyung Han · 2 years, 11 months ago
  45. e1296a8 Use cargo2android.json rather than making manual changes, where possible. by Andrew Walbran · 2 years, 11 months ago
  46. b1fcab2 Don't include comments with version numbers in Android.bp files. by Andrew Walbran · 2 years, 11 months ago
  47. 7bea39f crosvm: O_DIRECT for opening disk image. by Junichi Uekawa · 2 years, 11 months ago
  48. c950eb9 cros_async: Make file offsets optional by Chirantan Ekbote · 2 years, 11 months ago
  49. f9d2d64 Merge remote-tracking branch 'aosp/upstream-main' into master. by Andrew Walbran · 2 years, 11 months ago
  50. bc55e30 Handle /proc/self/fd/N specially for composite disk components and QCOW2. by Andrew Walbran · 2 years, 11 months ago
  51. c6fa73d Fix clippy warnings and Cargo.lock by Allen Webb · 2 years, 11 months ago
  52. b5d1bc4 Merge remote-tracking branch 'aosp/upstream-main' into 'aosp/master' by Jason Macnak · 3 years ago
  53. fb7c108 Add methods to create composite disk image. by Andrew Walbran · 3 years ago
  54. 02259f7 disk: qcow - remove extra semicolon by Dylan Reid · 3 years ago
  55. 2eaabfd disk: Switch to ThisError by Dylan Reid · 3 years ago
  56. f510eee Update Android.bp after latest Crosvm merge by Jason Macnak · 3 years ago
  57. dfab3ea Merge remote-tracking branch 'aosp/upstream-main' into 'aosp/master' by Jason Macnak · 3 years ago
  58. 6ded64f unblocked_terms.txt: clean up trivial cases by Daniel Verkamp · 3 years, 2 months ago
  59. b36408f Fix build files by Jorge E. Moreira · 3 years, 2 months ago
  60. 67c7636 Merge remote-tracking branch 'aosp/upstream-main' by Jorge E. Moreira · 3 years, 2 months ago
  61. 5be4f27 disk: read up to 4K block when detecting image type by Daniel Verkamp · 3 years, 2 months ago
  62. 3055722 disk: add detect_image_type unit tests by Daniel Verkamp · 3 years, 2 months ago
  63. d09392e uprev rust-toolchain and fix clippy warnings by Zach Reizner · 3 years, 3 months ago
  64. 5b562bf disk: composite: fix into_iter warnings by Daniel Verkamp · 3 years, 3 months ago
  65. b8c64b6 disk: composite: switch tests to tempfile by Daniel Verkamp · 3 years, 3 months ago
  66. 8863c0f Merge remote-tracking branch 'aosp/upstream-main' into master by Alistair Delva · 3 years, 3 months ago
  67. a98536a Revert^2 "Update Android.bp files" by Jorge Moreira Broche · 3 years, 3 months ago
  68. d50cfc6 Revert^2 "Merge remote-tracking branch 'aosp/upstream-main'" by Jorge Moreira Broche · 3 years, 3 months ago
  69. fb12132 Revert "Merge remote-tracking branch 'aosp/upstream-main'" by Florian Mayer · 3 years, 4 months ago
  70. a4b0e0a Revert "Update Android.bp files" by Florian Mayer · 3 years, 4 months ago
  71. af377bf Update Android.bp files by Jorge E. Moreira · 3 years, 4 months ago
  72. b8979ac Merge remote-tracking branch 'aosp/upstream-main' by Jorge E. Moreira · 3 years, 4 months ago
  73. a028314 [LSC] Add LOCAL_LICENSE_KINDS to external/crosvm by Bob Badour · 3 years, 4 months ago
  74. e7d5165 Clean TEST_MAPPING files in crosvm for rust by Julien Desprez · 3 years, 4 months ago
  75. f1ce859 cros_async: Refactor executors by Chirantan Ekbote · 3 years, 6 months ago
  76. 9cfdbd9 Fix clippy errors and some warnings. by Andrew Walbran · 3 years, 5 months ago
  77. a9bfcb4 Fixed Clippy or_fun_call warnings in devices/ by Camilo Jacomet · 3 years, 6 months ago
  78. 7085735 Merge commit '47996808415af4e0b7bd11db103b52d5fdd5fda7' into HEAD by Victor Hsieh · 3 years, 6 months ago
  79. 5e9995b Merge commit 'a5262a177f7b1b99f69eb182026ab44f3381f533' into HEAD by Alistair Delva · 3 years, 7 months ago
  80. a596a07 Final major RawDescriptor transition. by Michael Hoyle · 3 years, 7 months ago
  81. b3fca20 Refactor cros_async interface to avoid RawFd. by Noah Gold · 3 years, 7 months ago
  82. 55ef29a disk: qcow: fix write_zeroes with backing file by Daniel Verkamp · 3 years, 8 months ago
  83. d3428d1 Merge "Merge commit 'ab04758814a29797d98faa67bf855ba2c6232fd5' into HEAD" by Alistair Delva · 3 years, 8 months ago
  84. 206188e disk: qcow: fix write_zeroes with backing file by Daniel Verkamp · 3 years, 8 months ago
  85. 57d4f3a Merge commit 'ab04758814a29797d98faa67bf855ba2c6232fd5' into HEAD by Alistair Delva · 3 years, 8 months ago
  86. 5767987 Replace PollOrRing w/ async trait IoSourceExt. by Noah Gold · 3 years, 9 months ago
  87. 685316f base: EventFd -> Event renaming by Michael Hoyle · 3 years, 9 months ago
  88. e8e9f2e Merge commit 'ec48dd5304b439bd12b413f354c69f8adc8d9ffc' into HEAD by Alistair Delva · 3 years, 8 months ago
  89. a7e38ab base: Add shared memory layer to base. by Michael Hoyle · 3 years, 10 months ago
  90. 787f663 Merge remote-tracking branch 'aosp/upstream-master' into master. by Andrew Walbran · 3 years, 10 months ago
  91. c956513 Allow building for device as well as host. by Andrew Scull · 4 years, 3 months ago
  92. 482874c disk: qcow: fix unit test build on 32-bit platforms by Daniel Verkamp · 3 years, 10 months ago
  93. 5d1e8e6 Merge remote-tracking branch 'aosp/upstream-master' into master. by Andrew Walbran · 3 years, 10 months ago
  94. cdc9f57 disk: Make AsyncDisk trait's interface align with sys_util by Keiichi Watanabe · 3 years, 10 months ago
  95. 6b19695 Add "base" crate and transition crosvm usages to it from sys_util by Michael Hoyle · 3 years, 10 months ago
  96. be88444 disk: Add Asyncdisk Trait by Dylan Reid · 4 years ago
  97. 8ae9679 Use protobuf-codegen for protos by Chih-Hung Hsieh · 4 years ago
  98. 8071fd3 Update .bp files and add rust test modules by Chih-Hung Hsieh · 3 years, 11 months ago
  99. faacadd Re-run cargo2android.py and fix up results. by Andrew Walbran · 3 years, 11 months ago
  100. 8683d23 Merge commit 'd372542ab3585d101e7dd663a59b98a0cc7f25be' into HEAD by Alistair Delva · 3 years, 11 months ago