summaryrefslogtreecommitdiffstats
path: root/server/char_device.c
Commit message (Expand)AuthorAgeFilesLines
* char-device: set to NULL freed pointers on destroyVictor Toso2015-11-131-0/+2
* char-device: free all memory pool when no clientsVictor Toso2015-11-131-0/+6
* char-device: Define a memory pool limitVictor Toso2015-11-131-1/+8
* char-device: fix usage of free/unref on WriteBufferVictor Toso2015-11-131-12/+22
* char-device: spice_char_device_write_to_device: protect against recursionUri Lublin2015-02-081-0/+12
* chardev: remove write pollingMarc-André Lureau2014-11-251-9/+27
* server: fix crash when restarting VM with old clientMarc-André Lureau2014-10-171-2/+2
* syntax-check: remove trailing whitespacesUri Lublin2013-07-161-2/+2
* syntax-check: make sure config.h is the first included .h fileUri Lublin2013-07-161-0/+1
* syntax-check: fix no-newline or empty line at EOFUri Lublin2013-07-161-1/+0
* char_device: Don't set active when stopped and don't access dev after unrefHans de Goede2013-03-291-2/+4
* char_device: Don't set the write-retry timer when not runningHans de Goede2013-03-291-4/+7
* char_device: Properly update buffer status when leaving the write loop on stopHans de Goede2013-03-291-4/+1
* char_device: Add spice_char_device_write_buffer_get_server_no_token()Hans de Goede2013-03-071-15/+26
* Silence __spice_char_device_write_buffer_get: internal buf is not availableHans de Goede2013-03-041-1/+0
* char_device.c: when the state is destroyed, also free the buffer that is bein...Yonit Halperin2012-11-261-0/+3
* char_device.c: add ref count for write-to-device buffersYonit Halperin2012-11-261-10/+43
* char_device.c: fix call to spice_marshaller_add_ref with memory on stackYonit Halperin2012-11-211-6/+8
* char_device: don't connect a migrated client if the state of the device might...Yonit Halperin2012-08-271-8/+14
* char device migration: restore state at destination from migration dataYonit Halperin2012-08-271-0/+49
* char device migration: don't read or write from/to the device while waiting f...Yonit Halperin2012-08-271-5/+19
* char device migration: marshall migration dataYonit Halperin2012-08-271-0/+69
* char_device: variable token price for write buffersYonit Halperin2012-08-271-12/+28
* reds: add tracking for char devicesYonit Halperin2012-08-271-0/+1
* char_device: move SpiceCharDeviceState from the headerYonit Halperin2012-07-031-0/+23
* char_device: Introducing shared flow control code for char devices.Yonit Halperin2012-07-031-0/+752