summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-08data: remove rsyslog config filesMarc-André Lureau2-8/+0
2014-07-21Handle STRING selection typeMarc-André Lureau1-2/+2
2014-07-21Reply to TIMESTAMP requestsMarc-André Lureau2-0/+16
2014-07-10Add an option such that the daemon will exit after processing a single session.Jeremy White1-1/+13
2014-07-10Make sure the child is able to connect to the X server before exiting the mai...Jeremy White1-6/+44
2014-07-10Add an explicit switch to signal fake uinput devices.Jeremy White1-6/+5
2014-02-25Fix gdm autostart pathChristophe Fergeau1-1/+4
2014-02-24randr: set physical screen size to keep a constant 96 dpiMarc-André Lureau1-2/+7
2014-02-24Don't abort if XRRSetCrtcConfig failsJonathon Jongsma1-2/+2
2014-02-24randr: Make resolution changing more robustChristophe Fergeau1-14/+47
2014-01-31Add VD_AGENT_CAP_MAX_CLIPBOARD supportMarc-André Lureau1-0/+15
2014-01-31Add a warning for unhandled caseMarc-André Lureau1-0/+3
2014-01-31Add a virtio_write_clipboard() functionMarc-André Lureau1-21/+29
2013-11-27clipboard target_to_type: fix inner loop variable nameUri Lublin1-1/+1
2013-10-14Prepare for release 0.15.0Alon Levy2-1/+8
2013-10-14vdagent-virtio-port: no need to log opening the port as a socketAlon Levy1-1/+0
2013-10-03vdagent-virtio-port: fix two -Werror=pointer-signAlon Levy1-2/+2
2013-09-09vdagent-x11: Release clipboard on client disconnect if owned by clientHans de Goede3-0/+13
2013-09-03vdagent-virtio-port: close socket on errorAlon Levy1-0/+3
2013-09-03vdagentd: support fake uinputAlon Levy3-6/+21
2013-09-02vdagentd: support virtio as uds for Xspice usageAlon Levy1-6/+47
2013-09-02vdagentd: support configurable socket to vdagentAlon Levy1-14/+19
2013-09-02vdagent: add option to change vdagentd socketAlon Levy1-2/+7
2013-08-13vdagent-x11: Turn some error messages into debugging messages (rhbz#918310)Hans de Goede1-5/+6
2013-08-08vdagent_x11_target_to_type: Improve error loggingHans de Goede1-0/+3
2013-08-02Not having the virtio channel is not an error; instead silently do nothingColin Walters1-3/+1
2013-07-29Fix vdagent-x11.h header guard nameFedor Lyakhov1-2/+2
2013-07-03buildsys: Build vdagentd as pie + relro when possibleHans de Goede2-2/+36
2013-06-24vdagentd: Advertise VD_AGENT_CAP_GUEST_LINEEND_LFHans de Goede1-0/+1
2013-06-06vdagent[d]: Add printing of version to -h outputHans de Goede2-5/+5
2013-05-20Drop the no longer needed modules-load.d/spice-vdagentd.confHans de Goede2-6/+0
2013-04-12Fix typo in src/vdagentd.cLiang Guo1-1/+1
2013-04-12build: Manpages are in build directory, not sourceColin Walters1-2/+2
2013-04-12Prepare for 0.14.0 releaseHans de Goede1-1/+1
2013-04-12Makefile.am: Add missing private headers to noinst_HEADERSHans de Goede1-6/+8
2013-04-12Add manpages for spice-vdagent and spice-vdagentd (rhbz#948511)Hans de Goede6-0/+128
2013-04-12Update .gitignoreHans de Goede1-0/+4
2013-04-12README: Document that we natively support systemd now a daysHans de Goede1-7/+7
2013-04-12Add missing src/dummy-session-info.c fileHans de Goede1-0/+46
2013-04-12One more -h / usage output fixHans de Goede1-1/+1
2013-04-11Improve -h / usage outputHans de Goede2-7/+11
2013-04-11vdagentd: Allow runtime disabling of session-info (rhbz#904084)Hans de Goede5-78/+59
2013-04-11vdagentd-xorg-conf: Add Option "NumHeads" "1" to generated xorg.confHans de Goede1-0/+1
2013-04-10docs: Update to reflect recent changesHans de Goede2-2/+18
2013-04-10vdagent-x11: Add support for setups with multiple screensHans de Goede3-25/+57
2013-04-10vdagent-x11: Change root_window, width and height to an arrayHans de Goede3-37/+36
2013-04-10Add glib-compat.h to fix building with glib < 2.28Hans de Goede2-0/+44
2013-04-09vdagent-x11: Catch BadWindow errors when sending clipboard data to other windowsHans de Goede1-8/+36
2013-04-09vdagent-x11: Unify / share error handling between vdagent-x11 and randr codeHans de Goede3-34/+29
2013-04-09autogen: Honor NOCONFIGURE=1Colin Walters1-1/+3