summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 releasespice-vdagent-0.14.0Hans 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
2013-04-09vdagent: Open file xfer save dir on file xfer completionHans de Goede3-6/+32
2013-04-09vdagent: Add a cmdline option to select where to save file-xfersHans de Goede3-18/+38
2013-04-09vdagent-x11: Add a vdagent_x11_has_icons_on_desktop functionHans de Goede2-0/+29
2013-04-09vdagent-x11: Add a vdagent_x11_get_wm_name functionHans de Goede2-4/+84
2013-04-09vdagent-x11: Add set_error_handler / restore_error_handler helpersHans de Goede1-2/+21
2013-04-05TODO: UpdateHans de Goede1-3/+0
2013-04-05spice-vdagent.desktop: Drop X-GNOME-AutoRestartHans de Goede1-1/+0
2013-03-29systemd-login: Fix supression of ENOENT errorsHans de Goede1-1/+1
2013-03-29file-xfers: Don't warn if we cannot find a file-xferHans de Goede1-1/+2
2013-03-15vdagent-virtio-port: Improve error loggingHans de Goede1-2/+4
2013-03-06vdagent*: Handle VDAGENTD_CLIENT_DISCONNECTED messagesHans de Goede4-11/+41
2013-03-06vdagentd: Track which file-xfer id belongs to which session-agentHans de Goede2-14/+63
2013-03-06file-xfers: Fix unlinking of files on error / cancelHans de Goede1-3/+3
2013-03-06file-xfers: Handle writing errorsHans de Goede1-16/+18
2013-03-06file-xfers: Report status to sender (the client) on xfer completionHans de Goede1-2/+7
2013-03-06file-xfers: Create dir before trying to create the fileHans de Goede1-3/+12
2013-03-06configure.ac: Bump spice-protocol requires to 0.12.5Hans de Goede1-1/+1
2013-03-06vdagent-virtio-port: Add vdagent_virtio_port_reset()Hans de Goede2-0/+11
2013-03-06vdagent-virtio-port: Fix use after freeHans de Goede1-0/+2
2013-03-06vdagent: Don't try to reconnect when not daemonizedHans de Goede1-1/+1
2013-02-22file-xfers: Check for duplicate task idsHans de Goede1-0/+6
2013-02-22file-xfers: Don't overwrite existing filesHans de Goede1-7/+23
2013-02-22filex-xfers s/GINT_TO_POINTER/GUINT_TO_POINTER/Hans de Goede1-3/+3
2013-02-22file-xfers: s/new/task/Hans de Goede1-13/+13
2013-02-22file-xfers: unlink the (partial) file on cancel / errorHans de Goede1-8/+11
2013-02-22file-xfers: Improve debug loggingHans de Goede3-34/+54
2013-02-22file-xfers: Prefix all log messages with "file-xfer"Hans de Goede1-15/+24
2013-02-22file-xfers: Move file xfer code to its own fileHans de Goede4-165/+273