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