summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-18Prepare for a 0.8.1 releasespice-vdagent-0.8.1Hans de Goede2-1/+8
2011-07-15vdagent: Respond to SIGTERM in the connect to daemon loopHans de Goede1-2/+2
2011-07-15vdagent: Fix double free on re-execHans de Goede1-10/+2
2011-07-15vdagentd: some small coding style fixesHans de Goede1-4/+4
2011-07-15vdagent: reexec ourself on version mismatchMarc-André Lureau1-0/+21
2011-07-15vdagent: check for portdev existence and leave if notMarc-André Lureau1-4/+24
2011-07-15vdagents: add VDAGENTD_VERSION messageMarc-André Lureau4-0/+17
2011-07-15Attempt to reconnect to system socket every second when daemonizedMarc-André Lureau2-12/+25
2011-04-19Prepare for a 0.8.0 releasespice-vdagent-0.8.0Hans de Goede2-2/+12
2011-04-19vdagent: connect to vdagentd after daemonizingHans de Goede1-4/+3
2011-04-19Add tmpfiles.d entry for /var/run/spice-vdagentdHans de Goede2-1/+7
2011-04-19autotools: add install-data-local ruleChristophe Fergeau1-0/+5
2011-04-19spice-vdagentd initscript should have +xChristophe Fergeau2-2/+2
2011-04-18vdagentd: fix compilation without consolekitHans de Goede1-1/+1
2011-04-05vdagent-x11: Ignore MappingNotify eventsHans de Goede1-0/+4
2011-04-05vdagentd: use new virtio port write_[start,append] functionsHans de Goede1-29/+14
2011-04-05vdagent-virtio-port: add write_{start,append} to help caller write a messageHans de Goede2-14/+81
2011-04-04vdagent-x11: Add printing of selection to relevant log messagesHans de Goede1-98/+103
2011-04-04make console-kit use optionalChristophe Fergeau4-4/+59
2011-04-04autotools: handle data files installationChristophe Fergeau1-0/+11
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