index
:
libvirt-python-v6.git
master
Unnamed repository; edit this file 'description' to name the repository.
Daniel Berrangé
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
python: keep consistent handling of Python integer conversion
Guannan Ren
2012-10-08
1
-2
/
+6
*
python: cleanup vcpu related binding APIs
Guannan Ren
2012-10-08
1
-42
/
+121
*
python: return error if PyObject obj is NULL for unwrapper helper functions
Guannan Ren
2012-09-28
1
-2
/
+41
*
node_memory: Expose the APIs to Python bindings
v0.10.2-rc2
v0.10.2-rc1
v0.10.2
libvirt-0.10.2-2.el6
libvirt-0.10.2-1.el6
Osier Yang
2012-09-17
2
-0
/
+138
*
node_memory: Define the APIs to get/set memory parameters
Osier Yang
2012-09-17
1
-0
/
+2
*
list: Expose virConnectListAllSecrets to Python binding
Osier Yang
2012-09-17
3
-0
/
+66
*
list: Define new API virConnectListAllSecrets
Osier Yang
2012-09-17
1
-0
/
+1
*
list: Expose virConnectListAllNWFilters to Python binding
Osier Yang
2012-09-17
3
-0
/
+66
*
list: Define new API virConnectListAllNWFilters
Osier Yang
2012-09-17
1
-0
/
+1
*
list: Expose virConnectListAllNodeDevices to Python binding
Osier Yang
2012-09-17
3
-0
/
+66
*
list: Define new API virConnectListAllNodeDevices
Osier Yang
2012-09-17
1
-0
/
+1
*
list: Expose virConnectListAllInterfaces to Python binding
CVE-2012-4423
Osier Yang
2012-09-12
3
-0
/
+66
*
list: Define new API virConnectListAllInterfaces
Osier Yang
2012-09-12
1
-0
/
+1
*
python: Initialize new_params in virDomainSetSchedulerParameters
Federico Simoncelli
2012-09-11
1
-1
/
+1
*
Check against python None type when filling in auth parameters
Daniel P. Berrange
2012-09-11
1
-1
/
+2
*
Print any exception that occurs in authentication callback
Daniel P. Berrange
2012-09-11
1
-1
/
+3
*
Fix crash passing an empty list to python openAuth() API
Daniel P. Berrange
2012-09-11
1
-0
/
+1
*
list: Expose virConnectListAllNetworks to Python binding
Osier Yang
2012-09-11
3
-0
/
+66
*
list: Define new API virConnectListAllNetworks
Osier Yang
2012-09-11
1
-0
/
+1
*
list: Expose virStoragePoolListAllVolumes to Python binding
Osier Yang
2012-09-10
3
-1
/
+68
*
list: Define new API virStoragePoolListAllVolumes
Osier Yang
2012-09-10
1
-0
/
+1
*
Fix PMSuspend and PMWakeup events
Jiri Denemark
2012-09-07
1
-2
/
+2
*
python: Expose virStorageListAllStoragePools to python binding
Osier Yang
2012-09-06
3
-0
/
+65
*
list: Define new API virStorageListAllStoragePools
Osier Yang
2012-09-06
1
-2
/
+3
*
python: don't mask libvirt errors
Eric Blake
2012-08-31
1
-2
/
+6
*
agent: add python module support
v0.10.1
v0.10.0-rc2
v0.10.0
MATSUDA Daiki
2012-08-23
2
-0
/
+37
*
agent: add virDrvDomainQemuAgentCommand prototype for drivers.
MATSUDA Daiki
2012-08-23
1
-0
/
+1
*
Update the remote API
v0.10.0-rc1
Marcelo Cerri
2012-08-20
1
-0
/
+1
*
python: Don't generate bodies for close callback functions
v0.10.0-rc0
CVE-2012-3445
Peter Krempa
2012-07-30
1
-0
/
+2
*
Define public API for receiving guest memory balloon events
Daniel P. Berrange
2012-07-14
2
-0
/
+59
*
list: provide python bindings for snapshots
v0.9.13-rc2
v0.9.13-rc1
v0.9.13
Eric Blake
2012-06-19
5
-2
/
+130
*
list: add virDomainListAllSnapshots API
Eric Blake
2012-06-19
1
-0
/
+2
*
python: add API exports for virConnectListAllDomains()
Peter Krempa
2012-06-18
3
-4
/
+70
*
lib: Add public api to enable atomic listing of guest
Peter Krempa
2012-06-18
1
-0
/
+1
*
python: fix snapshot listing bugs
Eric Blake
2012-06-12
1
-17
/
+39
*
python: use simpler methods
Eric Blake
2012-06-12
1
-10
/
+4
*
Coverity: Fix the forward_null error in Python binding codes
v0.9.12.2
v0.9.12.1
v0.9.12-rc2
v0.9.12
Osier Yang
2012-05-04
1
-1
/
+1
*
python: Fix doc directory name for stable releases
v0.9.12-rc1
Cole Robinson
2012-04-27
2
-2
/
+2
*
Fix compilation error on 32bit
Stefan Berger
2012-04-10
1
-0
/
+4
*
python: improve conversion validation
v0.9.11
show
Eric Blake
2012-03-31
1
-7
/
+20
*
python: make python APIs use these helper functions
v0.9.11-rc2
Guannan Ren
2012-03-28
2
-71
/
+24
*
python: Add new helper functions for python to C integral conversion
Guannan Ren
2012-03-28
2
-0
/
+141
*
Cleanup for a return statement in source files
Martin Kletzander
2012-03-26
4
-152
/
+152
*
Add support for the suspend event
v0.9.11-rc1
Osier Yang
2012-03-23
2
-0
/
+59
*
Add support for the wakeup event
Osier Yang
2012-03-23
2
-0
/
+58
*
Add support for event tray moved of removable disks
Osier Yang
2012-03-23
2
-0
/
+60
*
python: add virDomainGetCPUStats python binding API
Guannan Ren
2012-03-22
3
-1
/
+164
*
python: Avoid memory leaks on libvirt_virNodeGetCPUStats
Alex Jia
2012-03-22
1
-10
/
+26
*
python: Avoid memory leaks on libvirt_virNodeGetMemoryStats
Alex Jia
2012-03-21
1
-10
/
+26
*
python: always include config.h first
Eric Blake
2012-03-20
1
-1
/
+2
[next]