summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.8.30.8.3Yonit Halperin2011-09-264-2/+14
* client: support semi-seamless migration between spice servers with different ...Yonit Halperin2011-09-264-6/+40
* client: display channel - destroy all surfaces on disconnectYonit Halperin2011-09-262-6/+13
* client: display channel migrationYonit Halperin2011-09-262-14/+153
* client: playback/record channels: implement on_disconnectYonit Halperin2011-09-263-19/+54
* client: main channel migration: do partial cleanup when switching hostsYonit Halperin2011-09-262-0/+11
* client: handle SPICE_MSG_MAIN_MIGRATE_ENDYonit Halperin2011-09-264-11/+187
* client: handle SpiceMsgMainMigrationBegin for 0.8.2Yonit Halperin2011-09-261-3/+18
* client: RedPeer::HostAuthOptions::set_cert_subjectYonit Halperin2011-09-263-51/+59
* client: rewrite surfaces cacheYonit Halperin2011-09-2610-263/+101
* server: fix not calling migrate_connect completion callbackYonit Halperin2011-09-261-10/+8
* server: fall back to switch host scheme in case semi-seamless connection to t...Yonit Halperin2011-09-261-9/+17
* server: turn spice_server_migrate_start into a valid callYonit Halperin2011-09-251-7/+1
* server: call migrate_connect_complete callback when no client is connectedYonit Halperin2011-09-251-29/+43
* server: handling semi-seamless migration in the target sideYonit Halperin2011-09-251-20/+116
* server: move the linking of channels to a separate routineYonit Halperin2011-09-251-26/+41
* server: move SPICE_MSG_MAIN_INIT sending code to a separate routineYonit Halperin2011-09-251-23/+33
* server: send SPICE_MSG_MAIN_MIGRATE_END on spice_server_migrate_endYonit Halperin2011-09-251-18/+67
* spice.proto: add SPICE_MSG_MAIN_MIGRATE_END & SPICE_MSGC_MAIN_MIGRATE_ENDYonit Halperin2011-09-251-0/+4
* server,proto: tell the client to connect to the migration target before migra...Yonit Halperin2011-09-253-40/+115
* configure: spice-protocol >= 0.8.2 (semi-seamless migration protocol)Yonit Halperin2011-09-251-1/+1
* server: handle migration interface additionYonit Halperin2011-09-252-0/+33
* server/spice.h: semi-seamless migration interface, RHBZ #738266Yonit Halperin2011-09-253-4/+35
* client: don't crash when booting a Xinerama setupChristophe Fergeau2011-09-201-4/+6
* fix infinite loop in resolution changeMarc-André Lureau2011-09-201-1/+7
* fix 2 X11 related leaksChristophe Fergeau2011-09-202-4/+8
* channel: fix EVP_PKEY leakChristophe Fergeau2011-09-201-3/+7
* always set VDAgentDisplayConfig::depthChristophe Fergeau2011-09-201-0/+1
* fix integer marshalling helpers on big endianChristophe Fergeau2011-09-201-6/+6
* fix typo in big endian code pathChristophe Fergeau2011-09-201-2/+2
* server/smartcard: fix smartcard_channel_send_errorAlon Levy2011-09-201-23/+7
* client: setting monitors resolution before resizing screens, RHBZ #728252Yonit Halperin2011-08-252-12/+34
* client/red_client: fix broken switch host migration (RHBZ 727969)Alon Levy2011-08-031-0/+1
* server/red_dispatcher: fix wrong resolution set for tabletAlon Levy2011-07-311-4/+4
* client: fix 30s timeout regressionChristophe Fergeau2011-07-311-2/+7
* Drop unnecessary X11 and alsa requires from spice-server.pcHans de Goede2011-07-271-3/+0
* server: not reading command rings before RED_WORKER_MESSAGE_START, RHBZ #718713Yonit Halperin2011-07-241-1/+11
* Release 0.8.20.8.2Alon Levy2011-07-223-2/+13
* distcheck: add --enable-smartcard --with-saslAlon Levy2011-07-221-1/+1
* fix make distcheckChristophe Fergeau2011-07-228-12/+13
* client: don't die if initial agent timeout triggersChristophe Fergeau2011-07-222-2/+10
* client: only send one SPICE_MSGC_MAIN_ATTACH_CHANNELS messagesChristophe Fergeau2011-07-212-8/+16
* client: fix endless recursion in rearrange_monitors, RHBZ #692976Yonit Halperin2011-07-214-50/+54
* server/red_worker: send surface images to client on-demand after S3/4 wakeupYonit Halperin2011-07-211-9/+22
* server/spice.h: bump QXL_MINOR because of QXLWorker and QXLInterface changesAlon Levy2011-07-211-1/+1
* server: add QXLWorker.flush_surfaces_async for S3/S4 supportAlon Levy2011-07-215-4/+46
* server: add QXLInterface::update_area_complete callbackAlon Levy2011-07-212-16/+47
* server/red_worker: handle_dev_input: reuse write_ready introduced for asyncAlon Levy2011-07-211-8/+4
* server: add async io supportAlon Levy2011-07-218-91/+360
* server: replace redundant code with red_cursor_resetYonit Halperin2011-07-211-47/+24