summaryrefslogtreecommitdiff
path: root/src/locale
Commit message (Expand)AuthorAgeFilesLines
* bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering2015-09-291-1/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-14/+12
* locale: kill free_and_replace()Daniel Mack2015-09-091-24/+30
* basic: rework virtualization detection APILennart Poettering2015-09-071-1/+1
* 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: fix indentationThomas Hindoe Paaboel Andersen2015-08-061-3/+3
* | 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-032-3/+3
* tree-wide: fix memory leaks in users of bus_map_all_properties()David Herrmann2015-06-141-13/+22
* treewide: Correct typos and spell plural of bus consistentTorstein Husebø2015-05-111-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-232-7/+0
* logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering2015-02-181-3/+24
* language fallback: it_CH (Italian, Swiss) -> it_IT (Italian, Italy)Daniele Medri2015-02-091-0/+1
* Add Silesian and Kashubian to language fallback mapPiotr Drąg2015-02-071-0/+2
* localed: add LANGUAGE= fallback when LANG= is specifiedZbigniew Jędrzejewski-Szmek2015-02-061-9/+67
* Add language fallback mapNaveen Kumar2015-02-061-0/+6
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* kbd-model-map: add more mappings for Slovak, Lithuanian, and KhmerMindaugas Baranauskas2015-01-221-0/+4
* 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
* sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine()Lennart Poettering2014-12-241-1/+1
* util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering2014-12-121-2/+2
* localectl,man: make it obvious that set-*-keymaps sets both keymapsZbigniew Jędrzejewski-Szmek2014-12-111-2/+2
* localed: log xkbcommon errorsJan Synacek2014-12-031-4/+9
* treewide: another round of simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-282-28/+14
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-2/+2
* treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt2014-11-281-2/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-282-21/+21
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-282-21/+21
* localed: verify xkb keymaps after pk-queriesDavid Herrmann2014-11-251-5/+5
* localed: validate xkb keymapsDavid Herrmann2014-11-241-0/+54
* strv: rework strv_split_quoted() to use unquote_first_word()Lennart Poettering2014-11-101-3/+3
* localectl: fix localectl set-x11-keymap syntax descriptionJan Synacek2014-11-041-1/+1
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-231-1/+1
* fi-latin1 console keymap is no moreMarko Myllynen2014-10-131-1/+0
* localectl: always print warnings with log_warning() instead of printf()Lennart Poettering2014-10-021-5/+4
* localectl: count locale variables from 0, instead of VARIABLE_LANGLennart Poettering2014-10-021-2/+2
* localectl: print warning when there are options given on kernel cmdlineMichal Sekletar2014-09-251-0/+50
* localed: rename write_data_x11 to x11_write_dataZbigniew Jędrzejewski-Szmek2014-09-231-3/+3
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-1/+1
* localed: check for partially matching converted keymapsZbigniew Jędrzejewski-Szmek2014-09-031-8/+26
* localed: introduce helper function to simplify matchingZbigniew Jędrzejewski-Szmek2014-09-031-12/+10