Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | macro: introduce nice macro for disabling -Wmissing-prototypes warnigs | Lennart Poettering | 2014-02-20 | 1 | -6/+5 |
| | |||||
* | trivial coding style clean ups | Thomas Hindoe Paaboel Andersen | 2013-12-03 | 1 | -20/+10 |
| | | | | | | | | | | | | | | - 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() { } | ||||
* | systemd-python: check for oom, give nicer error messages | Zbigniew Jędrzejewski-Szmek | 2013-08-15 | 1 | -1/+1 |
| | |||||
* | systemd-python: allow threads around flush | Zbigniew Jędrzejewski-Szmek | 2013-05-10 | 1 | -0/+2 |
| | | | | flush() is potentially costly. | ||||
* | systemd-python: use consistent indentation | Zbigniew Jędrzejewski-Szmek | 2013-05-10 | 1 | -46/+46 |
| | |||||
* | systemd-python: wrap sd_login_monitor | Zbigniew Jędrzejewski-Szmek | 2013-05-10 | 1 | -0/+209 |
| | |||||
* | systemd-python: add wrappers for easy functions in sd-login | Zbigniew Jędrzejewski-Szmek | 2013-05-09 | 1 | -0/+176 |
sd_get_uids, sd_get_seats, sd_get_sessions, and sd_get_machine_names. |