summaryrefslogtreecommitdiff
path: root/server/char-device.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-15char-device: Remove RedCharDeviceClass::{un, }ref_msg_to_clientChristophe Fergeau1-22/+4
2016-04-15char-device: Replace RedCharDeviceMsgToClient with PipeItemChristophe Fergeau1-9/+9
2016-04-07Move RedCharDeviceCallbacks into RedCharDeviceClassChristophe Fergeau1-23/+22
2016-04-07reds: Remove red_char_device_new()Christophe Fergeau1-42/+0
2016-04-06char-device: Fix property name in red_char_device_new()Christophe Fergeau1-1/+1
2016-04-02char-device: Make RedCharDevice a GObjectChristophe Fergeau1-90/+263
2016-04-01Rename some missing names related to RedCharDeviceFrediano Ziglio1-3/+3
2016-04-01Rename SpiceCharDeviceCallbacks to RedCharDeviceCallbacksFrediano Ziglio1-2/+2
2016-04-01Rename RedCharDevice functionsJonathon Jongsma1-160/+160
2016-04-01Rename SpiceCharDeviceClientState to RedCharDeviceClientJonathon Jongsma1-54/+54
2016-04-01Rename SpiceCharDeviceState to RedCharDeviceJonathon Jongsma1-53/+54
2016-04-01Rename SpiceCharDeviceWriteBuffer to RedCharDeviceWriteBufferJonathon Jongsma1-36/+36
2016-04-01Rename SpiceCharDeviceMsgToClient to RedCharDeviceMsgToClientJonathon Jongsma1-18/+18
2016-03-31char-device: Avoid use-after-freeChristophe Fergeau1-0/+1
2016-03-29char-device: Move instance data to SpiceCharDeviceState::privChristophe Fergeau1-148/+152
2016-03-22char-device: Add helpers for SpiceCharDeviceCallbacks vfuncsChristophe Fergeau1-16/+62
2016-03-10char-device: Refactor spice_char_device_client_add a bitChristophe Fergeau1-19/+35
2016-03-09Introduce spice_char_device_get_interface()Christophe Fergeau1-2/+7
2016-03-03Make use of the new reds_core_timer_* APIChristophe Fergeau1-17/+15
2016-02-12Add RedsState arg to smartcard_device_connect()Jonathon Jongsma1-5/+0
2016-02-11char-device: use local 'reds' variableJonathon Jongsma1-15/+19
2016-02-11Move 'core' into RedsState structJonathon Jongsma1-15/+17
2016-02-03Remove use of global 'reds' var from spice_server_remove_interface()Jonathon Jongsma1-0/+11
2016-01-21Change some functions to take RedsState argJonathon Jongsma1-1/+1
2016-01-11channel: add interface parameters to SpiceCoreInterfaceInternalFrediano Ziglio1-2/+2
2015-12-15server: Use PRI macros in printf for 32/64 bit compatibilityFrancois Gouget1-1/+2
2015-12-03server: rename filesFrediano Ziglio1-0/+1035