| Commit message (Expand) | Author | Age | Files | Lines |
* | meson: use join_paths consistently | Michael Biebl | 2017-04-23 | 1 | -2/+2 |
* | meson: properly conditionalize polkit installation | Zbigniew Jędrzejewski-Szmek | 2017-04-23 | 1 | -1/+1 |
* | meson: define tests | Zbigniew Jędrzejewski-Szmek | 2017-04-23 | 1 | -0/+14 |
* | meson: build systemd using meson | Zbigniew Jędrzejewski-Szmek | 2017-04-23 | 1 | -0/+28 |
* | basic/log: fix _printf_ annotation on log_object_internalv | Zbigniew Jędrzejewski-Szmek | 2017-04-20 | 1 | -0/+3 |
* | tree-wide: make bus_map_all_properties return a proper sd_bus_error | Lennart Poettering | 2017-02-09 | 1 | -1/+4 |
* | tree-wide: drop NULL sentinel from strjoin | Zbigniew Jędrzejewski-Szmek | 2016-10-23 | 1 | -3/+3 |
* | tree-wide: use %m in calls to sd_bus_error_set_errnof | Zbigniew Jędrzejewski-Szmek | 2016-09-13 | 1 | -3/+3 |
* | tests: fix memory leak in test-keymap-util | Evgeny Vereshchagin | 2016-06-19 | 1 | -2/+2 |
* | systemctl: make sure we terminate the bus connection first, and then close th... | Lennart Poettering | 2016-06-16 | 1 | -1/+2 |
* | test-keymap-util: use kbd-model-map/language-fallback-map from $(srcdir) | Zbigniew Jędrzejewski-Szmek | 2016-06-11 | 2 | -28/+53 |
* | keymap-util: also "convert" 'ru' to 'ru' | Zbigniew Jędrzejewski-Szmek | 2016-06-06 | 2 | -1/+9 |
* | localed: also report when we couldn't convert X11→console | Zbigniew Jędrzejewski-Szmek | 2016-06-06 | 2 | -7/+16 |
* | localed: be more verbose when keymap conversion to X11 fails | Zbigniew Jędrzejewski-Szmek | 2016-06-06 | 1 | -6/+7 |
* | keymap-util: add tests and fix one small bug | Zbigniew Jędrzejewski-Szmek | 2016-06-06 | 3 | -2/+220 |
* | localed: split out keymap parsing to a separate file | Zbigniew Jędrzejewski-Szmek | 2016-06-06 | 3 | -686/+768 |
* | localed: get rid of duplicated enum and string table | Zbigniew Jędrzejewski-Szmek | 2016-06-06 | 1 | -85/+68 |
* | util-lib: make localed's nonempty() generic, rename it to empty_to_null() and... | Lennart Poettering | 2016-05-30 | 1 | -22/+7 |
* | locale: Language fallbacks for fr_(BE|CA|CH|LU) to fr_FR (#3178) | Sylvain Plantefève | 2016-05-02 | 1 | -0/+4 |
* | localed: downgrade libxkbcommon to an optional runtime dependency | Lennart Poettering | 2016-04-12 | 1 | -10/+66 |
* | localectl: align output of 'localectl status' command | Yu Watanabe | 2016-03-24 | 1 | -2/+2 |
* | localectl: remove unnecessary line break | Yu Watanabe | 2016-03-24 | 1 | -1/+1 |
* | selinux: always try to load the full selinux db | Zbigniew Jędrzejewski-Szmek | 2016-03-01 | 1 | -1/+1 |
* | Merge pull request #2671 from 0xAX/move-pager-open-to-one-place | Zbigniew Jędrzejewski-Szmek | 2016-02-25 | 1 | -11/+3 |
|\ |
|
| * | tree-wide: merge pager_open_if_enabled() to the pager_open() | Alexander Kuleshov | 2016-02-26 | 1 | -11/+3 |
* | | tree-wide: make ++/-- usage consistent WRT spacing | Vito Caputo | 2016-02-22 | 1 | -1/+1 |
|/ |
|
* | tree-wide: remove Emacs lines from all files | Daniel Mack | 2016-02-10 | 2 | -4/+0 |
* | tree-wide: check if errno is greater then zero | Zbigniew Jędrzejewski-Szmek | 2016-01-13 | 1 | -1/+1 |
* | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering | 2015-11-27 | 2 | -11/+10 |
* | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering | 2015-10-27 | 1 | -0/+1 |
* | user-util: move UID/GID related macros from macro.h to user-util.h | Lennart Poettering | 2015-10-27 | 1 | -0/+1 |
* | util: move filename_is_valid() and path_is_safe() to path-util.[ch] | Lennart Poettering | 2015-10-27 | 1 | -9/+10 |
* | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering | 2015-10-25 | 2 | -4/+6 |
* | bus-util: rename bus_open_transport() to bus_connect_transport() | Lennart Poettering | 2015-09-29 | 1 | -1/+1 |
* | util: introduce common version() implementation and use it everywhere | Lennart Poettering | 2015-09-29 | 1 | -14/+12 |
* | locale: kill free_and_replace() | Daniel Mack | 2015-09-09 | 1 | -24/+30 |
* | basic: rework virtualization detection API | Lennart Poettering | 2015-09-07 | 1 | -1/+1 |
* | bus-util: support details in CheckAuthorization calls | Michael Chapman | 2015-09-06 | 1 | -0/+3 |
* | locale: add printf attribute to log_xkb() | Cristian Rodríguez | 2015-08-30 | 1 | -0/+1 |
* | strv: convert strv_split_quotes into a generic strv_split_extract | Richard Maw | 2015-08-07 | 1 | -3/+3 |
* | Merge branch 'hostnamectl-dot-v2' | Zbigniew Jędrzejewski-Szmek | 2015-08-05 | 1 | -5/+0 |
|\ |
|
| * | hostname-util: add relax parameter to hostname_is_valid | Zbigniew Jędrzejewski-Szmek | 2015-08-05 | 1 | -5/+0 |
* | | tree-wide: fix indentation | Thomas Hindoe Paaboel Andersen | 2015-08-06 | 1 | -3/+3 |
* | | tree-wide: port everything over to fflush_and_check() | Lennart Poettering | 2015-07-29 | 1 | -7/+17 |
|/ |
|
* | sd-bus: introduce new sd_bus_flush_close_unref() call | Lennart Poettering | 2015-07-03 | 2 | -3/+3 |
* | tree-wide: fix memory leaks in users of bus_map_all_properties() | David Herrmann | 2015-06-14 | 1 | -13/+22 |
* | treewide: Correct typos and spell plural of bus consistent | Torstein Husebø | 2015-05-11 | 1 | -2/+2 |
* | sd-bus: drop bus parameter from message callback prototype | Lennart Poettering | 2015-04-29 | 1 | -10/+22 |
* | util: rework word parsing and c unescaping code | Lennart Poettering | 2015-03-26 | 1 | -3/+3 |
* | remove unused includes | Thomas Hindoe Paaboel Andersen | 2015-02-23 | 2 | -7/+0 |