summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* use foo(void) instead of foo() in prototypesChristophe Fergeau2011-07-2117-31/+31
* bump required spice-protocol to 0.8.1 for qxl_dev async and s3 updatesAlon Levy2011-07-211-1/+1
* server: api: add spice_qxl_* calls based on QXLWorker contentsAlon Levy2011-07-213-31/+226
* s/__visible__/SPICE_GNUC_VISIBLEChristophe Fergeau2011-07-214-55/+55
* server: spice-server.syms: move sasl symbols to 0.8.2Alon Levy2011-07-211-0/+6
* client: rename connect_unsecure to connect_to_peerUri Lublin2011-07-212-4/+14
* Fix spice-server/qemu channel version checksChristophe Fergeau2011-07-211-8/+8
* client: don't crash when agent is missing WAN supportChristophe Fergeau2011-07-211-8/+20
* client: improve WAN option descriptionChristophe Fergeau2011-07-211-2/+5
* x11: don't return freed memory from get_clipboardChristophe Fergeau2011-07-211-2/+6
* client: match delete[] with new[]Christophe Fergeau2011-07-211-1/+1
* server: fix access to a released drawable. RHBZ #713474Yonit Halperin2011-07-211-2/+9
* server: add missing calls to red_handle_drawable_surfaces_client_syncedYonit Halperin2011-07-211-0/+2
* server: removing local cursor, this solves RHBZ #714801Yonit Halperin2011-07-211-112/+14