summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-06audio: Remove global 'playback_state' variablereplay-rebaseChristophe Fergeau3-6/+17
2015-03-06Remove unused snd_get_playback_compression() methodChristophe Fergeau2-6/+0
2015-03-06Remove dead code in reds_fill_channels()Christophe Fergeau1-1/+0
2015-03-06Improve Reds/RedMainChannel interfaceChristophe Fergeau3-12/+17
2015-03-06Add _config_ to SpiceServerConfig accessorsChristophe Fergeau3-8/+8
2015-03-06Mark unused public API methods/code as deprecatedChristophe Fergeau4-8/+14
2015-03-06Add SpiceServerConfigChristophe Fergeau2-174/+185
2015-03-06Use weak gobject ref instead of reds_on_char_device_state_destroyChristophe Fergeau3-11/+12
2015-03-06Use GQueue for RedCharDevice::send_queueChristophe Fergeau1-46/+23
2015-03-06Remove use of opaque from vdi_port_read_one_msg_from_deviceChristophe Fergeau1-2/+4
2015-03-06Replace RedCharDevice::on_free_self_token with a signalChristophe Fergeau3-19/+41
2015-03-06char-device: Remove RedCharDeviceClass::{un,}ref_msg_to_clientChristophe Fergeau5-38/+4
2015-03-06char-device: Replace SpiceCharDeviceMsgToClient with RedPipeItemChristophe Fergeau5-30/+27
2015-03-06spicevmc: Derive SpiceVmcPipeItem from RedPipeItemChristophe Fergeau1-22/+7
2015-03-06smartcard: Derive MsgItem from RedPipeItemChristophe Fergeau1-24/+13
2015-03-06FIXME/HACK: RedPipeItem/VDIPortBuf refcounting hackChristophe Fergeau1-1/+2
2015-03-06reds: Derive VDIPortReadBuf from RedPipeItemChristophe Fergeau1-35/+30
2015-03-06reds: Put PipeItem first in VDIReadBufChristophe Fergeau1-1/+1
2015-03-06Introduce simple RedPipeItem classChristophe Fergeau6-18/+129
2015-03-06Remove spice_char_device_state_{un,}refChristophe Fergeau2-14/+11
2015-03-06RedCharDevice: Add typedef for class virtual functionsChristophe Fergeau4-57/+24
2015-03-06Rename red_pipe_item_init to pipe_item_initChristophe Fergeau11-34/+34
2015-03-06Move SpiceCharDeviceCallbacks into RedCharDeviceClassChristophe Fergeau5-133/+108
2015-03-06reds: Remove spice_char_device_state_create()Christophe Fergeau2-43/+1
2015-03-06reds: Make VDIPortState a gobjectChristophe Fergeau3-228/+300
2015-03-06reds: Make VDIPortState private to reds.cChristophe Fergeau2-110/+113
2015-03-06smartcard: Turn SmartcardState into a GObjectChristophe Fergeau2-101/+150
2015-03-06smartcard: Move private constant to C fileChristophe Fergeau2-3/+3
2015-03-06spicevmc: Move SpiceVmcState::pipe_item to RedCharDeviceSpiceVmcChristophe Fergeau1-7/+6
2015-03-06spicevmc: Introduce RedCharDeviceSpiceVmc GObjectChristophe Fergeau1-14/+88
2015-03-06char-device: Make SpiceCharDeviceState a gobjectChristophe Fergeau2-192/+404
2015-03-05char-device: Add helpers for SpiceCharDeviceCallbacks vfuncsChristophe Fergeau1-16/+81
2015-03-05char-device: Refactor spice_char_device_client_add a bitChristophe Fergeau1-19/+35
2015-03-05Rename red_channel_pipe_item_init to red_pipe_item_initChristophe Fergeau11-58/+34
2015-03-05Replace RedsPrivate::mig_wait_disconnect_clients with a GListChristophe Fergeau2-34/+9
2015-03-05Replace RedsPrivate::char_devs_state with a GListChristophe Fergeau2-37/+11
2015-03-05Remove dependency of vdi_port_read_buf_process on RedsStateChristophe Fergeau1-7/+17
2015-03-05Introduce spice_char_device_get_interface()Christophe Fergeau5-16/+19
2015-03-05Make use of the new reds_core_timer_* APIChristophe Fergeau3-22/+22
2015-03-05Introduce reds_core_timer_*Christophe Fergeau2-0/+54
2015-03-05Introduce reds_core_watch_*Christophe Fergeau4-24/+70
2015-03-03Hook up main_dispatcher_constructed()Jonathon Jongsma2-0/+7
2015-03-03Free dispatchers at exitJonathon Jongsma3-0/+10
2015-03-03Convert Dispatcher and MainDispatcher to GObjectsJonathon Jongsma6-150/+405
2015-03-03Add GObject to build requirementsJonathon Jongsma3-2/+7
2015-03-03Remove redundant argument to vdi_port_read_buf_processChristophe Fergeau1-4/+4
2015-03-03Fix typo in comment in char-device.hChristophe Fergeau1-1/+1
2015-03-03smartcard: Port to RedsStateChristophe Fergeau1-9/+11
2015-03-03add missing license headers to source filesJonathon Jongsma29-0/+485
2015-03-03Remove last usage of global 'reds' variableJonathon Jongsma2-53/+26