index
:
openslx/kernel-qcow2-util-linux.git
kernel-qcow2
master
xloop-hack
In-kernel qcow2 (losetup)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libmount
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: fix typos [codespell]
Sami Kerola
2019-02-18
1
-1
/
+1
*
build-sys: add -Wno-cast-function-type for python
Karel Zak
2018-07-18
1
-1
/
+1
*
* break up large strings for PySys_WriteStdout()
Frank Schaefer
2018-07-11
1
-13
/
+43
*
libmount: fix Python get_propagation
Giuseppe Scrivano
2017-09-21
1
-8
/
+5
*
pylibmount: NULL terminate kwlist in Context_init
Zac Medico
2017-06-08
1
-1
/
+1
*
misc: do not use plain 0 as NULL [smatch scan]
Sami Kerola
2017-02-20
4
-70
/
+70
*
build-sys: don't clean *.img files
Ruediger Meier
2016-12-09
1
-2
/
+0
*
misc: Fix various typos
Sebastian Rasmussen
2016-05-31
4
-11
/
+11
*
pylibmount: include c.h
Karel Zak
2016-04-18
1
-0
/
+1
*
build-sys: pylibmount, mount context is Linux only
Ruediger Meier
2016-03-21
3
-2
/
+10
*
Revert "include sysmacros.h where used"
Karel Zak
2016-03-08
1
-1
/
+0
*
include sysmacros.h where used
Mike Frysinger
2016-03-08
1
-0
/
+1
*
Revert "build-sys: Order pylibmount after usrlib on install"
Filipe Brandenburger
2016-02-05
1
-12
/
+2
*
build-sys: Order pylibmount after usrlib on install
Filipe Brandenburger
2016-01-26
1
-2
/
+12
*
docs: fix "behaviour" vs. "behavior"
Karel Zak
2014-06-06
1
-2
/
+2
*
tests: fix python tests for dist and out-of-tree builds
Ruediger Meier
2014-06-04
1
-0
/
+4
*
build-sys: use automake's PYTHON primary for __init__.py
Ruediger Meier
2014-06-03
1
-3
/
+1
*
build-sys: libmount/python/__init__.py is always a dist file
Ruediger Meier
2014-03-13
1
-2
/
+1
*
pylibmount: import directly from pylibmount in tests
Karel Zak
2014-01-14
3
-3
/
+9
*
pylibmount: remove unncessary subdirectory
Karel Zak
2014-01-14
2
-1
/
+1
*
pylibmount: correctly import from pylibmount.so
Dave Reisner
2013-12-02
1
-1
/
+1
*
various: fix mixing declarations and code compiler warnings [smatch]
Sami Kerola
2013-10-08
2
-2
/
+4
*
pylibmount: check for mnt_fs_get_tag() return value [coverity scan]
Karel Zak
2013-10-01
1
-1
/
+2
*
pylibmount: make tab parsers more robust [coverity scan]
Karel Zak
2013-10-01
1
-3
/
+3
*
build-sys: one install dir for all pylibmount stuff
Karel Zak
2013-09-27
1
-4
/
+6
*
build-sys: add pylibmount __init__.py EXTRA_DIST
Karel Zak
2013-09-26
1
-0
/
+2
*
build-sys: install to the correct python dirs
Karel Zak
2013-09-26
1
-1
/
+3
*
pylibmount: rewrite to be py2/py3 universal
Ondrej Oprala
2013-09-20
8
-116
/
+203
*
build-sys: support --with-python[={2,3}]
Karel Zak
2013-09-20
1
-2
/
+1
*
pylibmount: improve helps strings formatting
Karel Zak
2013-08-22
1
-218
/
+214
*
pylibmount: add debug messages
Karel Zak
2013-08-22
5
-6
/
+114
*
pylibmount: use libmount reference counting
Karel Zak
2013-08-22
5
-26
/
+33
*
pylibmount: remove Context_get_table()
Karel Zak
2013-08-21
1
-29
/
+0
*
pylibmount: cleanup cxt usage
Karel Zak
2013-08-21
2
-73
/
+15
*
pylibmount: remove unnecessary code
Karel Zak
2013-08-20
1
-1
/
+0
*
pylibmount: coding style changes, don't touch Context() status
Karel Zak
2013-08-20
2
-54
/
+50
*
pylibmount: use only public libmount API in tab.c
Karel Zak
2013-08-20
1
-34
/
+42
*
pylibmount: cleanup *_HELP strings formatting
Karel Zak
2013-08-20
1
-136
/
+144
*
pylibmount: use mnt_fs_set_userdata() rather than ->userdata
Karel Zak
2013-08-20
1
-12
/
+16
*
pylibmount: fs.c - cleanup, remove libmount private stuff
Karel Zak
2013-08-20
1
-81
/
+97
*
pylibmount: remove bindsrc from fs API
Karel Zak
2013-08-20
1
-41
/
+13
*
pylibmount: cleanup object names
Karel Zak
2013-08-19
6
-313
/
+315
*
pylibmount: coding style changes in tab.c
Karel Zak
2013-08-19
1
-22
/
+53
*
pylibmount: coding style changes in fs.c
Karel Zak
2013-08-19
1
-57
/
+72
*
pylibmount: coding style changes in context.c
Karel Zak
2013-08-19
1
-120
/
+201
*
build-sys: install pylibmount into
Karel Zak
2013-08-19
1
-3
/
+4
*
pylibmount: add regression tests
Ondrej Oprala
2013-08-19
4
-0
/
+394
*
pylibmount: add __init__.py
Ondrej Oprala
2013-08-19
1
-0
/
+2
*
pylibmount: basic code
Ondrej Oprala
2013-08-19
6
-2
/
+3045
*
build-sys: add pylibmount
Karel Zak
2013-08-19
1
-0
/
+21