summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Release 0.12.0v0.12.00.12.0Alon Levy2012-09-151-1/+1
* server/spice-server.syms: add missing global labelsAlon Levy2012-09-131-0/+3
* server/Makefile.am: fix for make distcheckAlon Levy2012-09-131-1/+1
* spice-server 0.11.5Alon Levy2012-09-131-1/+1
* server/tests: agent mock, client_monitors_configAlon Levy2012-09-134-1/+49
* server: Filter VD_AGENT_MONITORS_CONFIGAlon Levy2012-09-133-1/+61
* server/reds: reuse already defined localAlon Levy2012-09-131-1/+1
* server/red_dispatcher: client_monitors_config supportAlon Levy2012-09-132-0/+53
* server: add QXLInterface::client_monitors_configAlon Levy2012-09-131-3/+9
* server/red_dispatcher: change a printerr to debugAlon Levy2012-09-121-1/+1
* Bump SPICE_INTERFACE_QXL_VERSION_MINORSøren Sandmann Pedersen2012-09-112-3/+7
* Bump spice.h version number to 0.11.4Søren Sandmann Pedersen2012-09-071-1/+1
* Set a8 capability in the QXL device if supported by the clientSøren Sandmann Pedersen2012-09-071-0/+2
* Process outstanding commands in the ring after changing capability bitsSøren Sandmann Pedersen2012-09-071-0/+5
* Add new set_client_capabilities() interface to QXLInstanceSøren Sandmann Pedersen2012-09-062-0/+27
* server/red_parse_qxl: fix bitmap_consistent againAlon Levy2012-09-051-2/+2
* Implement spice_server_set_exit_on_disconnect to enable an option whereby the...Jeremy White2012-09-053-0/+19
* server/red_parse_qxl: fix wrong bitmap_consistentAlon Levy2012-09-051-5/+26
* server/red_parse_qxl: add bitmap consistency checkAlon Levy2012-09-033-16/+34
* server/tests/test_display_base: fix update_area abortAlon Levy2012-09-031-1/+3
* server: replace syntax-check reported tabs with spacesAlon Levy2012-09-032-2/+2
* server: add dist-hook to prevent spice version configure/spice.h differenceAlon Levy2012-09-032-0/+45
* add server/tests/test_vdagentAlon Levy2012-09-022-0/+115
* server/tests/test_two_serversAlon Levy2012-09-022-0/+47
* server/tests: introduce Test structAlon Levy2012-09-025-146/+170
* server/red_worker: seamless: fix invalid memory referenceAlon Levy2012-08-301-3/+3
* server: freezed->froze, missing whitespace after declarationsAlon Levy2012-08-302-3/+5
* server: s/max_encdoers/max_encoders/Alon Levy2012-08-302-7/+7
* server/inputs_channel.c: whitespace fixYonit Halperin2012-08-301-1/+1
* server/red_tunnel_worker: remove unneeded expect_migrate_markAlon Levy2012-08-301-6/+0
* server/red_tunnel_worker.c: fix buildAlon Levy2012-08-281-44/+18
* inputs: handle SPICE_MSGC_INPUTS_KEY_SCANCODEMarc-André Lureau2012-08-271-0/+10
* server/red_worker: handle_dev_update_area: fail if invalid areaAlon Levy2012-08-271-0/+6
* enable seamless migration and set migration protocol versionYonit Halperin2012-08-272-1/+2
* inputs channel migration: don't send any msg after MSG_MIGRATEYonit Halperin2012-08-271-5/+25
* inputs_channel: send and handle migration dataYonit Halperin2012-08-271-3/+49
* migration_protocol: add inputs channel migration dataYonit Halperin2012-08-271-0/+12
* main_channel: don't expect init msg in a seamless migration destinationYonit Halperin2012-08-271-3/+8
* red_channel: set send_data.last_sent_serial in red_channel_client_set_message...Yonit Halperin2012-08-271-0/+1
* red_channel: remove unused migrate flag from RedChannelYonit Halperin2012-08-278-22/+12
* snd_worker: handling migrationYonit Halperin2012-08-271-61/+17
* snd_channel: fix double releaseYonit Halperin2012-08-271-10/+17
* red_channel (dummy): fix not adding dummy RedChannelClient to the clientYonit Halperin2012-08-273-14/+26
* display migration: restore destination stateYonit Halperin2012-08-271-74/+148
* display migration: marshall migration dataYonit Halperin2012-08-271-6/+46
* display & cursor migration: send SPICE_MSG_MIGRATEYonit Halperin2012-08-271-52/+3
* migration_protocol: add display channel migration dataYonit Halperin2012-08-271-0/+73
* inputs channel: use the default red_channel behaviour for client_cbs.migrateYonit Halperin2012-08-271-7/+0
* inputs channel: fix using spice messages enums as pipe items typeYonit Halperin2012-08-271-13/+11
* char_device: don't connect a migrated client if the state of the device might...Yonit Halperin2012-08-275-38/+72