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