summaryrefslogtreecommitdiff
path: root/typewrappers.c
Commit message (Expand)AuthorAgeFilesLines
* typewrappers: Drop typecast in libvirt_intWrap()Michal Privoznik2023-02-131-1/+1
* typewrappers: Rework libvirt_uintWrap()Michal Privoznik2023-02-131-1/+1
* typewrappers: Rework libvirt_uintUnwrap()Michal Privoznik2023-02-131-4/+4
* Replace uint with unsigned intBastian Germann2022-09-091-1/+1
* Drop support for python 2Daniel P. Berrangé2019-12-041-119/+14
* Add virDomainCheckpoint APIsEric Blake2019-07-291-0/+13
* Add support for virNetworkPort object & APIsDaniel P. Berrangé2019-06-201-0/+13
* Add support for nwfilter binding objects / apisDaniel P. Berrangé2018-06-281-0/+13
* typewrappers: Fix libvirt_charPtrUnwrap to set an exception if it failsPavel Hrdina2018-06-121-1/+4
* Fix comparisons between signed & unsigned integersDaniel P. Berrange2017-09-261-1/+1
* Use VIR_PY_NONE instead of increment and Py_NonePavel Hrdina2015-10-051-36/+18
* fix indentationPavel Hrdina2015-10-051-4/+4
* cleanup functions definitionPavel Hrdina2015-10-051-10/+22
* Fix libvirt_longlongWrap returning a very large valueZhou Yimin2014-08-111-1/+1
* Rewrite libvirt_charPtrUnwrap to work with Python 3.0->3.2Daniel P. Berrange2013-12-121-8/+11
* override: Switch virStreamSend wrapper to use libvirt_charPtrSizeUnwrapDaniel P. Berrange2013-12-111-0/+27
* typewrappers: PyInt/PyLong merge for Python3Daniel P. Berrange2013-12-111-5/+28
* typewrappers: Replace use of PyString classDaniel P. Berrange2013-12-111-0/+19
* override: Replace Py{Int,Long}_FromLong with helpersDaniel P. Berrange2013-12-111-0/+8
* override: Replace PyString_AsString with libvirt_charPtrUnwrapDaniel P. Berrange2013-12-111-0/+18
* Don't free passed in args in libvirt_charPtrWrap / libvirt_charPtrSizeWrapDaniel P. Berrange2013-12-111-2/+0
* Add missing binding of security model/label APIsv1.2.0-rc2Daniel P. Berrange2013-11-271-0/+9
* Import VIR_ALLOC / VIR_ALLOC_N / VIR_REALLOC_N functionsDaniel P. Berrange2013-11-221-0/+1
* Update header file includesDaniel P. Berrange2013-11-221-4/+0
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* python: keep consistent handling of Python integer conversionGuannan Ren2012-10-081-2/+6
* python: return error if PyObject obj is NULL for unwrapper helper functionsGuannan Ren2012-09-281-2/+41
* Fix compilation error on 32bitStefan Berger2012-04-101-0/+4
* python: improve conversion validationv0.9.11showEric Blake2012-03-311-7/+20
* python: Add new helper functions for python to C integral conversionGuannan Ren2012-03-281-0/+132
* Cleanup for a return statement in source filesMartin Kletzander2012-03-261-38/+38
* python: use libvirt_util to avoid raw freeEric Blake2012-02-031-3/+5
* python: drop redundant functionEric Blake2012-02-031-13/+0
* python: Implement virStreamSend/RecvCole Robinson2011-06-211-0/+14
* python: Use PyCapsule API if availablev0.8.8Cole Robinson2011-01-101-39/+50
* nwfilter: python bindings for nwfilterStefan Berger2010-04-291-0/+13
* Snapshot API framework.Chris Lalancette2010-04-051-0/+15
* Introduce public API for domain async job handlingv0.7.7Daniel P. Berrange2010-03-021-0/+8
* Add public API definition for data stream handlingDaniel P. Berrange2009-09-291-0/+13
* Re-arrange python generator to make it clear what's auto-generatedDaniel P. Berrange2009-09-211-0/+269