summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-file.c
Commit message (Collapse)AuthorAgeFilesLines
* spice: add proxy configuration to connection fileMarc-André Lureau2013-01-291-1/+25
|
* file: add username supportMarc-André Lureau2013-01-181-0/+25
|
* Sanitize syntax-checkMichal Privoznik2012-12-051-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 VirtViewerFileMarc-André Lureau2012-11-271-0/+797
v2: - use !! for boolean values setter - switch from bytearray/base64 to plain string for CA (PEM) - add file format comment