summaryrefslogtreecommitdiff
path: root/libvirt-lxc-override.c
Commit message (Expand)AuthorAgeFilesLines
* debug: Fix bit-rot in debug outputPhilipp Hahn2020-07-271-1/+1
* Drop support for python 2Daniel P. Berrangé2019-12-041-41/+10
* Fix regression in lxcOpenNamespaceSergei Turchanov2019-06-261-1/+1
* Fix comparisons between signed & unsigned integersDaniel P. Berrange2017-09-261-1/+1
* use VYR_PY_LIST_SET_GOTO and VIR_PY_LIST_APPEND_GOTOPavel Hrdina2015-10-051-11/+2
* Must check return value for all Py*_New functionsPavel Hrdina2015-10-051-3/+7
* Return NULL if python exception is setPavel Hrdina2015-10-051-1/+1
* fix indentationPavel Hrdina2015-10-051-15/+15
* indent labels by one spacePavel Hrdina2015-10-051-1/+1
* cleanup functions definitionPavel Hrdina2015-10-051-1/+2
* Move utils and shared code into libvirt-utilsPavel Hrdina2015-10-051-7/+0
* Fix rest of unsigned integer handlingPeter Krempa2014-10-221-1/+1
* override: Replace Py{Int,Long}_FromLong with helpersDaniel P. Berrange2013-12-111-1/+1
* override: Fix native module registration to work with Python3Daniel P. Berrange2013-12-111-18/+55
* Import VIR_ALLOC / VIR_ALLOC_N / VIR_REALLOC_N functionsDaniel P. Berrange2013-11-221-0/+1
* Update header file includesDaniel P. Berrange2013-11-221-6/+2
* Fix leaks in python bindingsCVE-2013-4297Ján Tomko2013-09-031-0/+1
* python: Fix a PyList usage mistakev1.1.2-rc2v1.1.2CVE-2013-4292CVE-2013-4291Guan Qiang2013-08-291-1/+1
* Convert 'int i' to 'size_t i' in python/ filesDaniel P. Berrange2013-07-101-1/+1
* python: Remove the whitespace before ";"v1.0.6-rc1Osier Yang2013-05-211-2/+2
* syntax-check: Only allows to include public headers in external toolsOsier Yang2013-04-181-2/+2
* Introduce an LXC specific public API & libraryDaniel P. Berrange2013-01-141-0/+141