index
:
delta/libvirt-python.git
master
libvirt.org: git/libvirt-python.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ci: mark bleeding edge distros as non-gating
Daniel P. Berrangé
2023-04-19
3
-11
/
+18
*
ci: regenerated with lcitool manifest
Daniel P. Berrangé
2023-04-19
11
-18
/
+39
*
Post-release version bump to 9.2.0
v9.2.0
Jiri Denemark
2023-03-01
1
-1
/
+1
*
Fix sign compare offenders
v9.1.0
Michal Privoznik
2023-02-13
2
-11
/
+14
*
Stop typecasting libvirt_intWrap() arguments
Michal Privoznik
2023-02-13
1
-35
/
+35
*
libvirt-override: Don't typecast strlen() in debug printings
Michal Privoznik
2023-02-13
1
-2
/
+2
*
libvirt_virConnectOpenAuth: Avoid plain PyLong_AsLong() call
Michal Privoznik
2023-02-13
1
-2
/
+4
*
libvirt_virNodeGetInfo fix
Michal Privoznik
2023-02-13
1
-1
/
+1
*
typewrappers: Drop typecast in libvirt_intWrap()
Michal Privoznik
2023-02-13
1
-1
/
+1
*
typewrappers: Rework libvirt_uintWrap()
Michal Privoznik
2023-02-13
1
-1
/
+1
*
typewrappers: Rework libvirt_uintUnwrap()
Michal Privoznik
2023-02-13
1
-4
/
+4
*
Post-release version bump to 9.1.0
Jiri Denemark
2023-01-16
1
-1
/
+1
*
override: domain: Implement override for virDomainFDAssociate
v9.0.0
Peter Krempa
2023-01-12
3
-0
/
+85
*
ci: manifest: Define RPM artifacts for regular CentOS Stream 8 build
Erik Skultety
2023-01-06
2
-0
/
+13
*
.gitignore: Ignore more common Python build artifacts
Erik Skultety
2023-01-06
1
-1
/
+7
*
ci: manifest: Define artifacts cache
Erik Skultety
2023-01-05
2
-3
/
+45
*
ci: manifest: Replace 'expiry' with 'expire_in'
Erik Skultety
2023-01-05
1
-1
/
+1
*
ci: Refresh and add Fedora 37 target
Erik Skultety
2023-01-04
9
-59
/
+32
*
Post-release version bump to 9.0.0
Jiri Denemark
2022-12-01
1
-1
/
+1
*
rpm: add explicit build dep on python3-setuptools
v8.10.0
Daniel P. Berrangé
2022-11-23
1
-0
/
+1
*
Post-release version bump to 8.10.0
Jiri Denemark
2022-11-01
1
-1
/
+1
*
ci: Expose built RPMs as artifacts
v8.9.0
Peter Krempa
2022-10-13
2
-2
/
+42
*
Fix memory leak in libvirt_virStreamRecv.
Chris Gunn
2022-10-10
1
-2
/
+6
*
ci: Fix the stage of the api-coverage job
Erik Skultety
2022-10-03
1
-2
/
+2
*
Post-release version bump to 8.9.0
Jiri Denemark
2022-10-03
1
-1
/
+1
*
ci: refresh with latest lcitool manifest
Daniel P. Berrangé
2022-09-30
30
-341
/
+1166
*
Link libvirtmod_* modules also with libvirt
v8.8.0
Bastian Germann
2022-09-09
1
-2
/
+2
*
Replace uint with unsigned int
Bastian Germann
2022-09-09
2
-2
/
+2
*
Post-release version bump to 8.8.0
Jiri Denemark
2022-09-01
1
-1
/
+1
*
Post-release version bump to 8.7.0
v8.7.0
Jiri Denemark
2022-08-01
1
-1
/
+1
*
libvirt-utils: Clear error when guessing typed param type
v8.6.0
Michal Privoznik
2022-07-08
1
-2
/
+4
*
Add VIR_DOMAIN_IOTHREAD_THREAD_POOL_{MIN,MAX} macros
Michal Privoznik
2022-07-08
1
-0
/
+4
*
Post-release version bump to 8.6.0
Jiri Denemark
2022-07-01
1
-1
/
+1
*
setup: make 'clean' command compatible again with distutils
v8.5.0
Pino Toscano
2022-06-25
1
-0
/
+10
*
setup: advertize Python 3.9 and 3.10 support
Daniel P. Berrangé
2022-06-08
1
-0
/
+2
*
examples: remove use of deprecated setDaemon method
Daniel P. Berrangé
2022-06-08
1
-6
/
+10
*
tests: expand AIO tests and add more comments
Daniel P. Berrangé
2022-06-08
1
-8
/
+40
*
tests: use mocks to allow calling virEventRegisterImpl many times
Daniel P. Berrangé
2022-06-08
4
-25
/
+102
*
tests: add libvirtaio test coverage
Chris Gunn
2022-06-08
3
-1
/
+129
*
libvirtaio: add better docs on best practice usage pattern
Daniel P. Berrangé
2022-06-08
1
-2
/
+21
*
libvirtio: lazy create the Event object in drain()
Daniel P. Berrangé
2022-06-08
1
-5
/
+11
*
libvirtaio: convert to using 'async' / 'await' syntax
Chris Gunn
2022-06-08
1
-9
/
+6
*
libvirtaio: drop back compat for python < 3.4.4
Chris Gunn
2022-06-08
1
-11
/
+3
*
Post-release version bump to 8.5.0
Jiri Denemark
2022-06-01
1
-1
/
+1
*
Add an override impl for virDomainRestoreParams and virDomainSaveParams
v8.4.0
Michal Privoznik
2022-05-13
3
-0
/
+105
*
Post-release version bump to 8.4.0
Jiri Denemark
2022-05-02
1
-1
/
+1
*
setup: switch to running API coverage test using pytest
v8.3.0
Daniel P. Berrangé
2022-04-21
2
-5
/
+0
*
sanitytest: skip tests when seeing broken lxml implementation
Daniel P. Berrangé
2022-04-21
1
-2
/
+38
*
sanitytest: turn into a normal python unittest
Daniel P. Berrangé
2022-04-21
1
-29
/
+25
*
sanitytest: move function/enum identification into a helper method
Daniel P. Berrangé
2022-04-21
1
-54
/
+59
[next]