summaryrefslogtreecommitdiff
path: root/systemd/_journal.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: systemd→python-systemd in headersZbigniew Jędrzejewski-Szmek2015-08-071-3/+3
* Update LICENSE file and classifiersZbigniew Jędrzejewski-Szmek2015-07-051-1/+0
* build-sys: update setup.py to build everythingZbigniew Jędrzejewski-Szmek2015-07-051-1/+2
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2015-07-051-1/+1
* macro: introduce nice macro for disabling -Wmissing-prototypes warnigsLennart Poettering2015-07-051-5/+4
* util: use alloca0() intead of alloca() + memzero()Lennart Poettering2015-07-051-2/+1
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2015-07-051-1/+2
* systemd-python: add __version__ stringsZbigniew Jędrzejewski-Szmek2015-07-051-2/+19
* systemd-python: small cleanupsZbigniew Jędrzejewski-Szmek2015-07-051-1/+1
* python: add systemd.id128 moduleZbigniew Jędrzejewski-Szmek2015-07-051-1/+1
* systemd-python: fix nesting of #ifs and #pragmasZbigniew Jędrzejewski-Szmek2015-07-051-2/+2
* python: make gcc shut upLennart Poettering2015-07-051-0/+5
* python: fix error handling, and allocate argument array on the stackLennart Poettering2015-07-051-28/+12
* python: reindent to follow coding styleLennart Poettering2015-07-051-96/+90
* python: change license to LGPL 2.1Lennart Poettering2015-07-051-0/+21
* python: integrate David Strauss' python-systemd packageLennart Poettering2015-07-051-0/+3
* Fix for Python 3.David Strauss2012-09-061-1/+1
* Make installable.David Strauss2012-09-061-0/+134