summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-29vdagentd: catch quit / int signals and make them quit the main loop (iow exit...Hans de Goede1-1/+15
2010-10-28vdagent: do not use exit()Hans de Goede1-8/+10
2010-10-28vdagentd: remove excess check_xorg_res callHans de Goede2-2/+0
2010-10-28update .gitignoreHans de Goede1-0/+1
2010-10-28vdagentd: do not use exit()Hans de Goede2-29/+92
2010-10-28vdagentd: only log virtio channel close when actually closing itHans de Goede1-3/+5
2010-10-28vdagent: log to fileHans de Goede1-5/+27
2010-10-28vdagentd: log to fileHans de Goede1-30/+50
2010-10-28vdagent-x11: add support for logging to a fileHans de Goede3-48/+58
2010-10-28vdagent-virtio-port: add support for logging to a fileHans de Goede3-11/+17
2010-10-28vdagentd-uinput: objectifyHans de Goede4-83/+152
2010-10-28reject non option cmdline argumentsHans de Goede2-2/+2
2010-10-28vdagentd: Make not having a console kit connection a fatal errorHans de Goede1-9/+13
2010-10-28vdagent-x11: Listen for selection owner window destroy / close events tooHans de Goede1-2/+12
2010-10-28vdagent: Fix double free on zero length propertyHans de Goede1-2/+6
2010-10-28vdagentd: flush vdagent channel writes before closeHans de Goede3-0/+11
2010-10-28release clipboard when owned by agent and active session changesHans de Goede2-8/+17
2010-10-28vdagentd: rename client message handling functions for clarityHans de Goede1-6/+6
2010-10-28vdagentd: cache active session connectionHans de Goede2-43/+48
2010-10-28vdagentd: cache active session infoHans de Goede2-5/+6
2010-10-27log open/close of vdagent virtio channelHans de Goede1-0/+2
2010-10-27vdagentd: rename client functions to agent functionsHans de Goede1-12/+12
2010-10-27vdagentd: keep track of active session and xorg resolutionHans de Goede1-25/+52
2010-10-27vdagentd: Add per agent data to vdagentdHans de Goede3-15/+36
2010-10-27vdagentd: add get_active_session_connection utility functionHans de Goede1-23/+34
2010-10-27vdagentd: Allow non root access to unix domain socketHans de Goede1-0/+5
2010-10-27console-kit: add get_fd functionHans de Goede2-1/+15
2010-10-27Hookup console kit code in vdagentdHans de Goede2-24/+58
2010-10-27udscs: sync up callback disconnect handlingHans de Goede4-15/+10
2010-10-27udscs: add udscs_server_for_all_clients functionHans de Goede2-0/+28
2010-10-27udscs: add functions to associate per connection data with a connectionHans de Goede2-0/+15
2010-10-27Add console kit communication codeHans de Goede3-3/+394
2010-10-25Add udscs_get_peer_cred functionHans de Goede3-5/+26
2010-10-25vdagent-x11: reopen tablet on resolution change to register new resolutionAlon Levy1-0/+3
2010-10-15too much -> too manyHans de Goede1-3/+3
2010-10-13vdagentmessages can span multiple chunksHans de Goede1-56/+71
2010-10-12Fix receiving incremental propertiesHans de Goede1-4/+1
2010-10-12Add support for image copy and pasteHans de Goede1-58/+80
2010-10-04Add support for receiving incr. propertiesHans de Goede1-53/+189
2010-10-04Force processing of ownerchange event when releasing the clipboardHans de Goede2-13/+29
2010-10-01vdagent FD_SET -> FD_ISSETHans de Goede1-1/+1
2010-10-01Handle clipboard release messagesHans de Goede4-1/+17
2010-09-30Empty pending selection requests queue on clipboard owner changeHans de Goede1-9/+21
2010-09-303 copy and paste fixesHans de Goede3-18/+35
2010-09-30finish client -> guest copy pasteHans de Goede4-83/+229
2010-09-30Fix write buf handling when there are already buffers queuedHans de Goede2-2/+2
2010-09-30client -> guest copy paste wipHans de Goede7-60/+174
2010-09-29Use XConvertSelection(... TARGETS) to query which type of data lives in the c...Hans de Goede1-36/+162
2010-09-29Add message logging to udscsHans de Goede6-106/+136
2010-09-29udscs api cleanup: make write functions build the header themselvesHans de Goede5-71/+79