| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Delete browser plugin entirely | Daniel P. Berrange | 2013-03-13 | 7 | -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 gitignore | Marc-André Lureau | 2012-03-30 | 1 | -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.am | Daniel P. Berrange | 2012-02-06 | 1 | -10/+10 |
| | | |||||
| * | Update copyright headers | Daniel P. Berrange | 2012-02-06 | 2 | -2/+2 |
| | | |||||
| * | Remove useless if() before free() | Daniel P. Berrange | 2012-02-06 | 1 | -2/+2 |
| | | |||||
| * | Simplify no-op debug macro & fix plugin header | Daniel P. Berrange | 2012-02-06 | 1 | -2/+2 |
| | | |||||
| * | Fix makefile.am subsitutions for plugin | Daniel P. Berrange | 2012-02-06 | 1 | -6/+4 |
| | | |||||
| * | Convert TABS to spaces & reindent everywhere | Daniel P. Berrange | 2012-02-06 | 4 | -290/+288 |
| | | |||||
| * | Introduce standard naming convention to files & methods | Daniel P. Berrange | 2011-07-01 | 1 | -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. Berrange | 2009-07-29 | 1 | -1/+0 |
| | | | | | header files | ||||
| * | Pull auth code out into separate file | Daniel P. Berrange | 2009-07-29 | 1 | -1/+3 |
| | | |||||
| * | Make plugin work again | Daniel P. Berrange | 2009-07-28 | 6 | -7/+733 |
| | | |||||
| * | Pull glib event loop integration into tree until libvirt-glib is more mature | Daniel P. Berrange | 2009-07-28 | 1 | -3/+1 |
| | | |||||
| * | Add a --debug command line flag | Daniel P. Berrange | 2009-07-28 | 1 | -1/+1 |
| | | |||||
| * | Move most of viewer code out into viewer.c | Daniel P. Berrange | 2009-07-28 | 2 | -2/+1 |
| | | |||||
| * | Re-write completely to use Glade, libvirt events, and libvirt-glib integration | Daniel P. Berrange | 2008-11-26 | 4 | -15/+22 |
| | | |||||
| * | Fix rule to use DESTDIR on plugin install | Daniel P. Berrange | 2008-11-03 | 1 | -1/+1 |
| | | |||||
| * | Kill automake portability warnings. Use a config.h Cleanup misc build ↵ | Daniel P. Berrange | 2008-03-05 | 4 | -2/+6 |
| | | | | | issues. Build with fatal compile warnings | ||||
| * | Added browser plugin (Richard Jones) | Daniel P. Berrange | 2008-01-25 | 6 | -0/+1209 |
