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