Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-20 | macro: introduce nice macro for disabling -Wmissing-prototypes warnigs | Lennart Poettering | |
2013-12-03 | trivial coding style clean ups | Thomas Hindoe Paaboel Andersen | |
- Add space between if/for and the opening parentheses - Place the opening brace on same line as the function (not for udev) From the CODING_STYLE Try to use this: void foo() { } instead of this: void foo() { } | |||
2013-08-15 | systemd-python: check for oom, give nicer error messages | Zbigniew Jędrzejewski-Szmek | |
2013-05-09 | systemd-python: allow threads around flush | Zbigniew Jędrzejewski-Szmek | |
flush() is potentially costly. | |||
2013-05-09 | systemd-python: use consistent indentation | Zbigniew Jędrzejewski-Szmek | |
2013-05-09 | systemd-python: wrap sd_login_monitor | Zbigniew Jędrzejewski-Szmek | |
2013-05-08 | systemd-python: add wrappers for easy functions in sd-login | Zbigniew Jędrzejewski-Szmek | |
sd_get_uids, sd_get_seats, sd_get_sessions, and sd_get_machine_names. |