summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-01README: Add qemu commandline options for vdagentHEADmasterChristophe Fergeau1-0/+17
2011-03-30vdagent-x11: Add support for incr. sending of clipboard data (rhbz#690164)Hans de Goede1-16/+117
2011-03-30vdagent-x11: ensure no events are pending before returning to the main loopHans de Goede1-12/+31
2011-03-29vdagent-x11: Release clipboard on exitHans de Goede1-0/+3
2011-03-29vdagent-x11: Fix typo in commentHans de Goede1-1/+1
2011-03-29vdagent-x11: add vdagent_x11_next_selection_request helperHans de Goede1-8/+10
2011-03-28udscs: Let the read call back take owner ship of the dataHans de Goede6-6/+16
2011-03-28vdagent-x11: Only move to next element in selection queue on process_next_reqHans de Goede1-5/+11
2011-03-28vdagent-x11: Fix indentationHans de Goede1-5/+5
2011-03-23vdagent-virtio-port: properly demultiplex vdagent messages per portHans de Goede1-24/+44
2011-03-23vdagent-virtio-port: don't pass the chunk header, only the chunk port nrHans de Goede3-4/+4
2011-03-23vdagent-virtio-port: rename port parameter to vportHans de Goede3-120/+120
2011-03-23vdagentd: fix potentially copying more data then a chunk holds when reading t...Hans de Goede1-0/+3
2011-03-17vdagent: Add daemonizing support, daemonize by defaultHans de Goede1-11/+49
2011-03-17vdagentd: Fix a gcc 4.6 warningHans de Goede1-1/+1
2011-03-17vdagentd: Don't open virtio port if creating uinput failsHans de Goede1-0/+1
2011-03-17vdagentd: Modprobe uinput from spice-vdagentd.sh initscript (rhbz#688257)Hans de Goede1-0/+1
2011-03-17vdagentd: Fix closing of logfile in error exit pathsHans de Goede1-0/+6
2011-03-17vdagentd: Fix exit value on fork failureHans de Goede1-1/+1
2011-03-07Allow changing the resolution through the agent on multi monitor setupsHans de Goede1-2/+1
2011-01-10sysv initscript: exit cleanly when not running under spiceHans de Goede1-1/+1
2010-11-19Put the pid and log files into their own subdirHans de Goede3-5/+8
2010-11-08sysv initscript: fix lsb header multi line descriptionHans de Goede1-2/+2
2010-11-01Only start spice-vdagentd in runlevel 5Hans de Goede1-2/+2
2010-11-01Install spice-vdagentd in /usr/sbin not /sbinHans de Goede2-2/+2
2010-11-01Update .gitignoreHans de Goede1-2/+2
2010-11-01udscs: fix client linked list corruptionHans de Goede1-0/+2
2010-11-01Makefile: create dir for vdagentd socketHans de Goede1-0/+2
2010-11-01initscript: remove socket before starting the daemonHans de Goede1-0/+2
2010-11-01vdagentd: change socket nameHans de Goede1-1/+1
2010-11-01vdagentd: unlink socket on exit rather then startupHans de Goede2-8/+2
2010-11-01vdagent-x11: clear pending client clipboard request on clipboard ownership ch...Hans de Goede1-9/+15
2010-11-01vdagentd-x11: Work around a bug in xselHans de Goede1-1/+2
2010-10-31vdagentd: Do not try to get active session on startupHans de Goede2-20/+7
2010-10-31Switch to a sysv init script for starting spice-vdagentdHans de Goede4-5/+121
2010-10-31Fixup desktop file for autostartHans de Goede1-1/+3
2010-10-31vdagentd: Fix compiler warningHans de Goede1-1/+3
2010-10-30Add COPYING (GPLv3 license text)Hans de Goede1-0/+674
2010-10-30Add a ChangeLog fileHans de Goede1-0/+5
2010-10-30Add archive Makefile targetHans de Goede1-0/+11
2010-10-30vdagentd: only realloc capabilities array if size changesHans de Goede2-9/+11
2010-10-30Update READMEHans de Goede2-8/+22
2010-10-30Install spice-vdagent under /usr/binHans de Goede1-1/+4
2010-10-30Keep timestamps when installing filesHans de Goede1-2/+2
2010-10-30Add a vdagent-spice.desktop fileHans de Goede3-0/+16
2010-10-30Allow overriding CFLAGSHans de Goede1-5/+4
2010-10-30Rename user visible files from vdagent* to spice-vdagent*Hans de Goede5-8/+8
2010-10-29vdagentd: When daemonizing use exit() from the motherHans de Goede1-1/+4
2010-10-29vdagentd: connect to console kit after daemonizeHans de Goede1-3/+3
2010-10-29vdagent: catch quit / int signals and make them quit the main loop (iow exit ...Hans de Goede1-1/+17