summaryrefslogtreecommitdiffstats
path: root/client/red_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* seamless-migration: update spice-common submoduleYonit Halperin2012-08-271-9/+9
* Use the spice-common submoduleMarc-André Lureau2012-03-251-3/+4
* Remove trailing whitespace from end of linesDaniel P. Berrange2012-01-131-1/+1
* Remove trailing blank linesDaniel P. Berrange2012-01-131-1/+0
* build: remove unused variableMarc-André Lureau2011-12-151-1/+0
* client: support semi-seamless migration between spice servers with different ...Yonit Halperin2011-11-021-5/+16
* client: main channel migration: do partial cleanup when switching hostsYonit Halperin2011-11-021-0/+9
* client: handle SPICE_MSG_MAIN_MIGRATE_ENDYonit Halperin2011-11-021-11/+96
* client: handle SpiceMsgMainMigrationBegin (semi-seamless migration)Yonit Halperin2011-11-021-3/+20
* always set VDAgentDisplayConfig::depthChristophe Fergeau2011-08-151-0/+1
* client/red_client: fix broken switch host migration (RHBZ 727969)Alon Levy2011-08-031-0/+1
* client: fix 30s timeout regressionChristophe Fergeau2011-07-311-2/+7
* client: don't die if initial agent timeout triggersChristophe Fergeau2011-07-221-2/+4
* client: only send one SPICE_MSGC_MAIN_ATTACH_CHANNELS messagesChristophe Fergeau2011-07-221-8/+14
* client: don't crash when agent is missing WAN supportChristophe Fergeau2011-07-181-8/+20
* client: make use of ssl_verify.cMarc-André Lureau2011-05-031-1/+1
* s/USE_OGL/USE_OPENGLChristophe Fergeau2011-05-031-1/+1
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
* spice-client migration: fix minor for old migration support.Uri Lublin2011-01-271-1/+1
* client: fix broken vs2008 buildAlon Levy2011-01-271-0/+4
* client: gcc 4.6.0: two more unused variable fixesAlon Levy2011-01-251-1/+0
* mingw32 build: fixed using -1 as uninitialized value for unsigned variablesAlon Levy2010-12-081-2/+2
* mingw32 build: fix signed/unsigned warnings as errorsAlon Levy2010-12-081-2/+2
* build: s/HUGE/INFINITY/Gerd Hoffmann2010-12-071-1/+1
* spicec: fix ASSERT to accept size == 0Arnon Gilboa2010-11-241-1/+1
* client: Do not try to send display_config until we've received the agent capsHans de Goede2010-10-181-9/+4
* spicec: Do not try to do accounting of pci memoryHans de Goede2010-10-091-2/+1
* spicec: only send display-config if the agent can handle itHans de Goede2010-10-061-2/+3
* spicec: don't send agent messages directly from ClipboardListener callbacksHans de Goede2010-10-061-6/+27
* spicec: Move setting of clipboard_owner to guest to platform codeHans de Goede2010-10-061-1/+0
* spicec-x11: Force processing of ownerchange event when releasing the cbHans de Goede2010-10-041-2/+1
* Keep track of clipboard ownershipHans de Goede2010-10-021-0/+37
* Rename platform clipboard handling functionsHans de Goede2010-10-021-4/+4
* Move checking for on demand clipboard cap closer to sending of agent messagesHans de Goede2010-10-021-8/+10
* Respond to clipb request with an unsupported type with data with a none typeHans de Goede2010-10-011-1/+1
* Change VD_AGENT_CLIPBOARD_GRAB to an array of typesHans de Goede2010-10-011-5/+5
* client: support clipboard/selection-owner model (v2)Arnon Gilboa2010-10-011-67/+92
* client: add default agent capabilitiesAlon Levy2010-08-311-0/+11
* client: add announce_capabilitiesAlon Levy2010-08-311-4/+65
* client: Fix for clipboard sending; It wasn't thread safe.Yonit Halperin2010-08-231-4/+19
* codegen: Various cleanupsAlexander Larsson2010-07-191-6/+4
* client: add clipboard supportArnon Gilboa2010-07-191-1/+90
* client: command line arguments for setting windows guest monitors'Yonit Halperin2010-07-191-7/+73
* Fix version mismatch error on connectAlexander Larsson2010-06-231-2/+2
* client: Support connecting to a major==1 serverAlexander Larsson2010-06-221-2/+6
* Convert client to use indirect calls for message marshallingAlexander Larsson2010-06-221-4/+4
* Switch client to use generated marshallersAlexander Larsson2010-06-181-18/+25
* Client: Use the autogenerated demarshallersAlexander Larsson2010-06-181-30/+21
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
* client: handling SPICE_MSG_MAIN_MIGRATE_SWITCH_HOSTYonit Halperin2010-04-061-3/+39