chiark / gitweb /
Remove src/path
[elogind.git] / src / python-systemd / _journal.c
2014-07-31 Zbigniew Jędrzejew... Always prefer our headers to system headers
2014-02-20 Lennart Poetteringmacro: introduce nice macro for disabling -Wmissing...
2014-01-31 Lennart Poetteringutil: use alloca0() intead of alloca() + memzero()
2014-01-31 Greg KHuse memzero(foo, length); for all memset(foo, 0, length...
2013-05-09 Zbigniew Jędrzejew... systemd-python: add __version__ strings
2013-03-20 Zbigniew Jędrzejew... systemd-python: small cleanups
2013-03-01 Zbigniew Jędrzejew... Merge branch 'python-systemd-reader'
2013-02-22 Zbigniew Jędrzejew... python: add systemd.id128 module
2013-01-07 Tom GundersenMerge nss-myhostname
2012-11-13 Zbigniew Jędrzejew... systemd-python: fix nesting of #ifs and #pragmas
2012-09-13 Lennart Poetteringpython: make gcc shut up
2012-09-13 Lennart Poetteringpython: fix error handling, and allocate argument array...
2012-09-13 Lennart Poetteringpython: reindent to follow coding style
2012-09-13 Lennart Poetteringpython: change license to LGPL 2.1
2012-09-13 Lennart Poetteringpython: integrate David Strauss' python-systemd package