Skip to content
  1. Jan 16, 2019
  2. Jan 04, 2019
  3. Jan 03, 2019
  4. Dec 20, 2018
  5. Dec 19, 2018
  6. Dec 15, 2018
  7. Nov 16, 2018
  8. Nov 02, 2018
  9. Sep 21, 2018
  10. Sep 19, 2018
    • Jakub Janků's avatar
      vdagentd: parse argv using GLib · 8df6120b
      Jakub Janků authored
      
      
      All command line options now have long names
      as they are required by GLib.
      
      So the supported command line options now are:
      
          -h, --help
      
          -d, --debug
          -s, --virtio-serial-port-path
          -S, --vdagentd-socket
          -u, --uinput-device
          -f, --fake-uinput
          -x, --foreground
          -o, --one-session
          -X, --disable-session-integration
      
      Change the types of some global variables that hold the options:
      - const char * --> gchar *
      - int          --> gboolean
      
      Define DEFAULT_UINPUT_DEVICE as "/dev/uinput",
      since there's already DEFAULT_VIRTIO_PORT_PATH, VDAGENTD_SOCKET.
      
      Signed-off-by: default avatarJakub Janků <jjanku@redhat.com>
      Acked-by: default avatarVictor Toso <victortoso@redhat.com>
      8df6120b
  11. Sep 13, 2018
  12. Sep 07, 2018
  13. Aug 28, 2018
  14. Aug 14, 2018
  15. Jul 23, 2018
  16. Jun 06, 2018
  17. May 30, 2018
  18. Apr 10, 2018
  19. Mar 05, 2018
  20. Dec 11, 2017
Loading