summaryrefslogtreecommitdiff
path: root/libmount/python
Commit message (Expand)AuthorAgeFilesLines
* pylibmount: properly mark initialization functionThomas Weißschuh2022-11-101-2/+2
* meson: use -Wno-cast-function-type for libmount python bindingsThomas Weißschuh2022-11-101-0/+1
* libmount: check errno after strto..()Karel Zak2021-06-211-0/+3
* meson: add second build systemZbigniew Jędrzejewski-Szmek2021-03-171-0/+34
* pylibmount: PyEval_Call* is deprecate, use PyObject_Call*Karel Zak2021-03-151-1/+1
* libmount: (python) fix compiler warningKarel Zak2021-02-171-1/+1
* libmount: do not use pointer as an integer valueSami Kerola2020-09-022-2/+2
* Merge branch 'clang' of https://github.com/neheb/util-linuxKarel Zak2020-04-223-14/+22
|\
| * [clang-tidy] do not use else after returnRosen Penev2020-04-203-14/+22
* | pylibmount: cleanup and sync UL_RaiseExcKarel Zak2020-04-221-8/+20
|/
* libmount: add support for signed verity devicesLuca Boccassi2020-01-131-0/+1
* verity: add support for Forward Error Correction optionsLuca Boccassi2019-12-101-0/+3
* verity: add new verity.roothashfile optionLuca Boccassi2019-12-101-0/+1
* libmount: add support for verity devices via libcryptsetupLuca Boccassi2019-12-051-0/+3
* cleanup: Remove some spurious spacesElliott Mitchell2019-10-011-1/+1
* docs: fix typos [codespell]Sami Kerola2019-02-181-1/+1
* build-sys: add -Wno-cast-function-type for pythonKarel Zak2018-07-181-1/+1
* * break up large strings for PySys_WriteStdout()Frank Schaefer2018-07-101-13/+43
* libmount: fix Python get_propagationGiuseppe Scrivano2017-09-211-8/+5
* pylibmount: NULL terminate kwlist in Context_initZac Medico2017-06-071-1/+1
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-204-70/+70
* build-sys: don't clean *.img filesRuediger Meier2016-12-091-2/+0
* misc: Fix various typosSebastian Rasmussen2016-05-314-11/+11
* pylibmount: include c.hKarel Zak2016-04-181-0/+1
* build-sys: pylibmount, mount context is Linux onlyRuediger Meier2016-03-213-2/+10
* Revert "include sysmacros.h where used"Karel Zak2016-03-081-1/+0
* include sysmacros.h where usedMike Frysinger2016-03-081-0/+1
* Revert "build-sys: Order pylibmount after usrlib on install"Filipe Brandenburger2016-02-051-12/+2
* build-sys: Order pylibmount after usrlib on installFilipe Brandenburger2016-01-261-2/+12
* docs: fix "behaviour" vs. "behavior"Karel Zak2014-06-061-2/+2
* tests: fix python tests for dist and out-of-tree buildsRuediger Meier2014-06-041-0/+4
* build-sys: use automake's PYTHON primary for __init__.pyRuediger Meier2014-06-031-3/+1
* build-sys: libmount/python/__init__.py is always a dist fileRuediger Meier2014-03-131-2/+1
* pylibmount: import directly from pylibmount in testsKarel Zak2014-01-143-3/+9
* pylibmount: remove unncessary subdirectoryKarel Zak2014-01-142-1/+1
* pylibmount: correctly import from pylibmount.soDave Reisner2013-12-021-1/+1
* various: fix mixing declarations and code compiler warnings [smatch]Sami Kerola2013-10-082-2/+4
* pylibmount: check for mnt_fs_get_tag() return value [coverity scan]Karel Zak2013-10-011-1/+2
* pylibmount: make tab parsers more robust [coverity scan]Karel Zak2013-10-011-3/+3
* build-sys: one install dir for all pylibmount stuffKarel Zak2013-09-271-4/+6
* build-sys: add pylibmount __init__.py EXTRA_DISTKarel Zak2013-09-261-0/+2
* build-sys: install to the correct python dirsKarel Zak2013-09-261-1/+3
* pylibmount: rewrite to be py2/py3 universalOndrej Oprala2013-09-208-116/+203
* build-sys: support --with-python[={2,3}]Karel Zak2013-09-201-2/+1
* pylibmount: improve helps strings formattingKarel Zak2013-08-221-218/+214
* pylibmount: add debug messagesKarel Zak2013-08-225-6/+114
* pylibmount: use libmount reference countingKarel Zak2013-08-225-26/+33
* pylibmount: remove Context_get_table()Karel Zak2013-08-211-29/+0
* pylibmount: cleanup cxt usageKarel Zak2013-08-212-73/+15
* pylibmount: remove unnecessary codeKarel Zak2013-08-201-1/+0