summaryrefslogtreecommitdiff
path: root/src/locale/localed.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* locale: add _unused_ attribute for dummy variableYu Watanabe2018-06-061-3/+2
* locale: assume locale is for LANG= when variable name is not specifiedYu Watanabe2018-05-311-0/+12
* locale: re-read configuration files if changedYu Watanabe2018-05-311-114/+173
* locale: check xkb data before requesting authenticationYu Watanabe2018-05-311-11/+11
* locale: return earlier if no operation will be doneYu Watanabe2018-05-311-102/+100
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* tree-wide: make name requesting asynchronous in all our servicesLennart Poettering2018-01-051-2/+2
* tree-wide: generate SD_BUS_ERROR_INVALID_ARGS when we get invalid arguments o...Lennart Poettering2017-11-291-2/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-2/+2
* basic/log: fix _printf_ annotation on log_object_internalvZbigniew Jędrzejewski-Szmek2017-04-201-0/+3
* tree-wide: use %m in calls to sd_bus_error_set_errnofZbigniew Jędrzejewski-Szmek2016-09-131-3/+3
* localed: split out keymap parsing to a separate fileZbigniew Jędrzejewski-Szmek2016-06-061-686/+39
* localed: get rid of duplicated enum and string tableZbigniew Jędrzejewski-Szmek2016-06-061-85/+68
* util-lib: make localed's nonempty() generic, rename it to empty_to_null() and...Lennart Poettering2016-05-301-22/+7
* localed: downgrade libxkbcommon to an optional runtime dependencyLennart Poettering2016-04-121-10/+66
* selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek2016-03-011-1/+1
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: check if errno is greater then zeroZbigniew Jędrzejewski-Szmek2016-01-131-1/+1
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-6/+5
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering2015-10-271-9/+10
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-4/+5
* locale: kill free_and_replace()Daniel Mack2015-09-091-24/+30
* bus-util: support details in CheckAuthorization callsMichael Chapman2015-09-061-0/+3
* locale: add printf attribute to log_xkb()Cristian Rodríguez2015-08-301-0/+1
* strv: convert strv_split_quotes into a generic strv_split_extractRichard Maw2015-08-071-3/+3
* Merge branch 'hostnamectl-dot-v2'Zbigniew Jędrzejewski-Szmek2015-08-051-5/+0
|\
| * hostname-util: add relax parameter to hostname_is_validZbigniew Jędrzejewski-Szmek2015-08-051-5/+0
* | tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-7/+17
|/
* sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2015-07-031-2/+2
* sd-bus: drop bus parameter from message callback prototypeLennart Poettering2015-04-291-10/+22
* util: rework word parsing and c unescaping codeLennart Poettering2015-03-261-3/+3
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering2015-02-181-3/+24
* localed: add LANGUAGE= fallback when LANG= is specifiedZbigniew Jędrzejewski-Szmek2015-02-061-9/+67
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering2014-12-281-0/+1
* localed: remove spurious include of <sys/capability.h>Filipe Brandenburger2014-12-251-1/+0
* util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering2014-12-121-2/+2
* localed: log xkbcommon errorsJan Synacek2014-12-031-4/+9
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-20/+10