summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* server/mjpeg_encoder: use size_t * consistentlyAlon Levy2011-11-101-2/+2
* server/main_channel: fix pointer-to-int-cast errorAlon Levy2011-11-101-2/+9
* server/main_channel: use PRIu64 where neededAlon Levy2011-11-101-2/+4
* server/spice-server.syms: fix 0.8 compatibilityAlon Levy2011-11-081-2/+6
* server/red_worker: reuse dispatcherAlon Levy2011-11-084-547/+997
* server/dispatcher: add dispatcher_register_async_done_callbackAlon Levy2011-11-082-2/+29
* introduce DISPATCHER_{NONE,ACK,ASYNC}Alon Levy2011-11-082-7/+18
* server: introduce dispatcherAlon Levy2011-11-084-75/+358
* server/red_dispatcher: remove semicolon from DBG_ASYNCAlon Levy2011-11-071-1/+1
* server: add prefix argument to red_printf_debugAlon Levy2011-11-073-14/+23
* server/red_dispatcher: support concurrent asyncsAlon Levy2011-11-073-65/+61
* Release 0.9.2Yonit Halperin2011-11-021-0/+1
* server: turn spice_server_migrate_start into a valid callYonit Halperin2011-11-021-7/+1
* server: handling semi-seamless migration in the target sideYonit Halperin2011-11-026-46/+248
* server: move the linking of channels to a separate routineYonit Halperin2011-11-021-17/+28
* 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