summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2011-12-22server: don't reset the display channel when disconnecting all its clients ,F...HEADmasterYonit Halperin1-12/+6
2011-12-18spicevmc: Fix assert when still connected on session disconnect (fdo#43903)Hans de Goede1-1/+5
2011-12-15server/red_parse_qxl.h: License should be LGPLv2+ rather then GPLv2+Hans de Goede2-12/+12
2011-11-28server: Move $(Z_LIBS) from INCLUDES to LIBADD in Makefile.amJürg Billeter1-1/+1
2011-11-10server/mjpeg_encoder: use size_t * consistentlyAlon Levy1-2/+2
2011-11-10server/main_channel: fix pointer-to-int-cast errorAlon Levy1-2/+9
2011-11-10server/main_channel: use PRIu64 where neededAlon Levy1-2/+4
2011-11-08server/spice-server.syms: fix 0.8 compatibilityAlon Levy1-2/+6
2011-11-08server/red_worker: reuse dispatcherAlon Levy4-547/+997
2011-11-08server/dispatcher: add dispatcher_register_async_done_callbackAlon Levy2-2/+29
2011-11-08introduce DISPATCHER_{NONE,ACK,ASYNC}Alon Levy2-7/+18
2011-11-08server: introduce dispatcherAlon Levy4-75/+358
2011-11-07server/red_dispatcher: remove semicolon from DBG_ASYNCAlon Levy1-1/+1
2011-11-07server: add prefix argument to red_printf_debugAlon Levy3-14/+23
2011-11-07server/red_dispatcher: support concurrent asyncsAlon Levy3-65/+61
2011-11-02Release 0.9.2Yonit Halperin1-0/+1
2011-11-02server: turn spice_server_migrate_start into a valid callYonit Halperin1-7/+1
2011-11-02server: handling semi-seamless migration in the target sideYonit Halperin6-46/+248
2011-11-02server: move the linking of channels to a separate routineYonit Halperin1-17/+28
2011-11-02server: handle spice_server_migrate_endYonit Halperin4-108/+117
2011-11-02server,proto: tell the clients to connect to the migration target before migr...Yonit Halperin5-149/+172
2011-11-02server: handle migration interface additionYonit Halperin2-0/+33
2011-11-02server/spice.h: semi-seamless migration interface, RHBZ #738266Yonit Halperin3-4/+35
2011-11-02server: set & test channel capabilities in red_channelYonit Halperin11-181/+226
2011-10-31[0.8 branch] server: add main_dispatcherAlon Levy4-1/+159
2011-10-18server/red_worker: fix placing of ASSERT(red_channel_client_no_item_being_sen...Yonit Halperin1-4/+6
2011-09-19replace warning with comment in glz_usr_free_imageChristophe Fergeau1-1/+7
2011-09-05server: fix function prototypesChristophe Fergeau13-39/+37
2011-09-01server: init all fields on SpiceMsgDisplayStreamCreateChristophe Fergeau1-0/+2
2011-09-01fix valgrind warning in test_display__streamChristophe Fergeau1-1/+1
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 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-23server: add tester and todo for multiple client supportAlon Levy1-0/+121
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