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
*
Fix python code generation for storage APIs
Daniel P. Berrange
2008-05-29
1
-0
/
+25
*
Don't free C object after destroy method in python
Daniel P. Berrange
2008-05-21
1
-6
/
+1
*
Python header workaround
Daniel P. Berrange
2008-04-18
1
-0
/
+5
*
Work around Python.h name-space pollution.
Jim Meyering
2008-04-18
1
-1
/
+6
*
convert TAB-based indentation in C sources to use only spaces
Jim Meyering
2008-04-10
2
-22
/
+22
*
remove Vim and Emacs variable settings from C source files
Jim Meyering
2008-04-10
1
-14
/
+0
*
Fix potential infinite loop in python generator
v0.4.2
LIBVIRT_0_4_2
Daniel Veillard
2008-04-08
1
-0
/
+3
*
Fix typo "informations" -> "information" (Atsushi SAKAI and
Richard W.M. Jones
2008-03-14
3
-7
/
+7
*
Many typos fixed (Atsushi SAKAI).
v0.4.1
LIBVIRT_0_4_1
Richard W.M. Jones
2008-02-29
3
-8
/
+8
*
Added python binding for storage APIs
Daniel P. Berrange
2008-02-20
4
-3
/
+437
*
Python bindings return values fixes
Daniel Veillard
2008-02-07
1
-11
/
+13
*
Remove all trailing blanks; turn on the rule to detect them.
Jim Meyering
2008-02-05
6
-11
/
+11
*
Enable the <config.h>-requiring test; fix violations
Jim Meyering
2008-01-29
2
-2
/
+2
*
Given code like if (foo) free (foo); remove the useless "if (foo) " part.
Jim Meyering
2008-01-29
1
-1
/
+1
*
Make python generator fail build on any missing APIs
Daniel P. Berrange
2008-01-21
2
-92
/
+43
*
Add missing vcpu/schedular APIs to python binding
Daniel P. Berrange
2008-01-21
3
-0
/
+352
*
Handle PyTuple_New's malloc failure.
Jim Meyering
2008-01-17
1
-6
/
+10
*
Factor out some duplication.
Jim Meyering
2008-01-17
1
-103
/
+58
*
Use a variable name as sizeof argument, not a type name.
Jim Meyering
2007-12-11
1
-6
/
+6
*
Include "config.h" in remaining non-generated files.
Jim Meyering
2007-12-07
2
-2
/
+6
*
* python/generator.py python/libvir.c python/libvirt-python-api.xml:
Daniel Veillard
2007-12-07
3
-0
/
+48
*
Add manual impl of virConnectOpenAuth python binding
Daniel P. Berrange
2007-12-05
2
-0
/
+129
*
Wed Dec 5 13:48:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
Richard W.M. Jones
2007-12-05
2
-4
/
+4
*
Fri Nov 30 11:04:00 GMT 2007 Richard W.M. Jones <rjones@redhat.com>
Richard W.M. Jones
2007-11-30
3
-10
/
+24
*
Thu Nov 29 17:40:00 GMT 2007 Richard W.M. Jones <rjones@redhat.com>
Richard W.M. Jones
2007-11-29
1
-3
/
+12
*
Make "make distcheck" work.
Jim Meyering
2007-11-15
2
-1
/
+7
*
* python/generator.py python/libvir.c python/libvirt-python-api.xml:
v0.3.3
LIBVIRT_0_3_3
Daniel Veillard
2007-09-30
3
-0
/
+85
*
* libvirt.spec.in NEWS docs/* po/*: preparing release 0.3.1
v0.3.2
v0.3.1
LIBVIRT_0_3_2
LIBVIRT_0_3_1
Daniel Veillard
2007-07-24
1
-4
/
+0
*
Tue Jun 26 14:40:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
v0.3.0
LIBVIRT_0_3_0
Richard W.M. Jones
2007-06-26
1
-18
/
+14
*
Mon Jun 25 16:55:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
Richard W.M. Jones
2007-06-25
1
-0
/
+4
*
Fri Jun 15 08:53:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
Richard W.M. Jones
2007-06-15
1
-9
/
+9
*
+Tue May 29 15:56:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
v0.2.3
LIVIRT_0_2_3
Richard W.M. Jones
2007-05-29
3
-0
/
+70
*
Fixed exception reporting for domain/network operations
v0.2.2
LIBVIRT_0_2_2
Daniel P. Berrange
2007-04-16
2
-17
/
+40
*
Added vir*GetAutostart APIs to python
Daniel P. Berrange
2007-04-10
2
-0
/
+62
*
* python/generator.py: Python bindings now throw exceptions
Richard W.M. Jones
2007-03-28
1
-9
/
+121
*
* python/generator.py: patch from Tatsuro Enokura to fix
v0.2.1
LIBVIRT_0_2_1
Daniel Veillard
2007-03-16
1
-2
/
+5
*
* python/generator.py: fix the python binding generation for
Daniel Veillard
2007-03-15
1
-0
/
+4
*
Added python bindings for networking APIs
Daniel P. Berrange
2007-03-09
5
-2
/
+250
*
Fixed up numerous compiler warnings
Daniel P. Berrange
2007-03-06
4
-5
/
+8
*
Thu Mar 01 16:17:48 EST 2007 Mark McLoughlin <markmc@redhat.com>
Mark McLoughlin
2007-03-01
1
-0
/
+1
*
Blacklist vshRunConsole from python
v0.2.0
LIBVIRT_0_2_0
Daniel P. Berrange
2007-02-14
1
-1
/
+2
*
Mon Jan 23 14:36:18 IST 2007 Mark McLoughlin <markmc@redhat.com>
Mark McLoughlin
2007-01-23
1
-3
/
+3
*
Added binding for virConnectListDefinedDomains api
v0.1.9
v0.1.11
v0.1.10
LIBVIRT_0_1_9
LIBVIRT_0_1_11
LIBVIRT_0_1_10
Daniel P. Berrange
2006-11-16
3
-0
/
+53
*
Fix unsigned long wraparound in python binding
Daniel P. Berrange
2006-11-15
3
-2
/
+15
*
Fixed string concatenation in case where there is no lower level error
Daniel P. Berrange
2006-11-10
1
-1
/
+4
*
* python/generator.py: changed the generator to generate a reference
Daniel Veillard
2006-11-09
1
-0
/
+10
*
Propagate libvirt errors back with python exceptions
Daniel P. Berrange
2006-11-07
3
-4
/
+128
*
Make python bindings threaded, by dropping/acquiring Python GIL where needed
Daniel P. Berrange
2006-10-24
3
-3
/
+78
*
* python/libvir.c: Pete Vetere pointed out a bug in string cast
v0.1.8
v0.1.7
v0.1.6
LIBVIRT_0_1_8
LIBVIRT_0_1_7
LIBVIRT_0_1_6
Daniel Veillard
2006-08-29
1
-4
/
+4
*
* python/generator.py: fix the generator when handling long integers
v0.1.4
LIBVIRT_0_1_4
Daniel Veillard
2006-08-04
1
-2
/
+2
[next]