summaryrefslogtreecommitdiff
path: root/client/red_client.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-12-15build: remove unused variableMarc-André Lureau1-1/+0
2011-11-02client: support semi-seamless migration between spice servers with different ...Yonit Halperin1-5/+16
2011-11-02client: main channel migration: do partial cleanup when switching hostsYonit Halperin1-0/+9
2011-11-02client: handle SPICE_MSG_MAIN_MIGRATE_ENDYonit Halperin1-11/+96
2011-11-02client: handle SpiceMsgMainMigrationBegin (semi-seamless migration)Yonit Halperin1-3/+20
2011-08-15always set VDAgentDisplayConfig::depthChristophe Fergeau1-0/+1
2011-08-03client/red_client: fix broken switch host migration (RHBZ 727969)Alon Levy1-0/+1
2011-07-31client: fix 30s timeout regressionChristophe Fergeau1-2/+7
2011-07-22client: don't die if initial agent timeout triggersChristophe Fergeau1-2/+4
2011-07-22client: only send one SPICE_MSGC_MAIN_ATTACH_CHANNELS messagesChristophe Fergeau1-8/+14
2011-07-18client: don't crash when agent is missing WAN supportChristophe Fergeau1-8/+20
2011-05-03client: make use of ssl_verify.cMarc-André Lureau1-1/+1
2011-05-03s/USE_OGL/USE_OPENGLChristophe Fergeau1-1/+1
2011-05-03add #include <config.h> to all source filesChristophe Fergeau1-0/+3
2011-01-27spice-client migration: fix minor for old migration support.Uri Lublin1-1/+1
2011-01-27client: fix broken vs2008 buildAlon Levy1-0/+4
2011-01-25client: gcc 4.6.0: two more unused variable fixesAlon Levy1-1/+0
2010-12-08mingw32 build: fixed using -1 as uninitialized value for unsigned variablesAlon Levy1-2/+2
2010-12-08mingw32 build: fix signed/unsigned warnings as errorsAlon Levy1-2/+2
2010-12-07build: s/HUGE/INFINITY/Gerd Hoffmann1-1/+1
2010-11-24spicec: fix ASSERT to accept size == 0Arnon Gilboa1-1/+1
2010-10-18client: Do not try to send display_config until we've received the agent capsHans de Goede1-9/+4
2010-10-09spicec: Do not try to do accounting of pci memoryHans de Goede1-2/+1
2010-10-06spicec: only send display-config if the agent can handle itHans de Goede1-2/+3
2010-10-06spicec: don't send agent messages directly from ClipboardListener callbacksHans de Goede1-6/+27
2010-10-06spicec: Move setting of clipboard_owner to guest to platform codeHans de Goede1-1/+0
2010-10-04spicec-x11: Force processing of ownerchange event when releasing the cbHans de Goede1-2/+1
2010-10-02Keep track of clipboard ownershipHans de Goede1-0/+37
2010-10-02Rename platform clipboard handling functionsHans de Goede1-4/+4
2010-10-02Move checking for on demand clipboard cap closer to sending of agent messagesHans de Goede1-8/+10
2010-10-01Respond to clipb request with an unsupported type with data with a none typeHans de Goede1-1/+1
2010-10-01Change VD_AGENT_CLIPBOARD_GRAB to an array of typesHans de Goede1-5/+5
2010-10-01client: support clipboard/selection-owner model (v2)Arnon Gilboa1-67/+92
2010-08-31client: add default agent capabilitiesAlon Levy1-0/+11
2010-08-31client: add announce_capabilitiesAlon Levy1-4/+65
2010-08-23client: Fix for clipboard sending; It wasn't thread safe.Yonit Halperin1-4/+19
2010-07-19codegen: Various cleanupsAlexander Larsson1-6/+4
2010-07-19client: add clipboard supportArnon Gilboa1-1/+90
2010-07-19client: command line arguments for setting windows guest monitors'Yonit Halperin1-7/+73
2010-06-23Fix version mismatch error on connectAlexander Larsson1-2/+2
2010-06-22client: Support connecting to a major==1 serverAlexander Larsson1-2/+6
2010-06-22Convert client to use indirect calls for message marshallingAlexander Larsson1-4/+4
2010-06-18Switch client to use generated marshallersAlexander Larsson1-18/+25
2010-06-18Client: Use the autogenerated demarshallersAlexander Larsson1-30/+21
2010-04-13Relicense everything from GPL to LGPL 2.1+Alexander Larsson1-9/+9
2010-04-06client: handling SPICE_MSG_MAIN_MIGRATE_SWITCH_HOSTYonit Halperin1-3/+39
2010-03-18client: add command line support for ciphers, ca file, and host certificate s...Yonit Halperin1-2/+5
2010-02-04Rename symbols that were changed in spice-protocolAlexander Larsson1-61/+61
2010-01-11server,client: server authentication for secured channels.Yonit Halperin1-8/+35
2009-12-28client: add GUI infrastructure + functional login dialogYaniv Kamay1-16/+4