summaryrefslogtreecommitdiff
path: root/src/python-systemd/_journal.c
Commit message (Expand)AuthorAgeFilesLines
* macro: introduce nice macro for disabling -Wmissing-prototypes warnigsLennart Poettering2014-02-201-5/+4
* util: use alloca0() intead of alloca() + memzero()Lennart Poettering2014-01-311-2/+1
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-311-1/+2
* systemd-python: add __version__ stringsZbigniew Jędrzejewski-Szmek2013-05-081-2/+19
* systemd-python: small cleanupsZbigniew Jędrzejewski-Szmek2013-03-191-1/+1
* python: add systemd.id128 moduleZbigniew Jędrzejewski-Szmek2013-02-221-1/+1
* systemd-python: fix nesting of #ifs and #pragmasZbigniew Jędrzejewski-Szmek2012-11-131-2/+2
* python: make gcc shut upLennart Poettering2012-09-131-0/+5
* python: fix error handling, and allocate argument array on the stackLennart Poettering2012-09-131-28/+12
* python: reindent to follow coding styleLennart Poettering2012-09-131-96/+90
* python: change license to LGPL 2.1Lennart Poettering2012-09-131-0/+21
* python: integrate David Strauss' python-systemd packageLennart Poettering2012-09-131-0/+137