summaryrefslogtreecommitdiff
path: root/src/python-systemd/_journal.c
AgeCommit message (Expand)Author
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek
2014-02-20macro: introduce nice macro for disabling -Wmissing-prototypes warnigsLennart Poettering
2014-01-31util: use alloca0() intead of alloca() + memzero()Lennart Poettering
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH
2013-05-08systemd-python: add __version__ stringsZbigniew Jędrzejewski-Szmek
2013-03-19systemd-python: small cleanupsZbigniew Jędrzejewski-Szmek
2013-02-22python: add systemd.id128 moduleZbigniew Jędrzejewski-Szmek
2012-11-13systemd-python: fix nesting of #ifs and #pragmasZbigniew Jędrzejewski-Szmek
2012-09-13python: make gcc shut upLennart Poettering
2012-09-13python: fix error handling, and allocate argument array on the stackLennart Poettering
2012-09-13python: reindent to follow coding styleLennart Poettering
2012-09-13python: change license to LGPL 2.1Lennart Poettering
2012-09-13python: integrate David Strauss' python-systemd packageLennart Poettering