summaryrefslogtreecommitdiff
path: root/src/locale
AgeCommit message (Expand)AuthorFilesLines
2015-09-29bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering1-1/+1
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering1-14/+12
2015-09-09locale: kill free_and_replace()Daniel Mack1-24/+30
2015-09-07basic: rework virtualization detection APILennart Poettering1-1/+1
2015-09-06bus-util: support details in CheckAuthorization callsMichael Chapman1-0/+3
2015-08-30locale: add printf attribute to log_xkb()Cristian Rodríguez1-0/+1
2015-08-07strv: convert strv_split_quotes into a generic strv_split_extractRichard Maw1-3/+3
2015-08-05Merge branch 'hostnamectl-dot-v2'Zbigniew Jędrzejewski-Szmek1-5/+0
2015-08-05hostname-util: add relax parameter to hostname_is_validZbigniew Jędrzejewski-Szmek1-5/+0
2015-08-06tree-wide: fix indentationThomas Hindoe Paaboel Andersen1-3/+3
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering1-7/+17
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2-3/+3
2015-06-14tree-wide: fix memory leaks in users of bus_map_all_properties()David Herrmann1-13/+22
2015-05-11treewide: Correct typos and spell plural of bus consistentTorstein Husebø1-2/+2
2015-04-29sd-bus: drop bus parameter from message callback prototypeLennart Poettering1-10/+22
2015-03-26util: rework word parsing and c unescaping codeLennart Poettering1-3/+3
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen2-7/+0
2015-02-18logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering1-3/+24
2015-02-09language fallback: it_CH (Italian, Swiss) -> it_IT (Italian, Italy)Daniele Medri1-0/+1
2015-02-07Add Silesian and Kashubian to language fallback mapPiotr Drąg1-0/+2
2015-02-06localed: add LANGUAGE= fallback when LANG= is specifiedZbigniew Jędrzejewski-Szmek1-9/+67
2015-02-06Add language fallback mapNaveen Kumar1-0/+6
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-1/+1
2015-01-22kbd-model-map: add more mappings for Slovak, Lithuanian, and KhmerMindaugas Baranauskas1-0/+4
2014-12-28tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering1-0/+1
2014-12-25localed: remove spurious include of <sys/capability.h>Filipe Brandenburger1-1/+0
2014-12-24sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine()Lennart Poettering1-1/+1
2014-12-12util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering1-2/+2
2014-12-11localectl,man: make it obvious that set-*-keymaps sets both keymapsZbigniew Jędrzejewski-Szmek1-2/+2
2014-12-03localed: log xkbcommon errorsJan Synacek1-4/+9
2014-11-28treewide: another round of simplificationsMichal Schmidt1-4/+2
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-1/+1
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt2-28/+14
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt1-2/+2
2014-11-28treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt1-2/+2
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt2-21/+21
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2-21/+21
2014-11-25localed: verify xkb keymaps after pk-queriesDavid Herrmann1-5/+5
2014-11-24localed: validate xkb keymapsDavid Herrmann1-0/+54
2014-11-10strv: rework strv_split_quoted() to use unquote_first_word()Lennart Poettering1-3/+3
2014-11-04localectl: fix localectl set-x11-keymap syntax descriptionJan Synacek1-1/+1
2014-10-23mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho1-1/+1
2014-10-13fi-latin1 console keymap is no moreMarko Myllynen1-1/+0
2014-10-02localectl: always print warnings with log_warning() instead of printf()Lennart Poettering1-5/+4
2014-10-02localectl: count locale variables from 0, instead of VARIABLE_LANGLennart Poettering1-2/+2
2014-09-25localectl: print warning when there are options given on kernel cmdlineMichal Sekletar1-0/+50
2014-09-23localed: rename write_data_x11 to x11_write_dataZbigniew Jędrzejewski-Szmek1-3/+3
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt1-1/+1
2014-09-03localed: check for partially matching converted keymapsZbigniew Jędrzejewski-Szmek1-8/+26
2014-09-03localed: introduce helper function to simplify matchingZbigniew Jędrzejewski-Szmek1-12/+10