GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/libvirt.git
v0.10.2-gentoo
v0.7.4-gentoo
v0.8.1-gentoo
v0.8.3-gentoo
v0.8.6-gentoo
v0.9.10-gentoo
v0.9.3-gentoo
C toolkit to manipulate virtual machines repository (gentoo clone including backports branches)
Diego E. Pettenò <flameeyes@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add virConnectGetVersion Python API
Taizo ITO
2010-01-22
3
-0
/
+33
*
gnulib added a new syntax-check test: use $(VAR), not @VAR@
Jim Meyering
2010-01-18
2
-6
/
+6
*
Disable building of static Python module
Diego Elio Pettenò
2010-01-06
1
-1
/
+1
*
python: Add python bindings for virDomainMemoryStats
Adam Litke
2009-12-20
3
-2
/
+50
*
Add new API virDomainMemoryStats to header and drivers
Adam Litke
2009-12-20
1
-1
/
+3
*
Fix install location for Python bindings
Matthias Bolte
2009-12-14
1
-4
/
+4
*
Use AM_PATH_PYTHON and python-config to detect Python configuration
Matthias Bolte
2009-12-08
1
-1
/
+1
*
Fix threading problems in python bindings
Daniel P. Berrange
2009-11-26
1
-11
/
+100
*
python: Actually implement list*Interfaces bindings
Cole Robinson
2009-11-20
3
-2
/
+114
*
Add virConnectGetLibvirtVersion API
Cole Robinson
2009-11-12
3
-0
/
+32
*
give up python interpreter lock before calling cb
Dan Kenigsberg
2009-11-03
1
-2
/
+8
*
python: Add a newline after custom classes
Cole Robinson
2009-10-05
1
-0
/
+1
*
python: Fix generated virInterface method names
Cole Robinson
2009-10-05
1
-2
/
+5
*
python: Use a pure python implementation of 'vir*GetConnect'
Cole Robinson
2009-10-05
1
-0
/
+21
*
python: Don't generate bindings for vir*Ref
Cole Robinson
2009-10-05
1
-0
/
+10
*
python: Don't generate conflicting conn.createXML functions.
Cole Robinson
2009-10-05
1
-1
/
+1
*
python: Remove use of xmllib in generator.py
Cole Robinson
2009-10-05
1
-14
/
+9
*
python: Remove FastParser from generator.
Cole Robinson
2009-10-05
1
-50
/
+3
*
Add public API definition for data stream handling
Daniel P. Berrange
2009-09-29
5
-5
/
+74
*
Fix API doc extractor to stop munging comment formatting
Daniel P. Berrange
2009-09-28
1
-12
/
+13
*
Misc syntax-check fixes
Daniel P. Berrange
2009-09-21
1
-2
/
+0
*
Re-arrange python generator to make it clear what's auto-generated
Daniel P. Berrange
2009-09-21
10
-71
/
+80
*
Add usage type/id as a public API property of virSecret
Daniel P. Berrange
2009-09-14
1
-0
/
+2
*
Fix UUID handling in secrets/storage encryption APIs
Daniel P. Berrange
2009-09-14
3
-0
/
+98
*
python: let libvirt_virConnectDomainEventCallback indicate success
Jim Meyering
2009-09-03
1
-2
/
+2
*
Secret manipulation API docs refresh & wire up python generator
Miloslav Trmač
2009-09-01
5
-4
/
+167
*
python: Raise exceptions if virDomain*Stats fail.
Cole Robinson
2009-07-26
1
-1
/
+4
*
remove all trailing blank lines
Jim Meyering
2009-07-16
1
-1
/
+0
*
remove all .cvsignore files
Jim Meyering
2009-07-08
2
-17
/
+0
*
Fix python examples to use read-write conn
Dan Kenigsberg
2009-07-06
1
-1
/
+1
*
Fix python domain events example & binding
Daniel P. Berrange
2009-05-28
1
-0
/
+1
*
Add virInterface APIs to python code generator
Daniel P. Berrange
2009-05-21
3
-3
/
+67
*
Better error reporting if 'import libvirtmod' fails
Cole Robinson
2009-05-19
1
-2
/
+6
*
Fix crash after calling virConnectClose
Daniel P. Berrange
2009-04-01
1
-0
/
+3
*
Fix generation of networkCreateXML and storagePoolCreateXML
Daniel P. Berrange
2009-04-01
1
-0
/
+6
*
update .gitignore and .hgignore files
Jim Meyering
2009-03-03
1
-0
/
+1
*
Internal driver API for sVirt support (James Morris & Dan Walsh)
Daniel P. Berrange
2009-03-03
1
-0
/
+2
*
Ignore some generated autotools files in example app
Daniel P. Berrange
2009-03-02
1
-0
/
+1
*
* python/Makefile.am: avoid a parallel make issue #472702
Daniel Veillard
2009-02-26
1
-2
/
+5
*
Fix building python bindings: Skip bindings for virSaveLastError and
Cole Robinson
2009-02-16
1
-0
/
+2
*
Use global thread-local error for all python error reporting
Daniel P. Berrange
2009-01-20
2
-26
/
+25
*
Replace __FUNCTION__ with __func__ for better portability (John Levon)
Daniel P. Berrange
2008-12-18
1
-2
/
+2
*
Fix gcc-ism in python build (John Levon)
Daniel P. Berrange
2008-12-18
1
-2
/
+3
*
syntax-check: enforce the no-cvs-keywords prohibition
Jim Meyering
2008-12-15
1
-2
/
+0
*
Support domain lifecycle events for Xen (Ben Guthro & Daniel Berrange)
Daniel P. Berrange
2008-11-25
1
-1
/
+2
*
Fix python bindings events code (David Lively)
Daniel P. Berrange
2008-11-24
5
-42
/
+178
*
Python binding for node device APIs (David Lively)
Daniel P. Berrange
2008-11-21
5
-3
/
+149
*
Add a virFreeCallback to event loop APIs
Daniel P. Berrange
2008-11-19
3
-6
/
+34
*
Change public API for virEventAddHandle to allow multiple registrations per FD
Daniel P. Berrange
2008-11-19
1
-4
/
+4
*
Add a virFreeCallback to virDomainEventRegister (from David Lively)
Daniel P. Berrange
2008-11-19
1
-1
/
+1
[next]