1. 392833b Use std::shared_ptr instead of android::sp by Jorge E. Moreira · 4 years, 9 months ago
  2. 19bfe07 Scale pointer coordinates to screen size from the webRTC client by Jorge E. Moreira · 4 years, 9 months ago
  3. 1f65a4a Set default values for webrtc related flags by Jorge E. Moreira · 4 years, 9 months ago
  4. e87ceb1 Remove dependency on libandroidglue from https by Jorge E. Moreira · 4 years, 9 months ago
  5. f081441 Delete dead code in webrtc by Jorge E. Moreira · 4 years, 9 months ago
  6. e049b79 Integrate webRTC with the rest of the cuttlefish host elements by Jorge E. Moreira · 4 years, 8 months ago
  7. a18ff1a Add webrtc streamer by Jorge E. Moreira · 4 years, 8 months ago
  8. 0179766 Extract screen connectors from vnc server by Jorge E. Moreira · 4 years, 8 months ago
  9. 2015615 Update launch_cvd display flags for crosvm<-wayland->vnc by Jason Macnak · 4 years, 9 months ago
  10. 225ddf4 Adds a WaylandScreenConnector to VNC Server by Jason Macnak · 4 years, 9 months ago
  11. d9540dc Delete libcuttlefish_strings. by Cody Schuffelen · 4 years, 9 months ago
  12. ec8993b Delete many references to cuttlefish_auto_resources by Cody Schuffelen · 4 years, 9 months ago
  13. ec67562 Revert "Revert deleting vsoc" by Cody Schuffelen · 4 years, 9 months ago
  14. 134ff03 Revert deleting vsoc by Cody Schuffelen · 4 years, 9 months ago
  15. be3e32b Remove header dependencies on vsoc_lib by Cody Schuffelen · 4 years, 9 months ago
  16. 7fe285e Break build dependencies on vsoc_lib by Cody Schuffelen · 4 years, 9 months ago
  17. b26e64e Delete the stream_audio host binary by Cody Schuffelen · 4 years, 9 months ago
  18. 486743f Remove build dependencies on libcuttlefish_strings by Cody Schuffelen · 4 years, 9 months ago
  19. 038d4d9 Retrofit vsoc_input_service to use vsock by Cody Schuffelen · 4 years, 10 months ago
  20. 0b82c63 Restart the vnc server on connection loss by Cody Schuffelen · 4 years, 10 months ago
  21. 37e91b4 Don't send the screen parameter from the vnc server anymore by Jorge E. Moreira · 5 years ago
  22. 52b8fca Send screen parameters once per connection by Jorge E. Moreira · 5 years ago
  23. 7cce5d7 Turn off audio streaming due to libopus dependency by Greg Hartman · 5 years ago
  24. b15851c Update the vnc_server's sequential frame number on frame updates by Jorge E. Moreira · 5 years ago
  25. 9ec1585 Make adb connector wait for adb daemon to start on the guest by Jorge E. Moreira · 5 years ago
  26. 91ce18a Make VNC server aware of the screen width alignment by Jorge E. Moreira · 5 years ago
  27. c87c2c7 Allow the vnc server to run when using crosvm as vmm by Jorge E. Moreira · 5 years ago
  28. da018ca Support arbitrary addresses in adb_connector. by Cody Schuffelen · 6 years ago
  29. 7f32bb4 Stream opus instead of raw pcm16 by Ryan Haining · 6 years ago
  30. 20d896a Basic audio streamer (pcm) by Ryan Haining · 6 years ago
  31. 561e001 tcp_socket: send() with MSG_NOSIGNAL by Ryan Haining · 6 years ago
  32. 58ab4cd Moves create message functions into tcp library by Ryan Haining · 6 years ago
  33. a4e8cd9 Fixes CHECK < which should be CHECK_LE by Ryan Haining · 6 years ago
  34. 8e9c712 Uses config->device_title() for vnc server name by Ryan Haining · 6 years ago
  35. 3c8203b Merge "Moves adb connection maintainer to its own process" into gce-dev by TreeHugger Robot · 6 years ago
  36. 39c5d35 Clean up obsolete README files by Greg Hartman · 6 years ago
  37. e0ac6c6 Moves adb connection maintainer to its own process by Ryan Haining · 6 years ago
  38. 2a777f6 Move StringFromEnv to libcuttlefish_utils by Jorge E. Moreira · 6 years ago
  39. 577383b Refactors libvirt dependencies out of guest_config and launcher by Jorge E. Moreira · 6 years ago
  40. 57919e8 Merges FrameBuffer and FBBroadcast regions into a single Screen region by Jorge E. Moreira · 7 years ago
  41. 59063a9 Second attempt at adding a singleton to region view classes by Ryan Haining · 7 years ago
  42. 4ca884e Switches to host side vnc by Jorge E. Moreira · 7 years ago
  43. 4b9bbb1 First attempt at adding a singleton to region view classes by Jorge E. Moreira · 7 years ago
  44. 0594a5c Moves tcp_socket.cpp and tcp_socket.h into common by Ryan Haining · 7 years ago
  45. 99d8b8f Remove unused local variables. by Chih-Hung Hsieh · 7 years ago
  46. 7d5e0bf Clean up warnings in cuttlefish_common by Greg Hartman · 7 years ago
  47. d0f20d4 Fix formatting by Greg Hartman · 7 years ago
  48. d072a34 Move the gralloc code into position by Greg Hartman · 7 years ago
  49. 4cbb6ab Move the framebuffer view to the correct place by Greg Hartman · 7 years ago
  50. ce872ef Finish common makefile conversions by Greg Hartman · 7 years ago
  51. 6da4302 Clean up the handling of domains by Greg Hartman · 7 years ago
  52. 153b106 Do the big AVD -> CVD rename by Greg Hartman · 7 years ago
  53. efe487a Move the VSoC client socket into /var/run by Greg Hartman · 7 years ago
  54. 86b114a Allow launch to set the framebuffer size by Greg Hartman · 7 years ago
  55. 2e788be Refactor and enable host-side builds for supporting libraries by Greg Hartman · 7 years ago
  56. 70ac1d2 Use gflags in the vnc server by Greg Hartman · 7 years ago
  57. a4ff248 Get all of the code to build under Android.bp by Greg Hartman · 7 years ago
  58. ccd5745 Cosmetic improvements in vnc server by Jorge E. Moreira · 7 years ago
  59. ca7fb19 Adapted the VNC server to run on host side. by Greg Hartman · 7 years ago
  60. 7075378 Ran clang-format over vnc_server code by Greg Hartman · 7 years ago
  61. 2430701 Vnc server by Jorge E. Moreira · 7 years ago