Age | Commit message (Expand) | Author |
2016-02-15 | time-util: Rename and fix call of deserialize_timestamp_value() | Benjamin Robin |
2016-02-16 | logind: use deserialize_timestamp_value() | Alexander Kuleshov |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen |
2015-11-13 | logind: add a new UserTasksMax= setting to logind.conf | Lennart Poettering |
2015-11-13 | logind: don't assert if the slice is missing | Lennart Poettering |
2015-11-05 | treewide: use the negative error codes returned by our functions | Michal Schmidt |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa... | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out IO related calls to io-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-22 | logind: minor clean-ups | Lennart Poettering |
2015-09-09 | tree-wide: make use of log_error_errno() return value in more cases | Lennart Poettering |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-08-18 | logind: get a fresh file descriptor to clean up a VT | Owen W. Taylor |
2015-08-18 | logind: use open_terminal() instead of open() | Owen W. Taylor |
2015-08-06 | logind,machined: various smaller cleanups | Lennart Poettering |
2015-08-05 | logind: switch to sd_bus_track helper | Daniel Mack |
2015-07-31 | logind: release VT-positions when closing sessions | David Herrmann |
2015-07-29 | tree-wide: port everything over to fflush_and_check() | Lennart Poettering |
2015-07-10 | logind: rename 'pos' to 'position' | David Herrmann |
2015-04-11 | shared: add terminal-util.[ch] | Ronny Chevalier |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-03-15 | logind: check return value of session_release | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | logind: explicitly ignore errors we can do nothing about | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | tree-wide: there is no ENOTSUP on linux | David Herrmann |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-01-28 | logind: handle closing sessions over daemon restarts | Martin Pitt |
2015-01-09 | logind: unify how we cast between uid_t and pointers for hashmap keys | Lennart Poettering |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-28 | log: fix order of log_unit_struct() to match other logging calls | Lennart Poettering |
2014-09-23 | Silence some "unchecked return-value" warnings | David Herrmann |
2014-09-19 | login: pause devices before acknowledging VT switches | David Herrmann |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-09-01 | login: simplify controller handling | David Herrmann |
2014-08-31 | login: fix mem leak | Thomas Hindoe Paaboel Andersen |
2014-08-27 | login: fix memory-leak on DropController() | David Herrmann |
2014-08-19 | hashmap: try to use the existing 64bit hash functions for dev_t if it is 64bit | Lennart Poettering |
2014-08-14 | logind: add new session type "web" for PAM web clients, such as cockpit | Lennart Poettering |
2014-08-13 | login: share VT-signal handler between sessions | David Herrmann |
2014-08-11 | login: set_controller should fail if prepare_vt fails | Olivier Brunel |