summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* vdagentd-proto-strings: Add missing string for VDAGENTD_AUDIO_VOLUME_SYNCPavel Grunt2015-04-291-0/+1
* vdagent: volume synchronization from client.Victor Toso2015-04-243-0/+33
* audio: add functions to set volume/mute with alsaVictor Toso2015-04-242-0/+195
* Fix implicit declaration of 'g_unlink' (warning)Fabiano Fidêncio2015-04-121-0/+1
* randr: handle XRRScreenChangeNotifyEventMarc-Andre Lureau2015-04-103-3/+39
* randr: remove monitors.xml on auto-configurationMarc-Andre Lureau2015-04-101-0/+5
* Remove unneeded NULL checkChristophe Fergeau2015-04-011-1/+1
* Handle get_current_mon_config() failuresChristophe Fergeau2015-04-011-0/+2
* uinput: fix small leak of screen_infoVictor Toso2015-03-271-0/+4
* vdagent-file-xfers: only open the file transfer dir when all the files were t...Fabiano Fidêncio2014-09-181-1/+2
* Report an error when file transfers are disabledChristophe Fergeau2014-09-183-0/+19
* Disable file xfer when no suitable destination dirChristophe Fergeau2014-09-181-5/+6
* Make creation of 'vdagent_file_xfers' optionalChristophe Fergeau2014-09-181-10/+20
* Add g_return_if_fail() guards to file xfer public functionsChristophe Fergeau2014-09-181-0/+10
* Handle STRING selection typeMarc-André Lureau2014-07-211-2/+2
* Reply to TIMESTAMP requestsMarc-André Lureau2014-07-212-0/+16
* Add an option such that the daemon will exit after processing a single session.Jeremy White2014-07-101-1/+13
* Make sure the child is able to connect to the X server before exiting the mai...Jeremy White2014-07-101-6/+44
* Add an explicit switch to signal fake uinput devices.Jeremy White2014-07-101-6/+5
* randr: set physical screen size to keep a constant 96 dpiMarc-André Lureau2014-02-241-2/+7
* Don't abort if XRRSetCrtcConfig failsJonathon Jongsma2014-02-241-2/+2
* randr: Make resolution changing more robustChristophe Fergeau2014-02-241-14/+47
* Add VD_AGENT_CAP_MAX_CLIPBOARD supportMarc-André Lureau2014-01-311-0/+15
* Add a warning for unhandled caseMarc-André Lureau2014-01-311-0/+3
* Add a virtio_write_clipboard() functionMarc-André Lureau2014-01-311-21/+29
* clipboard target_to_type: fix inner loop variable nameUri Lublin2013-11-271-1/+1
* vdagent-virtio-port: no need to log opening the port as a socketAlon Levy2013-10-141-1/+0
* vdagent-virtio-port: fix two -Werror=pointer-signAlon Levy2013-10-031-2/+2
* vdagent-x11: Release clipboard on client disconnect if owned by clientHans de Goede2013-09-093-0/+13
* vdagent-virtio-port: close socket on errorAlon Levy2013-09-031-0/+3
* vdagentd: support fake uinputAlon Levy2013-09-033-6/+21
* vdagentd: support virtio as uds for Xspice usageAlon Levy2013-09-021-6/+47
* vdagentd: support configurable socket to vdagentAlon Levy2013-09-021-14/+19
* vdagent: add option to change vdagentd socketAlon Levy2013-09-021-2/+7
* vdagent-x11: Turn some error messages into debugging messages (rhbz#918310)Hans de Goede2013-08-131-5/+6
* vdagent_x11_target_to_type: Improve error loggingHans de Goede2013-08-081-0/+3
* Not having the virtio channel is not an error; instead silently do nothingColin Walters2013-08-021-3/+1
* Fix vdagent-x11.h header guard nameFedor Lyakhov2013-07-291-2/+2
* vdagentd: Advertise VD_AGENT_CAP_GUEST_LINEEND_LFHans de Goede2013-06-241-0/+1
* vdagent[d]: Add printing of version to -h outputHans de Goede2013-06-062-5/+5
* Fix typo in src/vdagentd.cLiang Guo2013-04-121-1/+1
* Add missing src/dummy-session-info.c fileHans de Goede2013-04-121-0/+46
* One more -h / usage output fixHans de Goede2013-04-121-1/+1
* Improve -h / usage outputHans de Goede2013-04-112-7/+11
* vdagentd: Allow runtime disabling of session-info (rhbz#904084)Hans de Goede2013-04-113-77/+53
* vdagentd-xorg-conf: Add Option "NumHeads" "1" to generated xorg.confHans de Goede2013-04-111-0/+1
* vdagent-x11: Add support for setups with multiple screensHans de Goede2013-04-103-25/+57
* vdagent-x11: Change root_window, width and height to an arrayHans de Goede2013-04-103-37/+36
* Add glib-compat.h to fix building with glib < 2.28Hans de Goede2013-04-102-0/+44
* vdagent-x11: Catch BadWindow errors when sending clipboard data to other windowsHans de Goede2013-04-091-8/+36