summaryrefslogtreecommitdiffstats
path: root/plugin/npshell.c
Commit message (Collapse)AuthorAgeFilesLines
* Delete browser plugin entirelyDaniel P. Berrange2013-03-131-394/+0
| | | | | | | | | | | The browser plugin code has been effectively unmaintained since the day it was merged. There has always been a caveat that the code has not been properly audited to ensure it is secure, and being unmaintained doesn't give a warm secure feeling. These days there are better solutions for the browser which are pure HTML5 code, noVNC and SPICE-HTML5. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Remove useless if() before free()Daniel P. Berrange2012-02-061-2/+2
|
* Convert TABS to spaces & reindent everywhereDaniel P. Berrange2012-02-061-15/+15
|
* Make plugin work againDaniel P. Berrange2009-07-281-2/+5
|
* Move most of viewer code out into viewer.cDaniel P. Berrange2009-07-281-1/+0
|
* Re-write completely to use Glade, libvirt events, and libvirt-glib integrationDaniel P. Berrange2008-11-261-3/+5
|
* Kill automake portability warnings. Use a config.h Cleanup misc build ↵Daniel P. Berrange2008-03-051-0/+2
| | | | issues. Build with fatal compile warnings
* Added browser plugin (Richard Jones)Daniel P. Berrange2008-01-251-0/+388