summaryrefslogtreecommitdiff
path: root/src/locale/localed.c
AgeCommit message (Expand)AuthorFilesLines
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 Andersen1-1/+0
2015-02-18logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering1-3/+24
2015-02-06localed: add LANGUAGE= fallback when LANG= is specifiedZbigniew Jędrzejewski-Szmek1-9/+67
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-1/+1
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-12util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering1-2/+2
2014-12-03localed: log xkbcommon errorsJan Synacek1-4/+9
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt1-20/+10
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt1-2/+2
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-16/+16
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-16/+16
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-10-23mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho1-1/+1
2014-09-23localed: rename write_data_x11 to x11_write_dataZbigniew Jędrzejewski-Szmek1-3/+3
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 Poettering1-2/+2
2014-07-31Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek1-8/+10
2014-07-07shared: make timezone and locale enumeration and validation genericLennart Poettering1-1/+2
2014-07-03machinectl: show /etc/os-release information of container in status outputLennart Poettering1-2/+2
2014-07-02localed: consider an unset model as a wildcardMichal Sekletar1-6/+7
2014-05-15sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering1-1/+1
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering1-2/+2
2013-12-28bus: fix a couple of format string mistakesLennart Poettering1-2/+2
2013-12-19bus: fix exit-on-idle for driverdLennart Poettering1-1/+1
2013-12-13event: rework sd-event exit logicLennart Poettering1-2/+0
2013-12-12bus: remove explicit activator-specific flags, the kdbus supports it nowKay Sievers1-1/+1
2013-12-12bus: add SD_BUS_NAME_REPLACE_EXISTING to all activatable services, fix one fl...Kay Sievers1-1/+1
2013-12-12bus: instead of exposing the dbus1 flags when acquiring a name use our own th...Lennart Poettering1-1/+1
2013-12-11event: hook up sd-event with the service watchdog logicLennart Poettering1-0/+2
2013-12-10bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering1-3/+3
2013-12-03bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ot...Lennart Poettering1-6/+1
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering1-24/+28
2013-11-21bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering1-16/+16
2013-11-18localed: match converted keymaps before legacyZbigniew Jędrzejewski-Szmek1-71/+111
2013-11-18localed: use _cleanup_Zbigniew Jędrzejewski-Szmek1-35/+12
2013-11-12bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering1-1/+1