summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-15vdagent: Return '1' when virtio device cannot be openedHEADmasterChristophe Fergeau1-1/+2
2015-09-15vdagentd: fixes small leakVictor Toso1-0/+1
2015-09-15Revert "uinput: fix small leak of screen_info"Victor Toso1-4/+0
2015-06-30Prepare for 0.16.0 releaseChristophe Fergeau3-1/+12
2015-06-17Add -fno-strict-aliasing to default CFLAGSChristophe Fergeau1-1/+1
2015-06-01man: vdagentd: document -f (fake) and -o (once) command line optionsUri Lublin1-0/+7
2015-05-27Bump minimum spice-protocol versionChristophe Fergeau1-1/+1
2015-04-29vdagentd-proto-strings: Add missing string for VDAGENTD_AUDIO_VOLUME_SYNCPavel Grunt1-0/+1
2015-04-24vdagent: volume synchronization from client.Victor Toso3-0/+33
2015-04-24audio: add functions to set volume/mute with alsaVictor Toso4-3/+205
2015-04-12Fix implicit declaration of 'g_unlink' (warning)Fabiano Fidêncio1-0/+1
2015-04-10randr: handle XRRScreenChangeNotifyEventMarc-Andre Lureau3-3/+39
2015-04-10randr: remove monitors.xml on auto-configurationMarc-Andre Lureau1-0/+5
2015-04-10build-sys: Enable large file supportChristophe Fergeau1-0/+1
2015-04-01Remove unneeded NULL checkChristophe Fergeau1-1/+1
2015-04-01Handle get_current_mon_config() failuresChristophe Fergeau1-0/+2
2015-03-27uinput: fix small leak of screen_infoVictor Toso1-0/+4
2014-09-18vdagent-file-xfers: only open the file transfer dir when all the files were t...Fabiano Fidêncio1-1/+2
2014-09-18Report an error when file transfers are disabledChristophe Fergeau3-0/+19
2014-09-18Disable file xfer when no suitable destination dirChristophe Fergeau1-5/+6
2014-09-18Make creation of 'vdagent_file_xfers' optionalChristophe Fergeau1-10/+20
2014-09-18Add g_return_if_fail() guards to file xfer public functionsChristophe Fergeau1-0/+10
2014-09-08data: remove rsyslog config filesMarc-André Lureau2-8/+0
2014-07-21Handle STRING selection typeMarc-André Lureau1-2/+2
2014-07-21Reply to TIMESTAMP requestsMarc-André Lureau2-0/+16
2014-07-10Add an option such that the daemon will exit after processing a single session.Jeremy White1-1/+13
2014-07-10Make sure the child is able to connect to the X server before exiting the mai...Jeremy White1-6/+44
2014-07-10Add an explicit switch to signal fake uinput devices.Jeremy White1-6/+5
2014-02-25Fix gdm autostart pathChristophe Fergeau1-1/+4
2014-02-24randr: set physical screen size to keep a constant 96 dpiMarc-André Lureau1-2/+7
2014-02-24Don't abort if XRRSetCrtcConfig failsJonathon Jongsma1-2/+2
2014-02-24randr: Make resolution changing more robustChristophe Fergeau1-14/+47
2014-01-31Add VD_AGENT_CAP_MAX_CLIPBOARD supportMarc-André Lureau1-0/+15
2014-01-31Add a warning for unhandled caseMarc-André Lureau1-0/+3
2014-01-31Add a virtio_write_clipboard() functionMarc-André Lureau1-21/+29
2013-11-27clipboard target_to_type: fix inner loop variable nameUri Lublin1-1/+1
2013-10-14Prepare for release 0.15.0Alon Levy2-1/+8
2013-10-14vdagent-virtio-port: no need to log opening the port as a socketAlon Levy1-1/+0
2013-10-03vdagent-virtio-port: fix two -Werror=pointer-signAlon Levy1-2/+2
2013-09-09vdagent-x11: Release clipboard on client disconnect if owned by clientHans de Goede3-0/+13
2013-09-03vdagent-virtio-port: close socket on errorAlon Levy1-0/+3
2013-09-03vdagentd: support fake uinputAlon Levy3-6/+21
2013-09-02vdagentd: support virtio as uds for Xspice usageAlon Levy1-6/+47
2013-09-02vdagentd: support configurable socket to vdagentAlon Levy1-14/+19
2013-09-02vdagent: add option to change vdagentd socketAlon Levy1-2/+7
2013-08-13vdagent-x11: Turn some error messages into debugging messages (rhbz#918310)Hans de Goede1-5/+6
2013-08-08vdagent_x11_target_to_type: Improve error loggingHans de Goede1-0/+3
2013-08-02Not having the virtio channel is not an error; instead silently do nothingColin Walters1-3/+1
2013-07-29Fix vdagent-x11.h header guard nameFedor Lyakhov1-2/+2
2013-07-03buildsys: Build vdagentd as pie + relro when possibleHans de Goede2-2/+36