summaryrefslogtreecommitdiff
path: root/src/locale
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-03localed: log locale/keymap changes in detailZbigniew Jędrzejewski-Szmek1-16/+60
2014-09-03localed: remove free_and_copyZbigniew Jędrzejewski-Szmek1-43/+24
2014-09-03localed: double free in error path and modernizationZbigniew Jędrzejewski-Szmek1-45/+21
2014-08-28locale: fix sending PropertiesChanged for x11 keymap changedDavid Herrmann1-1/+1
2014-08-18bus-util: simplify bus_verify_polkit_async() a bitLennart Poettering1-9/+3
2014-08-15Merge commit 'b39a2770ba55637da80e2e389222c59dbea73507'Lennart Poettering1-3/+3
2014-08-15sd-bus: add API to check if a client has privilegesLennart Poettering1-3/+4
2014-08-15sd-bus: Remove bus arg from bus_verify_polkit_async_registry_free()Stef Walter1-3/+3
2014-08-04bus: always explicitly close bus from main programsLennart Poettering2-3/+3
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-9/+6
2014-07-31Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek1-8/+10