summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-23server/redhat/Makefile.common: use right BUILD, readd autoreconfserver_redhatAlon Levy2-1/+2
2011-10-23server/redhat: brew automation, from qemu-kvmAlon Levy12-0/+925
2011-09-27server/smartcard: error packet sending. RHBZ 741259Alon Levy1-2/+0
2011-09-26Release 0.8.3Yonit Halperin4-2/+14
2011-09-26client: support semi-seamless migration between spice servers with different ...Yonit Halperin4-6/+40
2011-09-26client: display channel - destroy all surfaces on disconnectYonit Halperin2-6/+13
2011-09-26client: display channel migrationYonit Halperin2-14/+153
2011-09-26client: playback/record channels: implement on_disconnectYonit Halperin3-19/+54
2011-09-26client: main channel migration: do partial cleanup when switching hostsYonit Halperin2-0/+11
2011-09-26client: handle SPICE_MSG_MAIN_MIGRATE_ENDYonit Halperin4-11/+187
2011-09-26client: handle SpiceMsgMainMigrationBegin for 0.8.2Yonit Halperin1-3/+18
2011-09-26client: RedPeer::HostAuthOptions::set_cert_subjectYonit Halperin3-51/+59
2011-09-26client: rewrite surfaces cacheYonit Halperin10-263/+101
2011-09-26server: fix not calling migrate_connect completion callbackYonit Halperin1-10/+8
2011-09-26server: fall back to switch host scheme in case semi-seamless connection to t...Yonit Halperin1-9/+17
2011-09-25server: turn spice_server_migrate_start into a valid callYonit Halperin1-7/+1
2011-09-25server: call migrate_connect_complete callback when no client is connectedYonit Halperin1-29/+43
2011-09-25server: handling semi-seamless migration in the target sideYonit Halperin1-20/+116
2011-09-25server: move the linking of channels to a separate routineYonit Halperin1-26/+41
2011-09-25server: move SPICE_MSG_MAIN_INIT sending code to a separate routineYonit Halperin1-23/+33
2011-09-25server: send SPICE_MSG_MAIN_MIGRATE_END on spice_server_migrate_endYonit Halperin1-18/+67
2011-09-25spice.proto: add SPICE_MSG_MAIN_MIGRATE_END & SPICE_MSGC_MAIN_MIGRATE_ENDYonit Halperin1-0/+4
2011-09-25server,proto: tell the client to connect to the migration target before migra...Yonit Halperin3-40/+115
2011-09-25configure: spice-protocol >= 0.8.2 (semi-seamless migration protocol)Yonit Halperin1-1/+1
2011-09-25server: handle migration interface additionYonit Halperin2-0/+33
2011-09-25server/spice.h: semi-seamless migration interface, RHBZ #738266Yonit Halperin3-4/+35
2011-09-20client: don't crash when booting a Xinerama setupChristophe Fergeau1-4/+6
2011-09-20fix infinite loop in resolution changeMarc-André Lureau1-1/+7
2011-09-20fix 2 X11 related leaksChristophe Fergeau2-4/+8
2011-09-20channel: fix EVP_PKEY leakChristophe Fergeau1-3/+7
2011-09-20always set VDAgentDisplayConfig::depthChristophe Fergeau1-0/+1
2011-09-20fix integer marshalling helpers on big endianChristophe Fergeau1-6/+6
2011-09-20fix typo in big endian code pathChristophe Fergeau1-2/+2
2011-09-20server/smartcard: fix smartcard_channel_send_errorAlon Levy1-23/+7
2011-08-25client: setting monitors resolution before resizing screens, RHBZ #728252Yonit Halperin2-12/+34
2011-08-03client/red_client: fix broken switch host migration (RHBZ 727969)Alon Levy1-0/+1
2011-07-31server/red_dispatcher: fix wrong resolution set for tabletAlon Levy1-4/+4
2011-07-31client: fix 30s timeout regressionChristophe Fergeau1-2/+7
2011-07-27Drop unnecessary X11 and alsa requires from spice-server.pcHans de Goede1-3/+0
2011-07-24server: not reading command rings before RED_WORKER_MESSAGE_START, RHBZ #718713Yonit Halperin1-1/+11
2011-07-22Release 0.8.2Alon Levy3-2/+13
2011-07-22distcheck: add --enable-smartcard --with-saslAlon Levy1-1/+1
2011-07-22fix make distcheckChristophe Fergeau8-12/+13
2011-07-22client: don't die if initial agent timeout triggersChristophe Fergeau2-2/+10
2011-07-21client: only send one SPICE_MSGC_MAIN_ATTACH_CHANNELS messagesChristophe Fergeau2-8/+16
2011-07-21client: fix endless recursion in rearrange_monitors, RHBZ #692976Yonit Halperin4-50/+54
2011-07-21server/red_worker: send surface images to client on-demand after S3/4 wakeupYonit Halperin1-9/+22
2011-07-21server/spice.h: bump QXL_MINOR because of QXLWorker and QXLInterface changesAlon Levy1-1/+1
2011-07-21server: add QXLWorker.flush_surfaces_async for S3/S4 supportAlon Levy5-4/+46
2011-07-21server: add QXLInterface::update_area_complete callbackAlon Levy2-16/+47