1. 5133a31 Add an execute_capture_output function. by Cody Schuffelen · 5 years ago
  2. 1307b8f Make common/libs/strings static+shared. by Cody Schuffelen · 5 years ago
  3. 88370b6 Implement ReadAll(SharedFD, std::string*) by Cody Schuffelen · 5 years ago
  4. d0833e0 Support extracting into arbitrary directories. by Cody Schuffelen · 5 years ago
  5. c775e3b Extract the downloaded archives. by Cody Schuffelen · 5 years ago
  6. 69c1959 Re-create the composite disk with newer partitions by Cody Schuffelen · 5 years ago
  7. f42e253 Crosvm HWComposer HAL gets configuration from configuration server by Jorge E. Moreira · 5 years ago
  8. 45fe6f0 Merge "Revert "Changed all newly made cf host presubmit to postsubmits"" into cuttlefish-testing by Ram Muthiah · 5 years ago
  9. 2b89df6 Revert "Changed all newly made cf host presubmit to postsubmits" by Ram Muthiah · 5 years ago
  10. b945eb1 Add a GetParameterBuilder function to cvd::Command by Jorge E. Moreira · 5 years ago
  11. f523229 Changed all newly made cf host presubmit to postsubmits by Ram Muthiah · 5 years ago
  12. 0cc37d6 Add device test tag to all cuttlefish common presubmit tests by Ram Muthiah · 5 years ago
  13. d0f6f87 Enable TEST_MAPPING to run unit tests in cuttlefish_common by Ram Muthiah · 5 years ago
  14. 792e2ad Tombstone Monitor for CVD by Ram Muthiah · 5 years ago
  15. f1f7cb3 Add the device configuration server by Jorge E. Moreira · 5 years ago
  16. 7df268b Remove unused parameter from ScreenRegionView::align() by Jorge E. Moreira · 5 years ago
  17. b21dc1f Use the same screen width aligment with both VMMs by Jorge E. Moreira · 5 years ago
  18. f15975c Log less frequently from the vsock proxy by Jorge E. Moreira · 5 years ago
  19. 7b0059a More file functions in libcuttlefish_utils by Jorge E. Moreira · 5 years ago
  20. c8745ba Configure the tap fd before passing it to crosvm by Jorge E. Moreira · 5 years ago
  21. 5a67de2 Fix the way the tap file descriptors are opened. by Cody Schuffelen · 5 years ago
  22. c82e5a3 Restore the unit tests for simulated buffer by Greg Hartman · 5 years ago
  23. 496582f Merge "Adds a function to connect to tap interfaces to cuttlefish_utils" into cuttlefish-testing by Treehugger Robot · 6 years ago
  24. ae3163f Adds a function to connect to tap interfaces to cuttlefish_utils by Jorge E. Moreira · 6 years ago
  25. d4e919a Merge changes from topic "2019-02-07-cf-vsock" into cuttlefish-testing by Cody Schuffelen · 6 years ago
  26. 6214af7 Delete unused wifi exchange shared memory region by Jorge E. Moreira · 6 years ago
  27. 871a41b Delete the (unused) Ril shared memory region by Jorge E. Moreira · 6 years ago
  28. ba673b7 Initialize cuttlefish's ril from properties instead of VSoC region by Jorge E. Moreira · 6 years ago
  29. 2716384 Differentiate ports for vsock_tunnel, native_vsock. by Cody Schuffelen · 6 years ago
  30. a4dac8b Add I/O redirection to cvd::Command by Jorge E. Moreira · 6 years ago
  31. 3ee23ab Fail gracefully in kernels missing vsock support. by Cody Schuffelen · 6 years ago
  32. 834fbf6 Add support for arm{,64} cuttlefish phone platforms by Alistair Strachan · 6 years ago
  33. 97f888c Merge "Deduces function signature in thunk" into cuttlefish-testing by Ryan Haining · 6 years ago
  34. 984f347 Merge "Uses variadic templates in thunkers" into cuttlefish-testing by Ryan Haining · 6 years ago
  35. b5bed9e Deduces function signature in thunk by Ryan Haining · 6 years ago
  36. 5b83c65 Uses variadic templates in thunkers by Ryan Haining · 6 years ago
  37. fa69c38 Support ADB over vsock from the guest and the host. by Cody Schuffelen · 6 years ago
  38. 412a692 Adds inline specifier to inline constructor by Ryan Haining · 6 years ago
  39. 2402ee5 Add a launcher -data_policy=resize_up_to mode. by Cody Schuffelen · 6 years ago
  40. 561e001 tcp_socket: send() with MSG_NOSIGNAL by Ryan Haining · 6 years ago
  41. 58ab4cd Moves create message functions into tcp library by Ryan Haining · 6 years ago
  42. 334f3a9 Extract managed region tests into its own target by Jorge E. Moreira · 6 years ago
  43. 1a62e76 Restart crashed host processes by Jorge E. Moreira · 6 years ago
  44. 8e9793e Fix some bugs with libcuttlefish_fs by Jorge E. Moreira · 6 years ago
  45. 6ffa0cb Accommodate inherited file descriptors in the subprocess utilities. by Jorge E. Moreira · 6 years ago
  46. 7be35a1 Add a log message to show that the socket_forward_proxy is waiting by Greg Hartman · 6 years ago
  47. 2d0af9d Fix constexpr struct in netlink_request_test. by Cody Schuffelen · 6 years ago
  48. bd13c23 Make NetlinkRequest::AddInt generic. by Cody Schuffelen · 6 years ago
  49. e6d0c9c Fix netlink_request_test.cpp. by Cody Schuffelen · 6 years ago
  50. d3f185d AbsolutePath() is good if file doesn't exist by Ryan Haining · 6 years ago
  51. 9dc66fe Merge "Adds SharedFD implementations of creat() and dup2()" into gce-dev by TreeHugger Robot · 6 years ago
  52. 6d7753e Adds SharedFD implementations of creat() and dup2() by Jorge E. Moreira · 6 years ago
  53. 10e4231 Adds RealPath utility function by Ryan Haining · 6 years ago
  54. 4f124a2 Merge "Adds a function to utils library to check group membership" into gce-dev by TreeHugger Robot · 6 years ago
  55. e23e695 Adds a function to utils library to check group membership by Jorge E. Moreira · 6 years ago
  56. bd1fedf Silence repeated log messages about adb connections by Greg Hartman · 6 years ago
  57. 3c8203b Merge "Moves adb connection maintainer to its own process" into gce-dev by TreeHugger Robot · 6 years ago
  58. 02f464c Move DirExists and FileHasContent to utils library by Jorge E. Moreira · 6 years ago
  59. cfbb410 Adds an overload to SharedFD::CopyFrom that takes the length by Jorge E. Moreira · 6 years ago
  60. 415eea2 Log the entire command on subprocess.cpp by Jorge E. Moreira · 6 years ago
  61. e0ac6c6 Moves adb connection maintainer to its own process by Ryan Haining · 6 years ago
  62. b5fb338 Slimmer rewrite of socket_forward_proxy by Ryan Haining · 6 years ago
  63. 22561d9 Writes region description to shmem file in the launcher. by Jorge E. Moreira · 6 years ago
  64. 4f3931b Move align functions to libcuttlefish_utils by Jorge E. Moreira · 6 years ago
  65. a8142f9 Call qemu directly when host packages support it by Jorge E. Moreira · 6 years ago
  66. 2a777f6 Move StringFromEnv to libcuttlefish_utils by Jorge E. Moreira · 6 years ago
  67. 6a9d629 Moves the subprocess function to a library by Jorge E. Moreira · 6 years ago
  68. a1fdfb9 Merge "Send signal when guest picks up queue." into gce-dev by TreeHugger Robot · 6 years ago
  69. 7346a1a Merge changes from topic "no-instance-flag" into gce-dev by TreeHugger Robot · 6 years ago
  70. 0bf3b64 Send signal when guest picks up queue. by Ryan Haining · 6 years ago
  71. ca60a62 Sends signal on data()->seq_num by Ryan Haining · 6 years ago
  72. 577383b Refactors libvirt dependencies out of guest_config and launcher by Jorge E. Moreira · 6 years ago
  73. b597482 Moves dealing with VSoC layout to vsoc_lib library by Jorge E. Moreira · 6 years ago
  74. e34e9d4 Enable layout checks for all types again. by Jorge E. Moreira · 6 years ago
  75. 5a3e522 Merge "Host socket_forward_proxy waits for guest" into gce-dev by Ryan Haining · 6 years ago
  76. b05877c Host socket_forward_proxy waits for guest by Ryan Haining · 6 years ago
  77. 4f498ee Refactor the static checks of layout structures. by Jorge E. Moreira · 6 years ago
  78. e451e9d Removes old-style casts found by -Wold-style-cast by Ryan Haining · 6 years ago
  79. f3c0cb6 Merge "Maintains socket forward connections." into gce-dev by Ryan Haining · 6 years ago
  80. 6ef8a38 Maintains socket forward connections. by Ryan Haining · 6 years ago
  81. 7756ba7 Split wifi_relay into host and guest versions by Greg Hartman · 6 years ago
  82. b8f1bf9 Clean up and simplify WiFi by Greg Hartman · 6 years ago
  83. 32f2a0e Adds copyright header to some Android.bp files by Jorge E. Moreira · 6 years ago
  84. 21288ad Support HAL_PIXEL_FORMAT_RGBA_FP16 in gralloc by Greg Hartman · 6 years ago
  85. ed46f31 Clean up prior version of WiFi by Greg Hartman · 6 years ago
  86. dd38aab Merge "(region_view) Removes unique_ptr<thread>" into gce-dev by Ryan Haining · 6 years ago
  87. 0c87d6b Merge "(wifi) Removes unique_ptr<thread> and detaches" into gce-dev by TreeHugger Robot · 6 years ago
  88. cc45b36 Merge "Makes wifi configurable over shared memory" into gce-dev by Greg Hartman · 6 years ago
  89. 819437e Merge "Push virtio-net interface renaming into userspace." into gce-dev by Alistair Strachan · 6 years ago
  90. eb52c4d (region_view) Removes unique_ptr<thread> by Ryan Haining · 6 years ago
  91. b6c866f (wifi) Removes unique_ptr<thread> and detaches by Ryan Haining · 6 years ago
  92. 8adbea1 Push virtio-net interface renaming into userspace. by Alistair Strachan · 6 years ago
  93. b48ceaf socket_forward_proxy_[host_]ports to launch_cvd by Ryan Haining · 6 years ago
  94. 11aa414 Makes wifi configurable over shared memory by Jorge E. Moreira · 6 years ago
  95. 35158cb Implementing record_audio as a host command instead of a shell command by Andreas Huber · 7 years ago
  96. 2c4cca5 Squash linux_glibc that sneaked in via wifi by Greg Hartman · 6 years ago
  97. 9747617 Fix RegionWorker thread exiting prematurely due to referencing by Andreas Huber · 6 years ago
  98. 21b7af5 Squashed commit of the following: by Andreas Huber · 6 years ago
  99. 54923bd Callers of RegionView::StartWorker() MUST retain the return value in by Andreas Huber · 6 years ago
  100. f3ac7d9 Revert "Revert "Integrate with the vsoc driver futex and add tests"" by Greg Hartman · 6 years ago