summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for a 0.8.1 releasespice-vdagent-0.8.1Hans de Goede2011-07-182-1/+8
* vdagent: Respond to SIGTERM in the connect to daemon loopHans de Goede2011-07-151-2/+2
* vdagent: Fix double free on re-execHans de Goede2011-07-151-10/+2
* vdagentd: some small coding style fixesHans de Goede2011-07-151-4/+4
* vdagent: reexec ourself on version mismatchMarc-André Lureau2011-07-151-0/+21
* vdagent: check for portdev existence and leave if notMarc-André Lureau2011-07-151-4/+24
* vdagents: add VDAGENTD_VERSION messageMarc-André Lureau2011-07-154-0/+17
* Attempt to reconnect to system socket every second when daemonizedMarc-André Lureau2011-07-152-12/+25
* Prepare for a 0.8.0 releasespice-vdagent-0.8.0Hans de Goede2011-04-192-2/+12
* vdagent: connect to vdagentd after daemonizingHans de Goede2011-04-191-4/+3
* Add tmpfiles.d entry for /var/run/spice-vdagentdHans de Goede2011-04-192-1/+7
* autotools: add install-data-local ruleChristophe Fergeau2011-04-191-0/+5
* spice-vdagentd initscript should have +xChristophe Fergeau2011-04-192-2/+2
* vdagentd: fix compilation without consolekitHans de Goede2011-04-181-1/+1
* vdagent-x11: Ignore MappingNotify eventsHans de Goede2011-04-051-0/+4
* vdagentd: use new virtio port write_[start,append] functionsHans de Goede2011-04-051-29/+14
* vdagent-virtio-port: add write_{start,append} to help caller write a messageHans de Goede2011-04-052-14/+81
* vdagent-x11: Add printing of selection to relevant log messagesHans de Goede2011-04-041-98/+103
* make console-kit use optionalChristophe Fergeau2011-04-044-4/+59
* autotools: handle data files installationChristophe Fergeau2011-04-041-0/+11
* autotools: move generated binaries to src/Christophe Fergeau2011-04-042-14/+14
* autotools: move data files to a data/ subdirChristophe Fergeau2011-04-042-0/+0
* autotools: update .gitignoreChristophe Fergeau2011-04-041-1/+13
* autotools: move source files to a src/ subdirChristophe Fergeau2011-04-0415-12/+12
* autotools: add autotools supportChristophe Fergeau2011-04-044-54/+50
* README: Add qemu commandline options for vdagentChristophe Fergeau2011-04-041-0/+22
* vdagent-x11: Fixup NewValue Property Notify event filteringHans de Goede2011-03-311-7/+7
* Add support for multiple selectionsHans de Goede2011-03-315-187/+364
* vdagent-x11: don't accept incrementally send targetsHans de Goede2011-03-311-11/+7
* vdagent-x11: move freeing of incr data sending buffers out of next_selection_...Hans de Goede2011-03-311-7/+10
* vdagent-x11: Add a queue for conversion requestsHans de Goede2011-03-311-20/+69
* vdagent-x11: Allow use of send_selection_notify with a different eventHans de Goede2011-03-311-27/+32
* udscs: Allow passing 2 arguments per message typeHans de Goede2011-03-316-41/+45
* x11: add a few helper functions for multi-clipboardMarc-André Lureau2011-03-311-2/+45
* x11: request notifications of PRIMARY clipboardMarc-André Lureau2011-03-301-0/+5
* x11: get PRIMARY clipboard atomMarc-André Lureau2011-03-301-3/+5
* vdagent-x11: Add support for incr. sending of clipboard data (rhbz#690164)Hans de Goede2011-03-301-16/+117
* vdagent-x11: ensure no events are pending before returning to the main loopHans de Goede2011-03-301-12/+31
* vdagent-x11: Release clipboard on exitHans de Goede2011-03-291-0/+3
* vdagent-x11: Fix typo in commentHans de Goede2011-03-291-1/+1
* vdagent-x11: add vdagent_x11_next_selection_request helperHans de Goede2011-03-291-8/+10
* udscs: Let the read call back take owner ship of the dataHans de Goede2011-03-286-6/+16
* vdagent-x11: Only move to next element in selection queue on process_next_reqHans de Goede2011-03-281-5/+11
* vdagent-x11: Fix indentationHans de Goede2011-03-281-5/+5
* vdagent-virtio-port: properly demultiplex vdagent messages per portHans de Goede2011-03-231-24/+44
* vdagent-virtio-port: don't pass the chunk header, only the chunk port nrHans de Goede2011-03-233-4/+4
* vdagent-virtio-port: rename port parameter to vportHans de Goede2011-03-233-120/+120
* vdagentd: fix potentially copying more data then a chunk holds when reading t...Hans de Goede2011-03-231-0/+3
* vdagent: Add daemonizing support, daemonize by defaultHans de Goede2011-03-171-11/+49
* vdagentd: Fix a gcc 4.6 warningHans de Goede2011-03-171-1/+1