summaryrefslogtreecommitdiffstats
path: root/vdagentd.c
Commit message (Expand)AuthorAgeFilesLines
* udscs: Let the read call back take owner ship of the dataHans de Goede2011-03-281-1/+2
* vdagent-virtio-port: don't pass the chunk header, only the chunk port nrHans de Goede2011-03-231-2/+2
* vdagent-virtio-port: rename port parameter to vportHans de Goede2011-03-231-11/+11
* vdagentd: Fix a gcc 4.6 warningHans de Goede2011-03-171-1/+1
* vdagentd: Don't open virtio port if creating uinput failsHans de Goede2011-03-171-0/+1
* vdagentd: Fix closing of logfile in error exit pathsHans de Goede2011-03-171-0/+6
* vdagentd: Fix exit value on fork failureHans de Goede2011-03-171-1/+1
* Put the pid and log files into their own subdirHans de Goede2010-11-191-2/+2
* vdagentd: unlink socket on exit rather then startupHans de Goede2010-11-011-0/+2
* vdagentd: Do not try to get active session on startupHans de Goede2010-10-311-12/+3
* Switch to a sysv init script for starting spice-vdagentdHans de Goede2010-10-311-0/+10
* vdagentd: Fix compiler warningHans de Goede2010-10-311-1/+3
* vdagentd: only realloc capabilities array if size changesHans de Goede2010-10-301-8/+11
* Rename user visible files from vdagent* to spice-vdagent*Hans de Goede2010-10-301-1/+1
* vdagentd: When daemonizing use exit() from the motherHans de Goede2010-10-291-1/+4
* vdagentd: connect to console kit after daemonizeHans de Goede2010-10-291-3/+3
* vdagentd: catch quit / int signals and make them quit the main loop (iow exit...Hans de Goede2010-10-291-1/+15
* vdagentd: remove excess check_xorg_res callHans de Goede2010-10-281-1/+0
* vdagentd: do not use exit()Hans de Goede2010-10-281-28/+91
* vdagentd: only log virtio channel close when actually closing itHans de Goede2010-10-281-3/+5
* vdagentd: log to fileHans de Goede2010-10-281-30/+50
* vdagent-virtio-port: add support for logging to a fileHans de Goede2010-10-281-1/+1
* vdagentd-uinput: objectifyHans de Goede2010-10-281-20/+25
* reject non option cmdline argumentsHans de Goede2010-10-281-1/+1
* vdagentd: Make not having a console kit connection a fatal errorHans de Goede2010-10-281-9/+13
* vdagentd: flush vdagent channel writes before closeHans de Goede2010-10-281-0/+1
* release clipboard when owned by agent and active session changesHans de Goede2010-10-281-7/+17
* vdagentd: rename client message handling functions for clarityHans de Goede2010-10-281-6/+6
* vdagentd: cache active session connectionHans de Goede2010-10-281-43/+45
* vdagentd: cache active session infoHans de Goede2010-10-281-5/+5
* log open/close of vdagent virtio channelHans de Goede2010-10-271-0/+2
* vdagentd: rename client functions to agent functionsHans de Goede2010-10-271-12/+12
* vdagentd: keep track of active session and xorg resolutionHans de Goede2010-10-271-25/+52
* vdagentd: Add per agent data to vdagentdHans de Goede2010-10-271-13/+34
* vdagentd: add get_active_session_connection utility functionHans de Goede2010-10-271-23/+34
* vdagentd: Allow non root access to unix domain socketHans de Goede2010-10-271-0/+5
* Hookup console kit code in vdagentdHans de Goede2010-10-271-5/+58
* udscs: sync up callback disconnect handlingHans de Goede2010-10-271-5/+4
* client -> guest copy paste wipHans de Goede2010-09-301-8/+5
* Add message logging to udscsHans de Goede2010-09-291-28/+5
* udscs api cleanup: make write functions build the header themselvesHans de Goede2010-09-291-37/+20
* Add support for copy paste commands to vdagentdHans de Goede2010-09-281-33/+166
* Add message size checkingHans de Goede2010-09-221-17/+39
* Add capabilities negotiationHans de Goede2010-09-221-2/+60
* CleanupHans de Goede2010-09-221-31/+53
* Put uinput code into its own fileHans de Goede2010-09-221-149/+16
* vdagentd: Cache monitor configuration and forwardHans de Goede2010-09-191-12/+55
* Delay setting up uinput device + vdagent connection until we know the xorg resHans de Goede2010-09-181-41/+57
* Add non blocking virtio port codeHans de Goede2010-09-181-38/+22
* vdagentd: only print mouse messages when -dd is used rather then just -dHans de Goede2010-09-171-5/+5