summaryrefslogtreecommitdiff
path: root/SpiceXPI
AgeCommit message (Expand)AuthorFilesLines
2015-06-09Workaround firefox-gtk3 bugHEADmasterChristophe Fergeau1-0/+8
2014-06-03controller: return immediately if already connectedMarc-André Lureau2-0/+4
2014-06-03controller: try connection every secondMarc-André Lureau1-2/+1
2014-01-06Fix compilation with -Werror=format-securityPetter Reinholdtsen2-2/+2
2013-04-17build: Use correct plugin name in Windows resource fileChristophe Fergeau1-1/+1
2013-04-17build: Adjust plugin name when building xpiChristophe Fergeau1-2/+2
2013-03-25Add glib Windows loggingChristophe Fergeau1-0/+46
2013-03-25Add SpiceControllerWin classChristophe Fergeau5-0/+350
2013-03-23Only export needed symbolsChristophe Fergeau2-1/+11
2013-03-23Rename plugin binary from libnsISpicec to npSpiceConsoleChristophe Fergeau1-8/+8
2013-03-23mingw: Add support for mingw buildChristophe Fergeau2-3/+54
2013-03-14Add an abstract controller base classChristophe Fergeau7-220/+407
2013-03-14Use g_usleep in SpiceController::connect(int retries)Christophe Fergeau1-1/+1
2013-03-14Add helper function to get client pathsChristophe Fergeau2-20/+60
2013-03-14Add SpiceController::SetupControllerPipeChristophe Fergeau2-4/+13
2013-03-14Use glib functions to spawn/watch clientChristophe Fergeau2-66/+84
2013-03-14Move StartClient() to the controller classChristophe Fergeau4-106/+130
2013-03-14Mark Controller::Connect() as privateChristophe Fergeau1-1/+1
2013-03-14Remove unused controller constructorChristophe Fergeau2-7/+0
2013-03-14Update copyright noticesChristophe Fergeau3-3/+6
2013-03-14Rename controller.cpp to controller-unix.cppChristophe Fergeau2-3/+1
2013-03-14Use gio to write trust storeChristophe Fergeau2-33/+38
2013-03-12Split nsPluginInstance::connect a bitChristophe Fergeau2-74/+99
2013-03-12Make spice.xpi build optionalChristophe Fergeau2-1/+8
2013-03-08Switch to using npapi-sdk headers rather than XULChristophe Fergeau5-1/+1804
2013-03-08Don't try to use xpidlChristophe Fergeau1-8/+0
2013-03-08Drop support for xulrunner < 1.9.1Christophe Fergeau3-19/+1
2013-03-01Get rid of nspr useChristophe Fergeau4-53/+51
2013-03-01Move some preprocessor #define to configure.acChristophe Fergeau8-2/+13
2013-03-01Remove unused xulrunner includesChristophe Fergeau1-15/+0
2013-02-28Remove #include <dlfcn.h>Christophe Fergeau1-1/+0
2013-02-05Remove unused preprocessor symbolsChristophe Fergeau1-4/+0
2013-02-05Remove unused #includeChristophe Fergeau3-5/+1
2013-02-05Remove unused XUL_* entries in CPPFLAGS/LIBADDChristophe Fergeau1-6/+0
2013-01-29xpi: add Proxy memberMarc-André Lureau5-1/+29
2013-01-29xpi: use safer g_environ_setenv()Marc-André Lureau1-8/+11
2013-01-29xpi: add a few g_environ functions from GLib >= 2.28Marc-André Lureau4-0/+240
2012-12-10fix issues in ScriptablePluginObject::SetPropertyFederico Simoncelli1-3/+9
2012-12-10support smaller NPNetscapeFuncs tablesFederico Simoncelli1-47/+5
2012-11-20bump max. firefox versionPeter Hatina1-1/+1
2012-07-16validate tcp port valuesPeter Hatina1-2/+29
2012-07-10update rdf versions - plugin, firefoxPeter Hatina1-2/+2
2012-07-04add missing IDL attributesPeter Hatina1-0/+2
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-04Fix printf-format stringChristophe Fergeau1-1/+1
2012-04-04Remove unused SendWStr()Christophe Fergeau2-16/+0
2012-04-04Change SendStr to handle a std::stringChristophe Fergeau2-15/+15
2012-04-04Move secure channel fixup to secure channel setterChristophe Fergeau1-15/+14