summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-04autotools: move generated binaries to src/Christophe Fergeau2-14/+14
2011-04-04autotools: move data files to a data/ subdirChristophe Fergeau2-0/+0
2011-04-04autotools: update .gitignoreChristophe Fergeau1-1/+13
2011-04-04autotools: move source files to a src/ subdirChristophe Fergeau15-12/+12
2011-04-04autotools: add autotools supportChristophe Fergeau4-54/+50
2011-04-04README: Add qemu commandline options for vdagentChristophe Fergeau1-0/+22
2011-03-31vdagent-x11: Fixup NewValue Property Notify event filteringHans de Goede1-7/+7
2011-03-31Add support for multiple selectionsHans de Goede5-187/+364
2011-03-31vdagent-x11: don't accept incrementally send targetsHans de Goede1-11/+7
2011-03-31vdagent-x11: move freeing of incr data sending buffers out of next_selection_...Hans de Goede1-7/+10
2011-03-31vdagent-x11: Add a queue for conversion requestsHans de Goede1-20/+69
2011-03-31vdagent-x11: Allow use of send_selection_notify with a different eventHans de Goede1-27/+32
2011-03-31udscs: Allow passing 2 arguments per message typeHans de Goede6-41/+45
2011-03-31x11: add a few helper functions for multi-clipboardMarc-André Lureau1-2/+45
2011-03-30x11: request notifications of PRIMARY clipboardMarc-André Lureau1-0/+5
2011-03-30x11: get PRIMARY clipboard atomMarc-André Lureau1-3/+5
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