| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | logind: open up most bus calls for unpriviliged processes, using PolicyKit | Lennart Poettering | 2015-02-18 | 1 | -3/+24 |
* | language fallback: it_CH (Italian, Swiss) -> it_IT (Italian, Italy) | Daniele Medri | 2015-02-09 | 1 | -0/+1 |
* | Add Silesian and Kashubian to language fallback map | Piotr Drąg | 2015-02-07 | 1 | -0/+2 |
* | localed: add LANGUAGE= fallback when LANG= is specified | Zbigniew Jędrzejewski-Szmek | 2015-02-06 | 1 | -9/+67 |
* | Add language fallback map | Naveen Kumar | 2015-02-06 | 1 | -0/+6 |
* | util: rework strappenda(), and rename it strjoina() | Lennart Poettering | 2015-02-03 | 1 | -1/+1 |
* | kbd-model-map: add more mappings for Slovak, Lithuanian, and Khmer | Mindaugas Baranauskas | 2015-01-22 | 1 | -0/+4 |
* | tmpfiles: add new line type 'v' for creating btrfs subvolumes | Lennart Poettering | 2014-12-28 | 1 | -0/+1 |
* | localed: remove spurious include of <sys/capability.h> | Filipe Brandenburger | 2014-12-25 | 1 | -1/+0 |
* | sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine() | Lennart Poettering | 2014-12-24 | 1 | -1/+1 |
* | util: when using basename() for creating temporary files, verify the resultin... | Lennart Poettering | 2014-12-12 | 1 | -2/+2 |
* | localectl,man: make it obvious that set-*-keymaps sets both keymaps | Zbigniew Jędrzejewski-Szmek | 2014-12-11 | 1 | -2/+2 |
* | localed: log xkbcommon errors | Jan Synacek | 2014-12-03 | 1 | -4/+9 |
* | treewide: another round of simplifications | Michal Schmidt | 2014-11-28 | 1 | -4/+2 |
* | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt | 2014-11-28 | 1 | -1/+1 |
* | treewide: yet more log_*_errno + return simplifications | Michal Schmidt | 2014-11-28 | 2 | -28/+14 |
* | treewide: more log_*_errno() conversions, multiline calls | Michal Schmidt | 2014-11-28 | 1 | -2/+2 |
* | treewide: drop unnecessary trailing \n in log_*() calls | Michal Schmidt | 2014-11-28 | 1 | -2/+2 |
* | treewide: no need to negate errno for log_*_errno() | Michal Schmidt | 2014-11-28 | 2 | -21/+21 |
* | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt | 2014-11-28 | 2 | -21/+21 |
* | localed: verify xkb keymaps after pk-queries | David Herrmann | 2014-11-25 | 1 | -5/+5 |
* | localed: validate xkb keymaps | David Herrmann | 2014-11-24 | 1 | -0/+54 |
* | strv: rework strv_split_quoted() to use unquote_first_word() | Lennart Poettering | 2014-11-10 | 1 | -3/+3 |
* | localectl: fix localectl set-x11-keymap syntax description | Jan Synacek | 2014-11-04 | 1 | -1/+1 |
* | mac: rename apis with mac_{selinux/smack}_ prefix | WaLyong Cho | 2014-10-23 | 1 | -1/+1 |
* | fi-latin1 console keymap is no more | Marko Myllynen | 2014-10-13 | 1 | -1/+0 |
* | localectl: always print warnings with log_warning() instead of printf() | Lennart Poettering | 2014-10-02 | 1 | -5/+4 |
* | localectl: count locale variables from 0, instead of VARIABLE_LANG | Lennart Poettering | 2014-10-02 | 1 | -2/+2 |
* | localectl: print warning when there are options given on kernel cmdline | Michal Sekletar | 2014-09-25 | 1 | -0/+50 |
* | localed: rename write_data_x11 to x11_write_data | Zbigniew Jędrzejewski-Szmek | 2014-09-23 | 1 | -3/+3 |
* | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt | 2014-09-15 | 1 | -1/+1 |
* | localed: check for partially matching converted keymaps | Zbigniew Jędrzejewski-Szmek | 2014-09-03 | 1 | -8/+26 |
* | localed: introduce helper function to simplify matching | Zbigniew Jędrzejewski-Szmek | 2014-09-03 | 1 | -12/+10 |
* | localed: log locale/keymap changes in detail | Zbigniew Jędrzejewski-Szmek | 2014-09-03 | 1 | -16/+60 |
* | localed: remove free_and_copy | Zbigniew Jędrzejewski-Szmek | 2014-09-03 | 1 | -43/+24 |
* | localed: double free in error path and modernization | Zbigniew Jędrzejewski-Szmek | 2014-09-03 | 1 | -45/+21 |
* | locale: fix sending PropertiesChanged for x11 keymap changed | David Herrmann | 2014-08-28 | 1 | -1/+1 |
* | bus-util: simplify bus_verify_polkit_async() a bit | Lennart Poettering | 2014-08-18 | 1 | -9/+3 |
* | Merge commit 'b39a2770ba55637da80e2e389222c59dbea73507' | Lennart Poettering | 2014-08-15 | 1 | -3/+3 |
|\ |
|
| * | sd-bus: Remove bus arg from bus_verify_polkit_async_registry_free() | Stef Walter | 2014-08-15 | 1 | -3/+3 |
* | | sd-bus: add API to check if a client has privileges | Lennart Poettering | 2014-08-15 | 1 | -3/+4 |
|/ |
|
* | bus: always explicitly close bus from main programs | Lennart Poettering | 2014-08-04 | 2 | -3/+3 |
* | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek | 2014-08-03 | 1 | -9/+6 |
* | Properly report invalid quoted strings | Zbigniew Jędrzejewski-Szmek | 2014-07-31 | 1 | -8/+10 |
* | Nuke update-kbd-map | Zbigniew Jędrzejewski-Szmek | 2014-07-18 | 1 | -31/+0 |
* | shared: make timezone and locale enumeration and validation generic | Lennart Poettering | 2014-07-07 | 2 | -179/+8 |