summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-25Release 0.9.10.9.1Hans de Goede2-2/+12
2011-08-25fix more inverted memset parametersHans de Goede2-6/+6
2011-08-25fix leak in do_jpeg_encodeChristophe Fergeau1-0/+4
2011-08-25fix memory leak in error pathChristophe Fergeau1-1/+2
2011-08-25fix inverted memset parametersChristophe Fergeau1-1/+1
2011-08-25Rename usbredir channel code to spicevmcHans de Goede4-65/+62
2011-08-25usbredir: Merge UsbRedirState and UsbRedirChannelHans de Goede1-33/+18
2011-08-25usbredir: Fix crash caused by MC changesHans de Goede1-0/+1
2011-08-25usbredir: Ensure that our msg_rcv_buf is not used re-entrantlyHans de Goede1-0/+12
2011-08-25red_channel: Fix msg buf memleak on parser errorHans de Goede1-0/+1
2011-08-25client: setting monitors resolution before resizing screens, RHBZ #728252Yonit Halperin2-12/+33
2011-08-23server: add tester and todo for multiple client supportAlon Levy2-0/+137
2011-08-23server/snd_worker.c: add reference counting to SndChannelAlon Levy1-3/+28
2011-08-23server/reds: reds_client_disconnect: remove wrong check for reds_main_channel...Alon Levy1-9/+5
2011-08-23server/reds: fix reds_main_channel_connectedAlon Levy3-1/+7
2011-08-23server: add public spice_server_get_num_clientsAlon Levy4-0/+16
2011-08-23server/snd_worker.c: add red_channel_client_destroy_dummyAlon Levy3-15/+23
2011-08-23server/red_channel: release channel allocated message bufferAlon Levy1-0/+1
2011-08-23server/main_channel: reduce verbose agent data commandAlon Levy1-1/+2
2011-08-23drawables count for debugYonit Halperin1-10/+32
2011-08-23server: registering RedChannel in reds, instead of ChannelYonit Halperin15-812/+856
2011-08-23server/red_channel.c inroducing client_cbsYonit Halperin2-2/+79
2011-08-23server/red_channel.c: pack all channel callbacks to ChannelCbsYonit Halperin8-141/+127
2011-08-23server/red_worker: add ref counting to RedDrawableAlon Levy2-13/+30
2011-08-23server/red_worker: add stream_count (for debug purposes)Alon Levy1-0/+3
2011-08-23server/red_worker: validate_surface: print paniced surface_idAlon Levy1-1/+4
2011-08-23server/red_worker: no panic on double destroy primaryAlon Levy1-1/+5
2011-08-23server/red_worker: DEBUG_CURSORSAlon Levy1-0/+13
2011-08-23server/red_worker: on_new_display_channel_client: push ack, cleanupAlon Levy1-4/+3
2011-08-23server/red_worker: add cursor_channel_client_disconnectAlon Levy1-1/+10
2011-08-23server/red_worker: remove forced disconnect on connectAlon Levy1-2/+0
2011-08-23server/red_worker.c: fix CursorPipeItem leakYonit Halperin1-4/+35
2011-08-23server/red_worker: split cursor pipe item from cursor itemAlon Levy1-26/+34
2011-08-23server/red_worker: whitespace fixesAlon Levy1-2/+1
2011-08-23server/reds: add RedsState.allow_multiple_clientsAlon Levy1-1/+12
2011-08-23server/red_channel: introduce client ring in RedChannelAlon Levy4-327/+811
2011-08-23server/red_channel: add pipe_size helpersAlon Levy3-7/+33
2011-08-23server/red_worker: remove more direct access to RedChannelClient.rccAlon Levy1-36/+51
2011-08-23server/red_worker.c: make dictionary and cache different per clientYonit Halperin1-23/+31
2011-08-23server/red_worker: multiple client support - base splitAlon Levy5-808/+1014
2011-08-23server/red_worker: cleanupAlon Levy1-30/+49
2011-08-23server/smartcard: support multiple clientsAlon Levy1-34/+46
2011-08-23server/red_tunnel_worker: trivial multi client supportAlon Levy3-128/+134
2011-08-23server/inputs_channel: support multiple clientsAlon Levy1-28/+29
2011-08-23server/main_channel: support multiple clientsAlon Levy4-164/+209
2011-08-23server/red_channel: introduce pipes functionsAlon Levy2-8/+69
2011-08-23server/red_channel: ignore error if already shutdownAlon Levy1-0/+3
2011-08-23server/main_channel: move connection_id from redsAlon Levy3-20/+40
2011-08-23server/main_channel: move ping here from reds.Alon Levy3-51/+56
2011-08-23server/main_channel: move latency and bitrate to channel clientAlon Levy7-40/+96