Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spice: add proxy configuration to connection file | Marc-André Lureau | 2013-01-29 | 1 | -1/+25 |
| | |||||
* | file: add username support | Marc-André Lureau | 2013-01-18 | 1 | -0/+25 |
| | |||||
* | Sanitize syntax-check | Michal Privoznik | 2012-12-05 | 1 | -0/+1 |
| | | | | | | | | make syntax-check is producing some errors about empty line at EOF and missing #include <config.h> in src/virt-viewer-file.c * src/virt-viewer-file.c: add #include <config.h> * data/virt-viewer-debug.nsis.in: remove empty line at EOF | ||||
* | Add VirtViewerFile | Marc-André Lureau | 2012-11-27 | 1 | -0/+797 |
v2: - use !! for boolean values setter - switch from bytearray/base64 to plain string for CA (PEM) - add file format comment |