summaryrefslogtreecommitdiff
path: root/client/controller.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-03-20Don't limit spice controller socket name to 50 charsChristophe Fergeau1-6/+4
2012-03-05Use SPICE_FOREIGN_MENU_SOCKET if it's availableMarc-André Lureau1-1/+1
2012-02-29Fix compilation when smartcard support is disabledChristophe Fergeau1-0/+2
2012-02-28client: handle CONTROLLER_ENABLE_SMARTCARD (rhbz 641828)Alon Levy1-1/+4
2011-12-20client controller/foreign_menu: use memmove instead of memcpy in readersUri Lublin1-1/+1
2011-05-03add #include <config.h> to all source filesChristophe Fergeau1-0/+3
2011-04-18client: s/AVAILIBLE/AVAILABLE in CmdLineParserChristophe Fergeau1-1/+1
2011-03-01client: exit nicely for --controller with no SPICE_XPI_SOCKET (rhbz#644292)Uri Lublin1-0/+1
2010-12-08mingw32 build: remove unused, initialize uninitialized, reorder constructor i...Alon Levy1-0/+2
2010-10-25spicec-win: remove redundent strdup & buggy freeArnon Gilboa1-5/+4
2010-10-25controller: Make menu text utf-8Hans de Goede1-21/+18
2010-10-21client: Interpret the title control message as utf8 instead of unicode16Hans de Goede1-6/+2
2010-10-21spicec-x11: Change source of controller socket name, fixing CVE-2010-2792Hans de Goede1-4/+8
2010-10-18spicec: add controllerArnon Gilboa1-0/+443