1. 36bce55 Support all combinations of vsock/tcp guest/host proxies by A. Cody Schuffelen · 4 years, 7 months ago
  2. 6308379 add gfx_stream gpu mode by Lingfeng Yang · 4 years, 8 months ago
  3. eb242c4 Make the instance dir an instance-specific config by Cody Schuffelen · 4 years, 9 months ago
  4. 47c5785 Separate CuttlefishConfig::[Mutable]InstanceSpecific by Cody Schuffelen · 4 years, 9 months ago
  5. f0e3d8a Enable multiple instances of webrtc in the same host by Jorge E. Moreira · 4 years, 8 months ago
  6. e049b79 Integrate webRTC with the rest of the cuttlefish host elements by Jorge E. Moreira · 4 years, 8 months ago
  7. 2015615 Update launch_cvd display flags for crosvm<-wayland->vnc by Jason Macnak · 4 years, 9 months ago
  8. aa1ccbb Update run_cvd to handle non-vsock frontend by Jason Macnak · 4 years, 8 months ago
  9. 3c35fd8 Delete virtual_usb_manager and USB support by Cody Schuffelen · 4 years, 9 months ago
  10. eb5c215 Dynamically allocate the logcat server vsock port by Cody Schuffelen · 4 years, 9 months ago
  11. c9183ba Dynamically assign the config server port. by Cody Schuffelen · 4 years, 9 months ago
  12. d3f27b9 Dynamically choose the tombstone receiver port. by Cody Schuffelen · 4 years, 9 months ago
  13. b13869b Dynamically choose the VNC vsock ports in run_cvd by Cody Schuffelen · 4 years, 9 months ago
  14. ec67562 Revert "Revert deleting vsoc" by Cody Schuffelen · 4 years, 9 months ago
  15. 134ff03 Revert deleting vsoc by Cody Schuffelen · 4 years, 9 months ago
  16. be3e32b Remove header dependencies on vsoc_lib by Cody Schuffelen · 4 years, 10 months ago
  17. c56c58e Remove references to stream_audio. by Cody Schuffelen · 4 years, 10 months ago
  18. e358e0e Remove {assemble,launch,run}_cvd ivserver references by Cody Schuffelen · 4 years, 10 months ago
  19. d3d6a23 Delete references to socket_forward_proxy by Cody Schuffelen · 4 years, 10 months ago
  20. 038d4d9 Retrofit vsoc_input_service to use vsock by Cody Schuffelen · 4 years, 10 months ago
  21. a9d9a86 Rename run_cvd's launcher_defs.h to run_defs.h by Cody Schuffelen · 5 years ago
  22. 147b88e Split launch_cvd into assemble_cvd and run_cvd. by Cody Schuffelen · 5 years ago[Renamed (98%) from host/commands/launch/launch.cc]
  23. e0d0c46 Move the host port into the config. by Cody Schuffelen · 5 years ago
  24. 78824ed Move ValidateAdbModeFlag to flags.cc by Cody Schuffelen · 5 years ago
  25. 75ef887 Remove AdbUsbEnabled from launch.h. by Cody Schuffelen · 5 years ago
  26. b1ec435 Use a FIFO instead of a socket for kernel logs by Jorge E. Moreira · 5 years ago
  27. 05385d0 Fix running with multiple adb modes by Cody Schuffelen · 5 years ago
  28. b6fa736 Consolidate duplicate adb mode string constants by Cody Schuffelen · 5 years ago
  29. 7e1df15 Don't configure input in crosvm when running without frontend by Jorge E. Moreira · 5 years ago
  30. 277e1c4 Refactor GetKernelLogMonitorCommand by Jorge E. Moreira · 5 years ago
  31. 9ec1585 Make adb connector wait for adb daemon to start on the guest by Jorge E. Moreira · 5 years ago
  32. 91924d8 Allow multiple subscribers to boot events from kernel logs by Jorge E. Moreira · 5 years ago
  33. 7c3d5a5 Fix spurious "ADB not enabled" warning. by Cody Schuffelen · 5 years ago
  34. 792e2ad Tombstone Monitor for CVD by Ram Muthiah · 5 years ago
  35. f1f7cb3 Add the device configuration server by Jorge E. Moreira · 5 years ago
  36. 91ce18a Make VNC server aware of the screen width alignment by Jorge E. Moreira · 5 years ago
  37. c87c2c7 Allow the vnc server to run when using crosvm as vmm by Jorge E. Moreira · 5 years ago
  38. 90b2fb2 Use a std::set<std::string> for adb modes. by Cody Schuffelen · 5 years ago
  39. 8a14d69 Fix AdbTcpConnectorEnabled for the vsock_tunnel mode. by Cody Schuffelen · 5 years ago
  40. 63d1005 Create a vsock_half_tunnel mode. by Cody Schuffelen · 6 years ago
  41. fd10cae Starts a host process to receive logcat output over vsock by Jorge E. Moreira · 6 years ago
  42. 2716384 Differentiate ports for vsock_tunnel, native_vsock. by Cody Schuffelen · 6 years ago
  43. fd96b23 Support maintaining native adb/vsock connections. by Cody Schuffelen · 6 years ago
  44. da018ca Support arbitrary addresses in adb_connector. by Cody Schuffelen · 6 years ago
  45. f4b202b Remove VSoCEnabled() and replace it with config's enable_ivserver() by Jorge E. Moreira · 6 years ago
  46. b200e35 Respect the adb mode set on the launcher flag, regardless of vmm. by Jorge E. Moreira · 6 years ago
  47. fb95b0d Set start_stream_audio to false by default when vm_manager=crosvm by Jorge E. Moreira · 6 years ago
  48. cf4fc2a Set start_vnc_server flag to false by default when vm_manager=crosvm by Jorge E. Moreira · 6 years ago
  49. ba62662 WIP: crosvm launcher mode by Jorge E. Moreira · 6 years ago
  50. 660d9e8 Move most subprocess launches to launch.cpp by Cody Schuffelen · 6 years ago
  51. 17b3472 Move vnc / audio server launching out of main.cc by Cody Schuffelen · 6 years ago
  52. 55676ca Use the config to control the kernel log monitor. by Cody Schuffelen · 6 years ago
  53. 5bc697c Use the config to control the ivserver launch. by Cody Schuffelen · 6 years ago