summaryrefslogtreecommitdiff
path: root/udscs.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-28udscs: Let the read call back take owner ship of the dataHans de Goede1-1/+0
2010-11-01udscs: fix client linked list corruptionHans de Goede1-0/+2
2010-11-01vdagentd: unlink socket on exit rather then startupHans de Goede1-8/+0
2010-10-28vdagentd: cache active session connectionHans de Goede1-0/+3
2010-10-27udscs: sync up callback disconnect handlingHans de Goede1-3/+2
2010-10-27udscs: add udscs_server_for_all_clients functionHans de Goede1-0/+19
2010-10-27udscs: add functions to associate per connection data with a connectionHans de Goede1-0/+11
2010-10-25Add udscs_get_peer_cred functionHans de Goede1-4/+21
2010-09-303 copy and paste fixesHans de Goede1-1/+1
2010-09-30Fix write buf handling when there are already buffers queuedHans de Goede1-1/+1
2010-09-29Add message logging to udscsHans de Goede1-44/+110
2010-09-29udscs api cleanup: make write functions build the header themselvesHans de Goede1-7/+13
2010-09-18Delay setting up uinput device + vdagent connection until we know the xorg resHans de Goede1-0/+12
2010-09-18Add a connect callback to udscs server?Hans de Goede1-0/+6
2010-09-18Add non blocking virtio port codeHans de Goede1-1/+7
2010-09-15Handle client / server disconnectHans de Goede1-20/+28
2010-09-15Allow disconnecting the client from the read callback (in case of bogus data)Hans de Goede1-10/+18
2010-09-14Add unix domain client server supportHans de Goede1-0/+416