summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement new virNetworkGetDHCPLeases APIv1.2.6-rc2v1.2.6Nehal J Wani2014-06-276-0/+159
* maint: document development against uninstalled libvirtEric Blake2014-06-251-0/+15
* build: use correct int conversion in NodeGetFreePagesNehal J Wani2014-06-251-1/+1
* Implement new virNodeGetFreePages APIMichal Privoznik2014-06-203-0/+117
* Correct virDomainMigrateToURI3 definitionJason Andryuk2014-06-191-1/+1
* build: provide wrapper makefileEric Blake2014-06-181-0/+18
* event-test: add missing eventsEric Blake2014-06-181-4/+22
* blockjob: support new BLOCK_JOB_2 eventEric Blake2014-06-182-6/+10
* Bump version to 1.2.6 for new dev cycleMartin Kletzander2014-06-021-1/+1
* fix leak in memoryStats with older pythonv1.2.5Martin Kletzander2014-05-271-24/+44
* Implement virDomain{Get,Set}Time APIsMichal Privoznik2014-05-204-1/+111
* override: add virDomainFSFreeze and virDomainFSThaw APITomoki Sekiyama2014-05-164-0/+114
* Bump version to 1.2.5 for new dev cycleMartin Kletzander2014-05-051-1/+1
* build: add BuildRequires for python-lxml and python3-lxmlv1.2.4Laine Stump2014-04-071-0/+2
* increment version post-releaseLaine Stump2014-04-071-1/+1
* Fix nosetests usage with python3v1.2.3Daniel P. Berrange2014-04-022-1/+9
* Fix potential crash when setting partial cpu/memory/numa/interface limits on ...Brian Rak2014-03-311-12/+12
* setup.py: Allow running --help or clean without pkg-configCole Robinson2014-03-251-11/+20
* setup.py: Make have_libvirt_lxc a functionCole Robinson2014-03-251-9/+10
* setup.py: Move module list building to its own functionCole Robinson2014-03-251-40/+57
* setup.py: Remove unused importCole Robinson2014-03-251-1/+0
* qemu: support arbitrary monitor eventsEric Blake2014-03-253-9/+269
* event: fix domain reference bugsEric Blake2014-03-251-119/+200
* generator: Add virConnectDomainQemuMonitorEventCallback to skipped_typesMartin Kletzander2014-03-251-0/+1
* maint: balance {} usageEric Blake2014-03-241-6/+8
* maint: Add ctags configuration file and ignore the outputPeter Krempa2014-03-242-0/+3
* maint: set up preferred emacs settingsEric Blake2014-03-241-0/+8
* maint: ignore .pyc filesEric Blake2014-03-211-0/+1
* override: Return NULL on python failure in getCPUModelNamesCole Robinson2014-03-201-1/+1
* override: GetCPUModelNames should return None on failureCole Robinson2014-03-201-2/+2
* Add test for setting scheduler parametersDaniel P. Berrange2014-03-191-0/+19
* Add support for running unit tests with noseDaniel P. Berrange2014-03-192-0/+21
* setPyVirTypedParameter: free whole return variable on errorMichal Privoznik2014-03-181-1/+1
* setPyVirTypedParameter: Copy full field nameMichal Privoznik2014-03-181-2/+1
* Post release version bump to 1.2.3Daniel P. Berrange2014-03-031-1/+1
* Release of libvirt-python 1.2.2v1.2.2Daniel Veillard2014-03-021-1/+1
* generator: Skip exporting only sentinelsv1.2.2-rc2Martin Kletzander2014-02-201-5/+14
* Fix stream related spelling mistakesPhilipp Hahn2014-02-131-2/+2
* examples: demonstrate network eventsEric Blake2014-02-111-19/+51
* maint: ignore editor filesEric Blake2014-02-041-0/+2
* Merge tag 'v1.2.1'Eric Blake2014-02-031-1/+1
|\
| * Release of libvirt-python-1.2.1v1.2.1Daniel Veillard2014-01-161-1/+1
* | Fix calling of virStreamSend methodRobie Basak2014-01-231-1/+1
|/
* virStream.sendAll() fix raising an undeclared varv1.2.1-rc2Doug Goldstein2014-01-101-0/+1
* Add space after comma for consistency with code stylev1.2.1-rc1Doug Goldstein2014-01-021-1/+1
* define __GNUC_PREREQ macro before using itDoug Goldstein2013-12-301-0/+10
* Rewrite libvirt_charPtrUnwrap to work with Python 3.0->3.2Daniel P. Berrange2013-12-121-8/+11
* Add python3 to the automated build and RPMDaniel P. Berrange2013-12-122-9/+58
* Skip network event callbacks in sanity testDaniel P. Berrange2013-12-111-0/+2
* Fix return type in override method for virStreamRecvDaniel P. Berrange2013-12-111-2/+3