summaryrefslogtreecommitdiffstats
path: root/client/controller.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't limit spice controller socket name to 50 charsChristophe Fergeau2012-03-201-6/+4
* Use SPICE_FOREIGN_MENU_SOCKET if it's availableMarc-André Lureau2012-03-051-1/+1
* Fix compilation when smartcard support is disabledChristophe Fergeau2012-02-291-0/+2
* client: handle CONTROLLER_ENABLE_SMARTCARD (rhbz 641828)Alon Levy2012-02-281-1/+4
* client controller/foreign_menu: use memmove instead of memcpy in readersUri Lublin2011-12-201-1/+1
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
* client: s/AVAILIBLE/AVAILABLE in CmdLineParserChristophe Fergeau2011-04-181-1/+1
* client: exit nicely for --controller with no SPICE_XPI_SOCKET (rhbz#644292)Uri Lublin2011-03-011-0/+1
* mingw32 build: remove unused, initialize uninitialized, reorder constructor i...Alon Levy2010-12-081-0/+2
* spicec-win: remove redundent strdup & buggy freeArnon Gilboa2010-10-251-5/+4
* controller: Make menu text utf-8Hans de Goede2010-10-251-21/+18
* client: Interpret the title control message as utf8 instead of unicode16Hans de Goede2010-10-211-6/+2
* spicec-x11: Change source of controller socket name, fixing CVE-2010-2792Hans de Goede2010-10-211-4/+8
* spicec: add controllerArnon Gilboa2010-10-181-0/+443