summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-09-30build-sys: remove prefix from filenamesVictor Toso16-23/+23
2016-09-30build-sys: move user/system to respective dirMarc-André Lureau20-0/+0
2016-06-03systemd-login: check for LockedHint propertyVictor Toso1-10/+98
2016-05-04console-kit: implement check for session typeVictor Toso1-2/+67
2016-05-04session-info: check if session belongs to userVictor Toso8-0/+58
2016-05-04console-kit: implement check for locked sessionVictor Toso1-3/+85
2016-05-04session-info: check for a locked sessionVictor Toso5-0/+149
2016-05-04console-kit: fix dangling pointerVictor Toso1-0/+1
2016-05-04console-kit: Ignore unrequested messages from dbusVictor Toso1-8/+6
2016-05-04vdagentd: send file-xfer status, generic versionVictor Toso1-7/+11
2016-04-28console-kit: include handler for dbus matchVictor Toso1-14/+52
2016-04-28console-kit: include signal handler functionVictor Toso1-54/+58
2016-04-28console-kit: do not use empty sessionVictor Toso1-1/+6
2016-04-28console-kit: save verbosity level for debuggingVictor Toso1-0/+7
2016-04-28console-kit: use standard name for session-info varVictor Toso1-47/+47
2016-04-28console-kit: use define for dbus pathsVictor Toso1-10/+20
2016-04-11remove trailing spacesVictor Toso20-68/+68
2016-04-11Bump glib to 2.28Victor Toso2-44/+0
2016-01-05vdagent: Mark vdagent and vdagentd functions staticFrancois Gouget3-15/+15
2015-11-13vdagent: Allow disabling the server-side udscs supportFrancois Gouget1-1/+7
2015-11-13vdagent: Group the client and server functions togetherFrancois Gouget2-292/+314
2015-11-13vdagent: VDP_LAST_PORT is redundant with VDP_END_PORT. Remove itFrancois Gouget1-5/+4
2015-09-15vdagent: Return '1' when virtio device cannot be openedChristophe 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-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 Toso2-0/+195
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-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-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-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