Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-03-14 | Windows loggingmingw | Christophe Fergeau | 1 | -0/+41 |
2013-03-14 | win support in generic controller cod | Christophe Fergeau | 1 | -0/+15 |
2013-03-14 | Win support | Christophe Fergeau | 4 | -0/+388 |
2013-03-14 | Only export needed symbols | Christophe Fergeau | 2 | -1/+11 |
2013-03-14 | Rename plugin binary from libnsISpicec to npSpiceConsole | Christophe Fergeau | 1 | -8/+8 |
2013-03-14 | mingw: Add support for mingw build | Nerijus Baliunas | 2 | -3/+54 |
2013-03-14 | Add an abstract controller base class | Christophe Fergeau | 7 | -220/+407 |
2013-03-14 | Use g_usleep in SpiceController::connect(int retries) | Christophe Fergeau | 1 | -1/+1 |
2013-03-14 | Add helper function to get client paths | Christophe Fergeau | 2 | -20/+60 |
2013-03-14 | Add SpiceController::SetupControllerPipe | Christophe Fergeau | 2 | -4/+13 |
2013-03-14 | Use glib functions to spawn/watch client | Christophe Fergeau | 2 | -66/+84 |
2013-03-14 | Move StartClient() to the controller class | Christophe Fergeau | 4 | -106/+130 |
2013-03-14 | Mark Controller::Connect() as private | Christophe Fergeau | 1 | -1/+1 |
2013-03-14 | Remove unused controller constructor | Christophe Fergeau | 2 | -7/+0 |
2013-03-14 | Update copyright notices | Christophe Fergeau | 3 | -3/+6 |
2013-03-14 | Rename controller.cpp to controller-unix.cpp | Christophe Fergeau | 2 | -3/+1 |
2013-03-14 | Use gio to write trust store | Christophe Fergeau | 2 | -33/+38 |
2013-03-12 | Split nsPluginInstance::connect a bit | Christophe Fergeau | 2 | -74/+99 |
2013-03-12 | Make spice.xpi build optional | Christophe Fergeau | 1 | -1/+6 |
2013-03-08 | Switch to using npapi-sdk headers rather than XUL | Christophe Fergeau | 5 | -1/+1804 |
2013-03-08 | Don't try to use xpidl | Christophe Fergeau | 1 | -8/+0 |
2013-03-08 | Drop support for xulrunner < 1.9.1 | Christophe Fergeau | 3 | -19/+1 |
2013-03-01 | Get rid of nspr use | Christophe Fergeau | 4 | -53/+51 |
2013-03-01 | Move some preprocessor #define to configure.ac | Christophe Fergeau | 8 | -2/+13 |
2013-03-01 | Remove unused xulrunner includes | Christophe Fergeau | 1 | -15/+0 |
2013-02-28 | Remove #include <dlfcn.h> | Christophe Fergeau | 1 | -1/+0 |
2013-02-05 | Remove unused preprocessor symbols | Christophe Fergeau | 1 | -4/+0 |
2013-02-05 | Remove unused #include | Christophe Fergeau | 3 | -5/+1 |
2013-02-05 | Remove unused XUL_* entries in CPPFLAGS/LIBADD | Christophe Fergeau | 1 | -6/+0 |
2013-01-29 | xpi: add Proxy memberHEADmaster | Marc-André Lureau | 5 | -1/+29 |
2013-01-29 | xpi: use safer g_environ_setenv() | Marc-André Lureau | 1 | -8/+11 |
2013-01-29 | xpi: add a few g_environ functions from GLib >= 2.28 | Marc-André Lureau | 4 | -0/+240 |
2012-12-10 | fix issues in ScriptablePluginObject::SetProperty | Federico Simoncelli | 1 | -3/+9 |
2012-12-10 | support smaller NPNetscapeFuncs tables | Federico Simoncelli | 1 | -47/+5 |
2012-11-20 | bump max. firefox version | Peter Hatina | 1 | -1/+1 |
2012-07-16 | validate tcp port values | Peter Hatina | 1 | -2/+29 |
2012-07-10 | update rdf versions - plugin, firefox | Peter Hatina | 1 | -2/+2 |
2012-07-04 | add missing IDL attributes | Peter Hatina | 1 | -0/+2 |
2012-05-09 | SetSSLChannels: add ssmartcard, susbredir, stunnel | Alon Levy | 1 | -1/+2 |
2012-05-03 | fix signal handling when disconnecting | Peter Hatina | 1 | -1/+3 |
2012-04-23 | remove leading 's' from all spice channel names | Peter Hatina | 1 | -9/+15 |
2012-04-04 | Fix printf-format string | Christophe Fergeau | 1 | -1/+1 |
2012-04-04 | Remove unused SendWStr() | Christophe Fergeau | 2 | -16/+0 |
2012-04-04 | Change SendStr to handle a std::string | Christophe Fergeau | 2 | -15/+15 |
2012-04-04 | Move secure channel fixup to secure channel setter | Christophe Fergeau | 1 | -15/+14 |
2012-04-04 | Handle USB-related plugin properties | Christophe Fergeau | 2 | -10/+10 |
2012-04-03 | tmp files owned by current user | Peter Hatina | 1 | -0/+2 |
2012-04-03 | initialize nsPluginInstance | Peter Hatina | 1 | -3/+11 |
2012-04-03 | check string length before calling strcpy | Peter Hatina | 1 | -0/+2 |
2012-04-03 | remove unused class member | Peter Hatina | 1 | -1/+0 |