summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* server/red_worker: death to spice_printerr, too verbose by farAlon Levy2012-07-051-91/+91
* smartcard: Remove redefinition of typedef 'SmartCardDeviceState'Yonit Halperin2012-07-041-2/+2
* char_device.h: Remove redefinition of typedef 'SpiceCharDeviceState'Yonit Halperin2012-07-031-2/+0
* char_device: move SpiceCharDeviceState from the headerYonit Halperin2012-07-033-32/+27
* smartcard: use SpiceCharDeviceState for writing to the guest deviceYonit Halperin2012-07-031-22/+93
* smartcard: creating SmartCardChannelClient typeYonit Halperin2012-07-031-50/+56
* smartcard: use SpiceCharDeviceState for managing reading from the deviceYonit Halperin2012-07-033-45/+133
* spicevmc: use SpiceCharDeviceState for writing to the guest deviceYonit Halperin2012-07-031-25/+24
* spicevmc: employ SpiceCharDeviceState for managing reading from the guest deviceYonit Halperin2012-07-033-32/+118
* agent: employ SpiceCharDeviceState for writing to the deviceYonit Halperin2012-07-031-211/+44
* agent: use SpiceCharDeviceWriteBuffer for agent data from the clientYonit Halperin2012-07-033-1/+45
* agent: employ SpiceCharDeviceState for managing reading from the deviceYonit Halperin2012-07-033-124/+228
* agent: remove save/restore migration data codeYonit Halperin2012-07-031-250/+2
* agent: Fix tokens handling in main_channelYonit Halperin2012-07-034-24/+46
* char_device: Introducing shared flow control code for char devices.Yonit Halperin2012-07-033-0/+954
* smartcard: fix an error messageYonit Halperin2012-07-031-1/+1
* smartcard: fix calc of remaining data size when reading more than one msg fro...Yonit Halperin2012-07-031-1/+1
* spice.h: bump SPICE_SERVER_VERSION for release 0.11.0Alon Levy2012-06-271-1/+1
* Revert "spice.h: bump SPICE_SERVER_VERSION for release 0.11.0"Alon Levy2012-06-271-1/+1
* spice.h: bump SPICE_SERVER_VERSION for release 0.11.0Alon Levy2012-06-211-1/+1
* Release 0.11.00.11.0Alon Levy2012-06-121-1/+1
* server/red_channel: s/channle/channelAlon Levy2012-06-071-3/+3
* server/spice.h: s/Pleaes/Please/Alon Levy2012-06-051-1/+1
* server/red_channel: do not attempt to write if the channel client is disconne...Yonit Halperin2012-05-311-0/+4
* server/red_channel: fix possible access to released channel clientsYonit Halperin2012-05-312-20/+104
* server/red_worker: fix red_wait_pipe_item_sentYonit Halperin2012-05-241-7/+5
* server/red_channel: remove red_channel_client_item_being_sentYonit Halperin2012-05-243-31/+1
* server: handle red_channel_client_create returning NULLYonit Halperin2012-05-216-2/+16
* server/red_channel: prevent creating more than one channel client with the sa...Yonit Halperin2012-05-211-4/+46
* server/video: do not allow non-streamable drawables be stream candidatesYonit Halperin2012-05-211-0/+4
* server/tests: test_display_streaming - test wide sized framesYonit Halperin2012-05-161-3/+8
* server/mjpeg_encoder: realloc encoder->row, when a wider frame is givenYonit Halperin2012-05-161-2/+8
* server: move self_bitmap_image to RedDrawableAlon Levy2012-05-153-16/+13
* server/red_worker/put_red_drawable: s/drawable/red_drawable/Alon Levy2012-05-151-6/+6
* server/red_worker/red_handle_self_bitmap: add red_drawable local, one extra w...Alon Levy2012-05-151-7/+7
* server/red_worker: rename SpiceImage *self_bitmap to self_bitmap_imageAlon Levy2012-05-151-13/+13
* Revert "server/red_worker: fix possible leak of self_bitmap"Alon Levy2012-05-151-7/+5
* server/red_worker: fix possible leak of self_bitmapAlon Levy2012-05-141-5/+7
* server/red_worker/red_process_commands: rename drawable to red_drawable (late...Alon Levy2012-05-141-4/+4
* server/red_worker: red_process_drawable: have single point of exitAlon Levy2012-05-141-8/+5
* server/red_worker: don't release self_bitmap unless refcount is 0Yonit Halperin2012-05-141-4/+3
* server/mjpeg_encoder: fix wrong size assigned to dest_lenYonit Halperin2012-05-101-1/+1
* server/mjpeg_encoder: Fix memory leak for the inital output buffer given for ...Yonit Halperin2012-05-102-8/+8
* server/reds: add "usbredir" to recognized channel namesAlon Levy2012-05-071-0/+1
* server/tests/test_display_streaming: include tests for clip and sized framesYonit Halperin2012-05-031-16/+181
* server/tests: use the correct dimensions in SIMPLE_UPDATEYonit Halperin2012-05-031-2/+2
* server/tests: add SLEEP command to test_display_baseYonit Halperin2012-05-032-0/+10
* server/tests: add clip to SIMPLE_DRAW_BITMAPYonit Halperin2012-05-032-6/+30
* server/tests/test_display_streaming: update to create sized framesAlon Levy2012-05-031-7/+37
* server/tests: add SIMPLE_DRAW_SOLID and SIMPLE_DRAW_BITMAPAlon Levy2012-05-032-6/+39