Systemd/src/python-systemd
Zbigniew Jędrzejewski-Szmek a688baa8b7 journal: add ability to filter by current user
This is the just the library part.

SD_JOURNAL_CURRENT_USER flags is added to sd_j_open(), to open
files from current user.

SD_JOURNAL_SYSTEM_ONLY is renamed to SD_JOURNAL_SYSTEM,
and changed to mean to (also) open system files. This way various
flags can be combined, which gives them nicer semantics, especially
if other ones are added later.

Backwards compatibility is kept, because SD_JOURNAL_SYSTEM_ONLY
is equivalent to SD_JOURNAL_SYSTEM if used alone, and before there
we no other flags.
2013-06-10 10:10:06 -04:00
..
docs systemd-python: wrap sd_login_monitor 2013-05-09 18:13:33 -04:00
.gitignore python: build html docs using sphinx 2013-02-22 16:57:43 +01:00
__init__.py python: change license to LGPL 2.1 2012-09-13 04:06:11 +02:00
_daemon.c systemd-python: wrap sd_login_monitor 2013-05-09 18:13:33 -04:00
_journal.c systemd-python: add __version__ strings 2013-05-08 21:34:44 -04:00
_reader.c journal: add ability to filter by current user 2013-06-10 10:10:06 -04:00
daemon.py systemd-python: add __version__ strings 2013-05-08 21:34:44 -04:00
id128.c systemd-python: add __version__ strings 2013-05-08 21:34:44 -04:00
journal.py systemd-python: do not attempt to convert str to bytes 2013-05-16 00:45:06 -04:00
login.c systemd-python: allow threads around flush 2013-05-09 18:28:24 -04:00
Makefile python: integrate David Strauss' python-systemd package 2012-09-13 04:01:18 +02:00
pyutil.c systemd-python: use consistent indentation 2013-05-09 18:28:23 -04:00
pyutil.h systemd-python: wrap sd_login_monitor 2013-05-09 18:13:33 -04:00