1. 829ad25 Fix networking on aarch64 by Alistair Delva · 4 years, 2 months ago
  2. c492815 fix boot device for arm64 cf by Steve Muckle · 4 years, 4 months ago
  3. d8ae661 Detect misconfigured tap/bridge interfaces by Alistair Delva · 4 years, 2 months ago
  4. 6071b45 Fall back to tap device if bridge is missing by Alistair Delva · 4 years, 2 months ago
  5. 7cd2d35 Fix typo in function name by Alistair Delva · 4 years, 2 months ago
  6. a0af252 Improve socket_vsock_proxy performance by Adam Wright · 4 years, 4 months ago
  7. 4ce4ea8 Rewrite misc_info.txt to include only system-known partitions. by A. Cody Schuffelen · 4 years, 3 months ago
  8. 36bce55 Support all combinations of vsock/tcp guest/host proxies by A. Cody Schuffelen · 4 years, 5 months ago
  9. eeecf30 Remove the Packet class from socket_vsock_proxy by A. Cody Schuffelen · 4 years, 5 months ago
  10. 5acc8d3 Merge "Delete cuttlefish_thread.h" by Treehugger Robot · 4 years, 5 months ago
  11. 4e49eaf Delete cuttlefish_thread.h by A. Cody Schuffelen · 4 years, 6 months ago
  12. a9f22c1 Delete unused methods in SharedFD by A. Cody Schuffelen · 4 years, 6 months ago
  13. 1fbd970 Delete unused functions in size_utils by A. Cody Schuffelen · 4 years, 6 months ago
  14. 8460a10 Merge "Delete SimulatedBuffer" by Treehugger Robot · 4 years, 6 months ago
  15. 8bea20c Delete SimulatedBuffer by A. Cody Schuffelen · 4 years, 6 months ago
  16. 8d68054 Fix spurious "Unexpected line" error by A. Cody Schuffelen · 4 years, 6 months ago
  17. 47c5785 Separate CuttlefishConfig::[Mutable]InstanceSpecific by Cody Schuffelen · 4 years, 7 months ago
  18. 44e89b6 Merge "Check that TAP devices aren't in use." by Alistair Delva · 4 years, 7 months ago
  19. 971842d Check that TAP devices aren't in use. by Cody Schuffelen · 4 years, 7 months ago
  20. 7c28a1a Merge changes Ifd0ede87,Ide901321 by Treehugger Robot · 4 years, 7 months ago
  21. fb87708 Merge "Tee output of assemble_cvd and run_cvd to a log file" by Treehugger Robot · 4 years, 7 months ago
  22. 36845e3 Use big enough types to accomodate port numbers by Jorge E. Moreira · 4 years, 7 months ago
  23. 2a4746f Implement SharedFD::MemfdCreate. by Cody Schuffelen · 4 years, 11 months ago
  24. 198402c Move subprocess_impl into Command::Start. by Cody Schuffelen · 4 years, 7 months ago
  25. f98a432 Create a SubprocessOptions class for last-minute config by Cody Schuffelen · 4 years, 7 months ago
  26. e567087 Move with_control_socket to be a flag on the Subprocess by Cody Schuffelen · 4 years, 7 months ago
  27. 1cf4f13 Make subprocesses die when their parents do by Cody Schuffelen · 4 years, 7 months ago
  28. 9c061b0 Tee output of assemble_cvd and run_cvd to a log file by Cody Schuffelen · 4 years, 8 months ago
  29. 14ecb07 Add port-generic options to SharedFD vsockets by Cody Schuffelen · 4 years, 8 months ago
  30. d9540dc Delete libcuttlefish_strings. by Cody Schuffelen · 4 years, 8 months ago
  31. 4573f36 Delete cuttlefish_auto_resources by Cody Schuffelen · 4 years, 8 months ago
  32. ec8993b Delete many references to cuttlefish_auto_resources by Cody Schuffelen · 4 years, 8 months ago
  33. ec67562 Revert "Revert deleting vsoc" by Cody Schuffelen · 4 years, 8 months ago
  34. 134ff03 Revert deleting vsoc by Cody Schuffelen · 4 years, 8 months ago
  35. 48d7ec0 Merge changes from topics "2019-11-12-schuffelen-ivserver", "2019-11-12-schuffelen-record-audio", "2019-11-12-schuffelen-vsoc-lib", "2019-11-13-schuffelen-socket-forward" by Treehugger Robot · 4 years, 8 months ago
  36. 698c8df Merge changes I8b57ef5e,I7545ec8e by Cody Schuffelen · 4 years, 8 months ago
  37. 595e7a0 Delete vsoc support libraries and tests by Cody Schuffelen · 4 years, 8 months ago
  38. be3e32b Remove header dependencies on vsoc_lib by Cody Schuffelen · 4 years, 8 months ago
  39. f191c5d Delete socket_forward_proxy by Cody Schuffelen · 4 years, 8 months ago
  40. 213600a Use F_DUPFD_CLOEXEC with SharedFD::Dup. by Cody Schuffelen · 4 years, 8 months ago
  41. c33a1dc Create subprocess file descriptors as cloexec by Cody Schuffelen · 4 years, 8 months ago
  42. 82ca881d netlink_request: guard memcpy with a length check by George Burgess IV · 4 years, 8 months ago
  43. 99a80b2 Merge "Remove build dependencies on libcuttlefish_strings" by Treehugger Robot · 4 years, 8 months ago
  44. 08aa9bd Merge "Remove uses of cvd::StrSplit." by Treehugger Robot · 4 years, 8 months ago
  45. 486743f Remove build dependencies on libcuttlefish_strings by Cody Schuffelen · 4 years, 8 months ago
  46. f4a1cdb Remove uses of cvd::StrSplit. by Cody Schuffelen · 4 years, 8 months ago
  47. 4ede79d Replace AutoFreeBuffer uses for SharedFD by Cody Schuffelen · 4 years, 8 months ago
  48. 0405731 AutoFreeBuffer -> std::vector<char> for netlink by Cody Schuffelen · 4 years, 8 months ago
  49. f40d380 Delete AutoCloseFileDescriptor. It is dead code. by Cody Schuffelen · 4 years, 8 months ago
  50. be33c5d Delete AutoCloseFILE. It is dead code. by Cody Schuffelen · 4 years, 8 months ago
  51. 70455fb Delete AutoUMask. It is dead code. by Cody Schuffelen · 4 years, 8 months ago
  52. 05409e9 Update hwcomposer to retry when fetching the device config by Jason Macnak · 4 years, 9 months ago
  53. 7e35fb3 execute_capture_output -> RunWithManagedStdio by Cody Schuffelen · 4 years, 10 months ago
  54. c79185d Support silently running subprocesses. by Cody Schuffelen · 4 years, 10 months ago
  55. 80f2deb Merge "Delete common/libs/fs/gce_fs.*" by Treehugger Robot · 4 years, 10 months ago
  56. 02ed2f9 Merge changes Ia984c5bf,Ibead8831 by Treehugger Robot · 4 years, 10 months ago
  57. 140bf2d Merge changes I094f38b8,Ic7db984a,Ic5b38a12 by Treehugger Robot · 4 years, 10 months ago
  58. c4339ad Add a Stop() method to cvd::Subprocess by Jorge E. Moreira · 4 years, 11 months ago
  59. fbeb315 Add archive utilities. by Cody Schuffelen · 5 years ago
  60. 51867bd Add ReadExact and WriteAll methods for SharedFDs. by Cody Schuffelen · 4 years, 11 months ago
  61. 3687635 Delete common/libs/fs/gce_fs.* by Cody Schuffelen · 4 years, 11 months ago
  62. 189d823 Subprocesses can start as heads of their own process group by Jorge E. Moreira · 4 years, 11 months ago
  63. 845c390 Merge "Add cuttlefish_thread_test to TEST_MAPPING" by Treehugger Robot · 4 years, 11 months ago
  64. 546794c Merge "Add cuttlefish_simulated_buffer_test to TEST_MAPPING" by Treehugger Robot · 4 years, 11 months ago
  65. 9350fa0 Add cuttlefish_thread_test to TEST_MAPPING by Cody Schuffelen · 4 years, 11 months ago
  66. a198d6b Add cuttlefish_simulated_buffer_test to TEST_MAPPING by Cody Schuffelen · 4 years, 11 months ago
  67. fc56e84 Add shared_fd_test.cpp to TEST_MAPPING. by Cody Schuffelen · 4 years, 11 months ago
  68. b11b460 Fix unspecified behavior in SharedFD constructors. by Cody Schuffelen · 4 years, 11 months ago
  69. c374c8c Support redirecting subprocess stdio to parent stdio. by Cody Schuffelen · 5 years ago
  70. 5133a31 Add an execute_capture_output function. by Cody Schuffelen · 5 years ago
  71. 1307b8f Make common/libs/strings static+shared. by Cody Schuffelen · 5 years ago
  72. 88370b6 Implement ReadAll(SharedFD, std::string*) by Cody Schuffelen · 5 years ago
  73. d0833e0 Support extracting into arbitrary directories. by Cody Schuffelen · 5 years ago
  74. c775e3b Extract the downloaded archives. by Cody Schuffelen · 5 years ago
  75. 69c1959 Re-create the composite disk with newer partitions by Cody Schuffelen · 5 years ago
  76. f42e253 Crosvm HWComposer HAL gets configuration from configuration server by Jorge E. Moreira · 5 years ago
  77. 45fe6f0 Merge "Revert "Changed all newly made cf host presubmit to postsubmits"" into cuttlefish-testing by Ram Muthiah · 5 years ago
  78. 2b89df6 Revert "Changed all newly made cf host presubmit to postsubmits" by Ram Muthiah · 5 years ago
  79. b945eb1 Add a GetParameterBuilder function to cvd::Command by Jorge E. Moreira · 5 years ago
  80. f523229 Changed all newly made cf host presubmit to postsubmits by Ram Muthiah · 5 years ago
  81. 0cc37d6 Add device test tag to all cuttlefish common presubmit tests by Ram Muthiah · 5 years ago
  82. d0f6f87 Enable TEST_MAPPING to run unit tests in cuttlefish_common by Ram Muthiah · 5 years ago
  83. 792e2ad Tombstone Monitor for CVD by Ram Muthiah · 5 years ago
  84. f1f7cb3 Add the device configuration server by Jorge E. Moreira · 5 years ago
  85. 7df268b Remove unused parameter from ScreenRegionView::align() by Jorge E. Moreira · 5 years ago
  86. b21dc1f Use the same screen width aligment with both VMMs by Jorge E. Moreira · 5 years ago
  87. f15975c Log less frequently from the vsock proxy by Jorge E. Moreira · 5 years ago
  88. 7b0059a More file functions in libcuttlefish_utils by Jorge E. Moreira · 5 years ago
  89. c8745ba Configure the tap fd before passing it to crosvm by Jorge E. Moreira · 5 years ago
  90. 5a67de2 Fix the way the tap file descriptors are opened. by Cody Schuffelen · 5 years ago
  91. c82e5a3 Restore the unit tests for simulated buffer by Greg Hartman · 5 years ago
  92. 496582f Merge "Adds a function to connect to tap interfaces to cuttlefish_utils" into cuttlefish-testing by Treehugger Robot · 5 years ago
  93. ae3163f Adds a function to connect to tap interfaces to cuttlefish_utils by Jorge E. Moreira · 5 years ago
  94. d4e919a Merge changes from topic "2019-02-07-cf-vsock" into cuttlefish-testing by Cody Schuffelen · 5 years ago
  95. 6214af7 Delete unused wifi exchange shared memory region by Jorge E. Moreira · 5 years ago
  96. 871a41b Delete the (unused) Ril shared memory region by Jorge E. Moreira · 5 years ago
  97. ba673b7 Initialize cuttlefish's ril from properties instead of VSoC region by Jorge E. Moreira · 5 years ago
  98. 2716384 Differentiate ports for vsock_tunnel, native_vsock. by Cody Schuffelen · 5 years ago
  99. a4dac8b Add I/O redirection to cvd::Command by Jorge E. Moreira · 5 years ago
  100. 3ee23ab Fail gracefully in kernels missing vsock support. by Cody Schuffelen · 6 years ago