python-systemd/systemd
Zbigniew Jędrzejewski-Szmek a54a7a2f51 Update to constants from systemd-233
In systemd-233 the format of the constants file changed to use
SD_ID128_MAKE_STR macro and long lines are broken with '\'.
Doing this in sed is too anyoing — add a simple python script to
do the processing.
2017-03-25 21:33:05 -04:00
..
test journal: do not convert extra args to string in JournalHandler 2017-03-19 15:07:59 -04:00
.gitignore Store id128-constants.h in the repository 2016-09-21 20:16:37 -04:00
__init__.py tree-wide: systemd→python-systemd in headers 2015-08-07 11:49:56 -04:00
_daemon.c daemon: properly skip sd_is_socket_sockaddr calls if not available 2017-03-19 13:17:13 -04:00
_journal.c tree-wide: systemd→python-systemd in headers 2015-08-07 11:49:56 -04:00
_reader.c _daemon,_reader: return ENOSYS instead of NotImplemented 2016-12-15 20:57:44 -05:00
daemon.py Adjust import order, spacing, operators as recommended by pylint 2017-03-12 12:27:49 -04:00
id128-constants.h Update to constants from systemd-233 2017-03-25 21:33:05 -04:00
id128-defines.h Update to constants from systemd-233 2017-03-25 21:33:05 -04:00
id128.c Store id128-constants.h in the repository 2016-09-21 20:16:37 -04:00
journal.py journal: fix repr of JournalHandler to match python3.6 2017-03-25 12:31:45 -04:00
login.c Reformat documentation to be more PEP257-compliant 2016-09-20 09:38:36 -04:00
macro.h tree-wide: systemd→python-systemd in headers 2015-08-07 11:49:56 -04:00
pyutil.c tree-wide: systemd→python-systemd in headers 2015-08-07 11:49:56 -04:00
pyutil.h daemon: wrap sd_pid_notify[_with_pids] 2015-10-26 22:51:27 -04:00
strv.c tree-wide: systemd→python-systemd in headers 2015-08-07 11:49:56 -04:00
strv.h tree-wide: systemd→python-systemd in headers 2015-08-07 11:49:56 -04:00
util.c Fix handling of addresses without port and add tests 2016-12-15 21:15:51 -05:00
util.h daemon: add basic support for sd_is_socket_sockaddr 2016-12-15 21:00:08 -05:00