summaryrefslogtreecommitdiff
path: root/SpiceXPI/src/plugin/plugin.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-03-25Add glib Windows loggingChristophe Fergeau1-0/+46
2013-03-25Add SpiceControllerWin classChristophe Fergeau1-0/+11
2013-03-14Add an abstract controller base classChristophe Fergeau1-10/+12
2013-03-14Move StartClient() to the controller classChristophe Fergeau1-99/+11
2013-03-14Update copyright noticesChristophe Fergeau1-1/+2
2013-03-14Use gio to write trust storeChristophe Fergeau1-33/+36
2013-03-12Split nsPluginInstance::connect a bitChristophe Fergeau1-74/+96
2013-03-08Drop support for xulrunner < 1.9.1Christophe Fergeau1-7/+0
2013-03-01Get rid of nspr useChristophe Fergeau1-29/+29
2013-03-01Move some preprocessor #define to configure.acChristophe Fergeau1-1/+2
2013-03-01Remove unused xulrunner includesChristophe Fergeau1-15/+0
2013-02-28Remove #include <dlfcn.h>Christophe Fergeau1-1/+0
2013-02-05Remove unused #includeChristophe Fergeau1-3/+1
2013-01-29xpi: add Proxy memberMarc-André Lureau1-0/+14
2013-01-29xpi: use safer g_environ_setenv()Marc-André Lureau1-8/+11
2012-07-16validate tcp port valuesPeter Hatina1-2/+29
2012-05-09SetSSLChannels: add ssmartcard, susbredir, stunnelAlon Levy1-1/+2
2012-05-03fix signal handling when disconnectingPeter Hatina1-1/+3
2012-04-23remove leading 's' from all spice channel namesPeter Hatina1-9/+15
2012-04-04Remove unused SendWStr()Christophe Fergeau1-15/+0
2012-04-04Change SendStr to handle a std::stringChristophe Fergeau1-14/+14
2012-04-04Move secure channel fixup to secure channel setterChristophe Fergeau1-15/+14
2012-04-04Handle USB-related plugin propertiesChristophe Fergeau1-10/+8
2012-04-03tmp files owned by current userPeter Hatina1-0/+2
2012-04-03initialize nsPluginInstancePeter Hatina1-3/+11
2012-04-03add support for DisableEffects and ColorDepthYonit Halperin1-0/+26
2012-03-21fix disconnect signal sendingPeter Hatina1-1/+2
2012-03-09~/.spicec is no longer neededMarc-André Lureau1-5/+0
2012-03-08Drop sigchld handlerPeter Hatina1-32/+29
2012-03-05Use G_GUINT64_FORMAT to print guint64 valuesChristophe Fergeau1-2/+2
2012-03-05Fix SendCtrlAltDelete xpi property spellingChristophe Fergeau1-4/+4
2012-03-05Default to enabling Ctrl+Alt+DelChristophe Fergeau1-1/+1
2012-03-05Add controller message for "SEND_CAD"Christophe Fergeau1-0/+1
2012-03-05Use ::SendBool for smartcard controlChristophe Fergeau1-1/+1
2012-03-05Add nsPluginInstance::SendBoolChristophe Fergeau1-0/+6
2012-02-24Switch from log4cpp to glibMarc-André Lureau1-42/+23
2012-02-24Avoid a race leading to a plugin crashMarc-André Lureau1-3/+31
2012-02-19Add smartcard optionMarc-André Lureau1-0/+13
2012-01-31Add SPICE_XPI_DEBUG to not follow childs die and easier debuggingMarc-André Lureau1-4/+6
2012-01-27build: deal with non-const return values of NPP_GetMIMEDescription()Marc-André Lureau1-0/+7
2011-11-15fix compiler error, ambiguous function signaturesPeter Hatina1-1/+1
2011-10-03Merge branch 'master' of ssh://git.freedesktop.org/git/spice/spice-xpiPeter Hatina1-27/+6
2011-09-28plugin: try to run /usr/libexec/spice-xpi-client firstMarc-André Lureau1-27/+6
2011-08-25call JS OnDisconnected, when spicec quitsspice-xpi-2.6Peter Hatina1-20/+81
2011-06-07Fix compiler warningsspice-xpi-2.5Hans de Goede1-2/+5
2011-04-27initPeter Hatina1-0/+745