summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* lvmdbus: Add new daemon.Alasdair G Kergon2016-02-171-3/+13
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* gitignore: Update for in-place build.Alasdair G Kergon2015-07-271-0/+2
* python: Check for NULL value before constructing string propertyTony Asleson2015-05-061-1/+5
* python: Build correct python value for numerical propertyTony Asleson2015-05-061-3/+8
* python: python 3 compat patch for lvm2bkabrda@redhat.com2015-04-292-38/+83
* python: Fix ws liblvm.cTony Asleson2015-04-101-5/+5
* python: Make lv addTag/removeTag persistentTony Asleson2015-04-101-9/+18
* makefiles: standard usage of make.tmplZdenek Kabelac2014-11-221-5/+10
* lvm2api: use fully initilized structZdenek Kabelac2014-11-131-3/+4
* cleanup: gcc warningsZdenek Kabelac2014-11-101-1/+2
* lvm2app: update to new lv_create_single APIZdenek Kabelac2014-10-261-9/+5
* compilation: Rename tags variables to tagsl.Alasdair G Kergon2014-01-301-11/+14
* lvm2app: Reset buffer after retrieving error messageTony Asleson2013-11-191-1/+4
* python-lvm: VG/LV name validation.Tony Asleson2013-11-191-0/+40
* python-lvm: Add addl. PV create argumentsTony Asleson2013-11-191-6/+45
* python-lvm: Ensure library handle is correct after python gc() callTony Asleson2013-11-191-116/+103
* python-lvm: Correct namesTony Asleson2013-11-191-7/+7
* python-lvm: Correct parsing arguments for integersTony Asleson2013-07-261-15/+15
* python-lvm: Change exception back to LibLVMerrorTony Asleson2013-07-241-1/+1
* python: Introduce pyexecdirAlasdair G Kergon2013-07-241-1/+1
* python: fix Makefile installation pathAlasdair G Kergon2013-07-241-1/+1
* python: make clean removes build dirZdenek Kabelac2013-07-241-1/+3
* python: make install to prefix dirZdenek Kabelac2013-07-221-2/+2
* cleanup: lvm complient styleZdenek Kabelac2013-07-221-650/+511
* python-lvm: Add call to close/re-open C lib.Tony Asleson2013-07-181-2/+23
* python-lvm: Bug fixes from unit tests.Tony Asleson2013-07-021-17/+39
* python-lvm: Change snapshot call impl.Tony Asleson2013-07-021-6/+16
* python-lvm: Bindings for thin pool, thin lv creation V3Tony Asleson2013-07-021-0/+121
* python-lvm: Added lv method getOriginTony Asleson2013-07-021-0/+9
* python-lvm: Add method to retrieve lv attr.Tony Asleson2013-07-021-0/+8
* python-lvm: Add pvCreate python methodTony Asleson2013-07-021-0/+21
* python-lvm: Add bindings for lvm_pv_removeTony Asleson2013-07-021-0/+20
* lvm2app: Add function to retrieve list of PVs V3Tony Asleson2013-07-021-8/+144
* lvm2app: No special behavior for 0 for max_snap_size in lvm_lv_snapshot()Andy Grover2012-12-171-2/+2
* python-lvm: Make second lv.snapshot() argument optionalAndy Grover2012-12-141-2/+2
* python-lvm: whitespace in python/liblvm.c.Andy Grover2012-12-141-22/+22
* python-lvm: Small fixups to new create_lv_snapshotAndy Grover2012-12-141-16/+7
* python-lvm: Add snapshot supportJames Antill2012-12-141-0/+39
* Fix Py_BuildValue for i386James Antill2012-12-051-14/+14
* python-lvm: Memory leaks & seg. fault fixesTony Asleson2012-10-251-1/+12
* python-lvm: seg. fault in liblvm_lvm_percent_to_floatTony Asleson2012-10-231-1/+1
* python-lvm: Implement proper refcounting for parent objectsAndy Grover2012-10-171-46/+106
* python-lvm: Update example to work with lvm object removal.Tony Asleson2012-10-151-20/+15
* python-lvm: whitespace and Yoda conditionalsAndy Grover2012-10-151-26/+24
* python-lvm: Remove liblvm objectAndy Grover2012-10-151-172/+97
* python: Add bindings for liblvm2app.Alasdair G Kergon2012-10-124-0/+1910