summaryrefslogtreecommitdiffstats
path: root/plugin
Commit message (Collapse)AuthorAgeFilesLines
* Delete browser plugin entirelyDaniel P. Berrange2013-03-137-1942/+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>
* build-sys: use git.mk to generate gitignoreMarc-André Lureau2012-03-301-0/+2
| | | | | | | | This makefile is just fantastic, it forces you into good practices, support various build targets (my windows builddir ignore the right files etc..) The more I use it, the more I like it.
* Replace @FOO@ with $(FOO) in all Makefile.amDaniel P. Berrange2012-02-061-10/+10
|
* Update copyright headersDaniel P. Berrange2012-02-062-2/+2
|
* Remove useless if() before free()Daniel P. Berrange2012-02-061-2/+2
|
* Simplify no-op debug macro & fix plugin headerDaniel P. Berrange2012-02-061-2/+2
|
* Fix makefile.am subsitutions for pluginDaniel P. Berrange2012-02-061-6/+4
|
* Convert TABS to spaces & reindent everywhereDaniel P. Berrange2012-02-064-290/+288
|
* Introduce standard naming convention to files & methodsDaniel P. Berrange2011-07-011-4/+4
| | | | | | | | | | All source files must be named virt-viewer-XXXX All methods named virt_viewer_XXX
* Disable compile errors in plugin till we figure out what's up with the ↵Daniel P. Berrange2009-07-291-1/+0
| | | | header files
* Pull auth code out into separate fileDaniel P. Berrange2009-07-291-1/+3
|
* Make plugin work againDaniel P. Berrange2009-07-286-7/+733
|
* Pull glib event loop integration into tree until libvirt-glib is more matureDaniel P. Berrange2009-07-281-3/+1
|
* Add a --debug command line flagDaniel P. Berrange2009-07-281-1/+1
|
* Move most of viewer code out into viewer.cDaniel P. Berrange2009-07-282-2/+1
|
* Re-write completely to use Glade, libvirt events, and libvirt-glib integrationDaniel P. Berrange2008-11-264-15/+22
|
* Fix rule to use DESTDIR on plugin installDaniel P. Berrange2008-11-031-1/+1
|
* Kill automake portability warnings. Use a config.h Cleanup misc build ↵Daniel P. Berrange2008-03-054-2/+6
| | | | issues. Build with fatal compile warnings
* Added browser plugin (Richard Jones)Daniel P. Berrange2008-01-256-0/+1209