1. be3e32b Remove header dependencies on vsoc_lib by Cody Schuffelen · 5 years ago
  2. c56c58e Remove references to stream_audio. by Cody Schuffelen · 5 years ago
  3. e358e0e Remove {assemble,launch,run}_cvd ivserver references by Cody Schuffelen · 5 years ago
  4. d3d6a23 Delete references to socket_forward_proxy by Cody Schuffelen · 5 years ago
  5. 038d4d9 Retrofit vsoc_input_service to use vsock by Cody Schuffelen · 5 years ago
  6. a9d9a86 Rename run_cvd's launcher_defs.h to run_defs.h by Cody Schuffelen · 5 years ago
  7. 147b88e Split launch_cvd into assemble_cvd and run_cvd. by Cody Schuffelen · 5 years ago[Renamed (98%) from host/commands/launch/launch.cc]
  8. e0d0c46 Move the host port into the config. by Cody Schuffelen · 5 years ago
  9. 78824ed Move ValidateAdbModeFlag to flags.cc by Cody Schuffelen · 5 years ago
  10. 75ef887 Remove AdbUsbEnabled from launch.h. by Cody Schuffelen · 5 years ago
  11. b1ec435 Use a FIFO instead of a socket for kernel logs by Jorge E. Moreira · 5 years ago
  12. 05385d0 Fix running with multiple adb modes by Cody Schuffelen · 5 years ago
  13. b6fa736 Consolidate duplicate adb mode string constants by Cody Schuffelen · 5 years ago
  14. 7e1df15 Don't configure input in crosvm when running without frontend by Jorge E. Moreira · 5 years ago
  15. 277e1c4 Refactor GetKernelLogMonitorCommand by Jorge E. Moreira · 5 years ago
  16. 9ec1585 Make adb connector wait for adb daemon to start on the guest by Jorge E. Moreira · 5 years ago
  17. 91924d8 Allow multiple subscribers to boot events from kernel logs by Jorge E. Moreira · 5 years ago
  18. 7c3d5a5 Fix spurious "ADB not enabled" warning. by Cody Schuffelen · 6 years ago
  19. 792e2ad Tombstone Monitor for CVD by Ram Muthiah · 6 years ago
  20. f1f7cb3 Add the device configuration server by Jorge E. Moreira · 6 years ago
  21. 91ce18a Make VNC server aware of the screen width alignment by Jorge E. Moreira · 6 years ago
  22. c87c2c7 Allow the vnc server to run when using crosvm as vmm by Jorge E. Moreira · 6 years ago
  23. 90b2fb2 Use a std::set<std::string> for adb modes. by Cody Schuffelen · 6 years ago
  24. 8a14d69 Fix AdbTcpConnectorEnabled for the vsock_tunnel mode. by Cody Schuffelen · 6 years ago
  25. 63d1005 Create a vsock_half_tunnel mode. by Cody Schuffelen · 6 years ago
  26. fd10cae Starts a host process to receive logcat output over vsock by Jorge E. Moreira · 6 years ago
  27. 2716384 Differentiate ports for vsock_tunnel, native_vsock. by Cody Schuffelen · 6 years ago
  28. fd96b23 Support maintaining native adb/vsock connections. by Cody Schuffelen · 6 years ago
  29. da018ca Support arbitrary addresses in adb_connector. by Cody Schuffelen · 6 years ago
  30. f4b202b Remove VSoCEnabled() and replace it with config's enable_ivserver() by Jorge E. Moreira · 6 years ago
  31. b200e35 Respect the adb mode set on the launcher flag, regardless of vmm. by Jorge E. Moreira · 6 years ago
  32. fb95b0d Set start_stream_audio to false by default when vm_manager=crosvm by Jorge E. Moreira · 6 years ago
  33. cf4fc2a Set start_vnc_server flag to false by default when vm_manager=crosvm by Jorge E. Moreira · 6 years ago
  34. ba62662 WIP: crosvm launcher mode by Jorge E. Moreira · 6 years ago
  35. 660d9e8 Move most subprocess launches to launch.cpp by Cody Schuffelen · 6 years ago
  36. 17b3472 Move vnc / audio server launching out of main.cc by Cody Schuffelen · 6 years ago
  37. 55676ca Use the config to control the kernel log monitor. by Cody Schuffelen · 6 years ago
  38. 5bc697c Use the config to control the ivserver launch. by Cody Schuffelen · 6 years ago