summaryrefslogtreecommitdiff
path: root/virtinst/uri.py
Commit message (Expand)AuthorAgeFilesLines
* xmlutil: add a diff() helperCole Robinson2020-09-051-4/+2
* virtinst: uri: Rework MagicURI to work with passed in fakeuriCole Robinson2020-02-031-26/+10
* Switch to more traditional logging structureCole Robinson2019-06-171-2/+3
* virtinst: Add a lot of test code coverageCole Robinson2019-06-091-4/+2
* util: Move get_cache_dir to VirtinstConnectionCole Robinson2019-06-071-2/+2
* Fix URI parsing when username contains @ signEduardo Kienetz2018-04-171-3/+4
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-14/+2
* Drop python3 compat importsCole Robinson2018-02-061-11/+2
* urlfetcher: Python 2/3 compatability for 'urllib'Radostin Stoyanov2018-02-061-2/+11
* connect: Handle \ in usernameCole Robinson2017-06-011-1/+3
* Replace file() usage with open()Cole Robinson2017-05-051-2/+2
* virtinst: Add tests for Virtuozzo hypervisorMikhail Feoktistov2017-03-011-1/+3
* guest: Use newer named CreateXML APICole Robinson2016-06-171-2/+2
* conn: Stop using VirtOptionParserCole Robinson2016-06-131-3/+2
* cli: Rename opts.opts -> opts.optdictCole Robinson2016-06-121-1/+2
* tests: Share sanitize_xml helpersCole Robinson2015-09-221-3/+3
* clitest: Do a basic xen-pv install testCole Robinson2015-09-221-0/+1
* uri: Add a MagicURI class for handling magic virtinst URIsCole Robinson2015-09-061-22/+146
* uri: Add unit tests, fix some bugsCole Robinson2014-12-091-5/+5
* util: Move uri_split to its own URISplit classCole Robinson2014-12-091-0/+105