summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* server: handle spice_server_migrate_endYonit Halperin2011-11-024-108/+117
* server,proto: tell the clients to connect to the migration target before migr...Yonit Halperin2011-11-025-149/+172
* server: handle migration interface additionYonit Halperin2011-11-022-0/+33
* server/spice.h: semi-seamless migration interface, RHBZ #738266Yonit Halperin2011-11-023-4/+35
* server: set & test channel capabilities in red_channelYonit Halperin2011-11-0211-181/+226
* [0.8 branch] server: add main_dispatcherAlon Levy2011-10-314-1/+159
* server/red_worker: fix placing of ASSERT(red_channel_client_no_item_being_sen...Yonit Halperin2011-10-181-4/+6
* replace warning with comment in glz_usr_free_imageChristophe Fergeau2011-09-191-1/+7
* server: fix function prototypesChristophe Fergeau2011-09-0513-39/+37
* server: init all fields on SpiceMsgDisplayStreamCreateChristophe Fergeau2011-09-011-0/+2
* fix valgrind warning in test_display__streamChristophe Fergeau2011-09-011-1/+1
* fix more inverted memset parametersHans de Goede2011-08-252-6/+6
* fix leak in do_jpeg_encodeChristophe Fergeau2011-08-251-0/+4
* 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
* server: add tester and todo for multiple client supportAlon Levy2011-08-231-0/+121
* 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