1. 2402ee5 Add a launcher -data_policy=resize_up_to mode. by Cody Schuffelen · 6 years ago
  2. 53cd2e6 Merge "Stop assuming the PCI bus will be 'pci.0'" into cuttlefish-testing by Treehugger Robot · 6 years ago
  3. a001628 Merge changes I0b683290,I69a84bf9 into cuttlefish-testing by Cody Schuffelen · 6 years ago
  4. 611500b Start stream_audio from launch_cvd by Ryan Haining · 6 years ago
  5. 20d896a Basic audio streamer (pcm) by Ryan Haining · 6 years ago
  6. 561e001 tcp_socket: send() with MSG_NOSIGNAL by Ryan Haining · 6 years ago
  7. 58ab4cd Moves create message functions into tcp library by Ryan Haining · 6 years ago
  8. 01ef197 Remove the declaration of the config_file flag from the launcher by Jorge E. Moreira · 6 years ago
  9. 5096173 Only run guest side e2e test if the flag is given to the launcher by Jorge E. Moreira · 6 years ago
  10. 734e1d1 Run host region end to end test on the launcher by Jorge E. Moreira · 6 years ago
  11. 3d955ae Use callbacks when adding commands to ProcessMonitor by Jorge E. Moreira · 6 years ago
  12. 06e0c17 Stop assuming the PCI bus will be 'pci.0' by Alistair Strachan · 6 years ago
  13. bb61eca Switch console from ISA to PCI serial port by Alistair Strachan · 6 years ago
  14. 7e5184b Give ivshmem-doorbell a fixed PCI address by Alistair Strachan · 6 years ago
  15. 1a62e76 Restart crashed host processes by Jorge E. Moreira · 6 years ago
  16. 4d3210d Don't start a new process to delete a file by Jorge E. Moreira · 6 years ago
  17. 6ffa0cb Accommodate inherited file descriptors in the subprocess utilities. by Jorge E. Moreira · 6 years ago
  18. a00584e Restore a default value for the path to the config file by Jorge E. Moreira · 6 years ago
  19. 7338d35 Makes adb shell read device name from config by Ryan Haining · 6 years ago
  20. f219a16 Use an environment variable for the config file. by Cody Schuffelen · 6 years ago
  21. 5898003 Move libvirt and qemu flags to the launcher. by Cody Schuffelen · 6 years ago
  22. 88df7a8 Revert "Create a guest VLAN network with a host flag." by Greg Hartman · 6 years ago
  23. 33d1d0a Create a guest VLAN network with a host flag. by Cody Schuffelen · 6 years ago
  24. f1f28c5 Allow setupwizard.mode to be changed in the launcher by Greg Hartman · 6 years ago
  25. a4e8cd9 Fixes CHECK < which should be CHECK_LE by Ryan Haining · 6 years ago
  26. 986b71a Restore the mac80211_hwsim.radios=0 kernel arg. by Cody Schuffelen · 6 years ago
  27. 075d18d Changes hardware_name to vsoc by Ryan Haining · 6 years ago
  28. 007b177 Build kernel command line from the launcher by Jorge E. Moreira · 6 years ago
  29. b2427ba Consistent naming for kernel command line by Jorge E. Moreira · 6 years ago
  30. efadb8d Represent the kernel command line as a set. by Cody Schuffelen · 6 years ago
  31. 47c0e29 s/subscriptor/subscriber/ by Ryan Haining · 6 years ago
  32. 66e9a1a Merged libmonitor and kernel_log_monitor modules by Jorge E. Moreira · 6 years ago
  33. 81afca1 Kernel log monitor runs in its own process by Jorge E. Moreira · 6 years ago
  34. c2d840c Merge "Uses config->device_title() for vnc server name" into gce-dev by TreeHugger Robot · 6 years ago
  35. 8e9c712 Uses config->device_title() for vnc server name by Ryan Haining · 6 years ago
  36. 3c656a1 Merge "Adds device_title to config file." into gce-dev by TreeHugger Robot · 6 years ago
  37. 6d821ec Adds device_title to config file. by Ryan Haining · 6 years ago
  38. be7049a Minor fixes to the launcher refactor by Jorge E. Moreira · 6 years ago
  39. d843066 Moved vadb and usbip to the virtual_usb_manager directory by Jorge E. Moreira · 6 years ago
  40. b5a71d7 VirtualUsmManager runs in its own process by Jorge E. Moreira · 6 years ago
  41. 2b00301 Make qemu the client in the qemu monitor connection by Jorge E. Moreira · 6 years ago
  42. 8832283 Make vm_manager configurable on the command line by Jorge E. Moreira · 6 years ago
  43. 077d300 Don't abort, return nullptr instead, when config file isn't present by Jorge E. Moreira · 6 years ago
  44. a219543 Make stop_cvd ask the launcher to stop by Jorge E. Moreira · 6 years ago
  45. 50a0775 Adds the process monitor to the launcher by Jorge E. Moreira · 6 years ago
  46. 33fe9e2 Launcher prints success message before exiting when in daemon mode by Jorge E. Moreira · 6 years ago
  47. 015c000 Put a link to the config file in the home directory by Jorge E. Moreira · 6 years ago
  48. b8dfb99 Only one defiinition of kDefaultUuidPrefix by Jorge E. Moreira · 6 years ago
  49. f03c843 Merge "Launcher checks for being session leader" into gce-dev by TreeHugger Robot · 6 years ago
  50. d95a63f Merge "AbsolutePath() is good if file doesn't exist" into gce-dev by TreeHugger Robot · 6 years ago
  51. 66e8ff9 Launcher checks for being session leader by Jorge E. Moreira · 6 years ago
  52. 721db10 Move the launcher exit codes to its own header file by Jorge E. Moreira · 6 years ago
  53. 2363109 Make the launcher the head of a process group by Jorge E. Moreira · 6 years ago
  54. b3aa37f Merge "Correctly daemonizes launcher" into gce-dev by TreeHugger Robot · 6 years ago
  55. d3f185d AbsolutePath() is good if file doesn't exist by Ryan Haining · 6 years ago
  56. d3bdb92 Revert "Uses realpath() when setting config file paths" by Ryan Haining · 6 years ago
  57. 66f6ec8 Correctly daemonizes launcher by Jorge E. Moreira · 6 years ago
  58. 8961890 Uses realpath() when setting config file paths by Ryan Haining · 6 years ago
  59. 10e4231 Adds RealPath utility function by Ryan Haining · 6 years ago
  60. 7d95b24 Merge "Define exit codes for the launcher and do less calls to abort." into gce-dev by TreeHugger Robot · 6 years ago
  61. e7dc21e Merge "Take out the try exec for home adb shell" into gce-dev by TreeHugger Robot · 6 years ago
  62. bc383dc Define exit codes for the launcher and do less calls to abort. by Jorge E. Moreira · 6 years ago
  63. a4e21bb Take out the try exec for home adb shell by Ryan Haining · 6 years ago
  64. 8edddc9 Merge "Writes adb_mode to config file" into gce-dev by TreeHugger Robot · 6 years ago
  65. 6df5dd6 Merge "Converts adbshell to c++" into gce-dev by Ryan Haining · 6 years ago
  66. d6bd74d Merge "Copies adbshell to host/commands" into gce-dev by TreeHugger Robot · 6 years ago
  67. 0280b1a Writes adb_mode to config file by Ryan Haining · 6 years ago
  68. 54c1540 Send the shared memory window last by Greg Hartman · 6 years ago
  69. e58ecd9 Converts adbshell to c++ by Ryan Haining · 6 years ago
  70. 5020a66 Launcher checks user configuration before running by Jorge E. Moreira · 6 years ago
  71. 3f3209f Copies adbshell to host/commands by Ryan Haining · 6 years ago
  72. 09ae634 Merge "Silence repeated log messages about adb connections" into gce-dev by TreeHugger Robot · 6 years ago
  73. ef8c910 Merge changes I6a2f48df,I86efb22e into gce-dev by TreeHugger Robot · 6 years ago
  74. 4211a31 Merge "Allows multiple "--adb_mode"s" into gce-dev by Ryan Haining · 6 years ago
  75. bd1fedf Silence repeated log messages about adb connections by Greg Hartman · 6 years ago
  76. 91f8142 Add the ability to debug the kernel via tcp by Greg Hartman · 6 years ago
  77. 1300f0b Make the launcher exit on boot completed/failed by Jorge E. Moreira · 6 years ago
  78. 3d838dc Kernel log server accepts subscriptions to boot events by Jorge E. Moreira · 6 years ago
  79. eeca8e3 Merge "Reenables usb on 0.7+ host images" into gce-dev by Ryan Haining · 6 years ago
  80. 7ddb871 Allows multiple "--adb_mode"s by Ryan Haining · 6 years ago
  81. 62df2d0 Merge "Make network connectivity nonblocking for boot." into gce-dev by TreeHugger Robot · 6 years ago
  82. 0595042 Merge "Change wifi configuration to wifi monitoring." into gce-dev by TreeHugger Robot · 6 years ago
  83. f138357 Reenables usb on 0.7+ host images by Ryan Haining · 6 years ago
  84. 8149135 Merge "Writes adb_mode flag to new config" into gce-dev by Ryan Haining · 6 years ago
  85. 4a1abea Writes adb_mode flag to new config by Ryan Haining · 6 years ago
  86. cb7d46c Move some info logs from libvirt manager to launcher by Jorge E. Moreira · 6 years ago
  87. 37dbbd4 Disables adb connector if there's no adb tunnel by Ryan Haining · 6 years ago
  88. 3c8203b Merge "Moves adb connection maintainer to its own process" into gce-dev by TreeHugger Robot · 6 years ago
  89. 5bbc22c Make network connectivity nonblocking for boot. by Cody Schuffelen · 6 years ago
  90. 4f487a5 Change wifi configuration to wifi monitoring. by Cody Schuffelen · 6 years ago
  91. 3819324 Don't use sudo when not using libvirt by Jorge E. Moreira · 6 years ago
  92. 02f464c Move DirExists and FileHasContent to utils library by Jorge E. Moreira · 6 years ago
  93. b8f4e06 Add a flag to allow the kernel path to be specified by Greg Hartman · 6 years ago
  94. 522ce61 Simplify the host and guest ids by Greg Hartman · 6 years ago
  95. 82c6840 Move ivserver code to its home by Greg Hartman · 6 years ago
  96. ba09e2a Merge "Launcher unpacks boot image." into gce-dev by TreeHugger Robot · 6 years ago
  97. 5d9cd92 Launcher unpacks boot image. by Jorge E. Moreira · 6 years ago
  98. 7ad6617 Merge "Clean up obsolete README files" into gce-dev by TreeHugger Robot · 6 years ago
  99. 39c5d35 Clean up obsolete README files by Greg Hartman · 6 years ago
  100. e0ac6c6 Moves adb connection maintainer to its own process by Ryan Haining · 6 years ago