summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-15Release 0.12.0v0.12.00.12.0Alon Levy3-3/+15
2012-09-13server/spice-server.syms: add missing global labelsAlon Levy1-0/+3
2012-09-13server/Makefile.am: fix for make distcheckAlon Levy1-1/+1
2012-09-13spice-server 0.11.5Alon Levy2-4/+4
2012-09-13server/tests: agent mock, client_monitors_configAlon Levy4-1/+49
2012-09-13server: Filter VD_AGENT_MONITORS_CONFIGAlon Levy3-1/+61
2012-09-13server/reds: reuse already defined localAlon Levy1-1/+1
2012-09-13server/red_dispatcher: client_monitors_config supportAlon Levy2-0/+53
2012-09-13server: add QXLInterface::client_monitors_configAlon Levy1-3/+9
2012-09-13update spice-common moduleAlon Levy1-0/+0
2012-09-12server/red_dispatcher: change a printerr to debugAlon Levy1-1/+1
2012-09-11Bump SPICE_INTERFACE_QXL_VERSION_MINORSøren Sandmann Pedersen2-3/+7
2012-09-11Enable build on armv6+Peter Robinson1-2/+2
2012-09-10Update spice-common to get A8 surface definitionsChristophe Fergeau1-0/+0
2012-09-07Bump spice.h version number to 0.11.4Søren Sandmann Pedersen1-1/+1
2012-09-07Set a8 capability in the QXL device if supported by the clientSøren Sandmann Pedersen1-0/+2
2012-09-07Process outstanding commands in the ring after changing capability bitsSøren Sandmann Pedersen1-0/+5
2012-09-06Add new set_client_capabilities() interface to QXLInstanceSøren Sandmann Pedersen2-0/+27
2012-09-06client: Advertise A8_SURFACE capabilitySøren Sandmann Pedersen1-0/+1
2012-09-05server/red_parse_qxl: fix bitmap_consistent againAlon Levy1-2/+2
2012-09-05Implement spice_server_set_exit_on_disconnect to enable an option whereby the...Jeremy White4-3/+22
2012-09-05server/red_parse_qxl: fix wrong bitmap_consistentAlon Levy1-5/+26
2012-09-03server/red_parse_qxl: add bitmap consistency checkAlon Levy3-16/+34
2012-09-03server/tests/test_display_base: fix update_area abortAlon Levy1-1/+3
2012-09-03server: replace syntax-check reported tabs with spacesAlon Levy2-2/+2
2012-09-03server: add dist-hook to prevent spice version configure/spice.h differenceAlon Levy2-0/+45
2012-09-020.11.3 release0.11.3Alon Levy2-3/+29
2012-09-02add server/tests/test_vdagentAlon Levy2-0/+115
2012-09-02server/tests/test_two_serversAlon Levy2-0/+47
2012-09-02server/tests: introduce Test structAlon Levy5-146/+170
2012-08-30server/red_worker: seamless: fix invalid memory referenceAlon Levy1-3/+3
2012-08-30server: freezed->froze, missing whitespace after declarationsAlon Levy2-3/+5
2012-08-30server: s/max_encdoers/max_encoders/Alon Levy2-7/+7
2012-08-30server/inputs_channel.c: whitespace fixYonit Halperin1-1/+1
2012-08-30server/red_tunnel_worker: remove unneeded expect_migrate_markAlon Levy1-6/+0
2012-08-28server/red_tunnel_worker.c: fix buildAlon Levy1-44/+18
2012-08-27inputs: handle SPICE_MSGC_INPUTS_KEY_SCANCODEMarc-André Lureau2-0/+10
2012-08-27support automake >= 1.12Alon Levy2-0/+3
2012-08-27server/red_worker: handle_dev_update_area: fail if invalid areaAlon Levy1-0/+6
2012-08-27client: fix missing stdarg.h includeYann E. MORIN1-0/+1
2012-08-27enable seamless migration and set migration protocol versionYonit Halperin2-1/+2
2012-08-27inputs channel migration: don't send any msg after MSG_MIGRATEYonit Halperin1-5/+25
2012-08-27inputs_channel: send and handle migration dataYonit Halperin1-3/+49
2012-08-27migration_protocol: add inputs channel migration dataYonit Halperin1-0/+12
2012-08-27main_channel: don't expect init msg in a seamless migration destinationYonit Halperin1-3/+8
2012-08-27red_channel: set send_data.last_sent_serial in red_channel_client_set_message...Yonit Halperin1-0/+1
2012-08-27red_channel: remove unused migrate flag from RedChannelYonit Halperin8-22/+12
2012-08-27snd_worker: handling migrationYonit Halperin1-61/+17
2012-08-27snd_channel: fix double releaseYonit Halperin1-10/+17
2012-08-27red_channel (dummy): fix not adding dummy RedChannelClient to the clientYonit Halperin3-14/+26