summaryrefslogtreecommitdiff
path: root/src/locale/localed.c
Commit message (Expand)AuthorAgeFilesLines
...
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-20/+10
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-2/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-16/+16
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-16/+16
* 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
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-231-1/+1
* localed: rename write_data_x11 to x11_write_dataZbigniew Jędrzejewski-Szmek2014-09-231-3/+3
* 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
* localed: log locale/keymap changes in detailZbigniew Jędrzejewski-Szmek2014-09-031-16/+60
* localed: remove free_and_copyZbigniew Jędrzejewski-Szmek2014-09-031-43/+24
* localed: double free in error path and modernizationZbigniew Jędrzejewski-Szmek2014-09-031-45/+21
* locale: fix sending PropertiesChanged for x11 keymap changedDavid Herrmann2014-08-281-1/+1
* bus-util: simplify bus_verify_polkit_async() a bitLennart Poettering2014-08-181-9/+3
* Merge commit 'b39a2770ba55637da80e2e389222c59dbea73507'Lennart Poettering2014-08-151-3/+3
|\
| * sd-bus: Remove bus arg from bus_verify_polkit_async_registry_free()Stef Walter2014-08-151-3/+3
* | sd-bus: add API to check if a client has privilegesLennart Poettering2014-08-151-3/+4
|/
* bus: always explicitly close bus from main programsLennart Poettering2014-08-041-2/+2
* Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-8/+10
* shared: make timezone and locale enumeration and validation genericLennart Poettering2014-07-071-1/+2
* machinectl: show /etc/os-release information of container in status outputLennart Poettering2014-07-031-2/+2
* localed: consider an unset model as a wildcardMichal Sekletar2014-07-021-6/+7
* sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering2014-05-151-1/+1
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-2/+2
* bus: fix a couple of format string mistakesLennart Poettering2013-12-281-2/+2
* bus: fix exit-on-idle for driverdLennart Poettering2013-12-191-1/+1
* event: rework sd-event exit logicLennart Poettering2013-12-131-2/+0
* bus: remove explicit activator-specific flags, the kdbus supports it nowKay Sievers2013-12-121-1/+1
* bus: add SD_BUS_NAME_REPLACE_EXISTING to all activatable services, fix one fl...Kay Sievers2013-12-121-1/+1
* bus: instead of exposing the dbus1 flags when acquiring a name use our own th...Lennart Poettering2013-12-121-1/+1
* event: hook up sd-event with the service watchdog logicLennart Poettering2013-12-111-0/+2
* bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering2013-12-101-3/+3
* bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ot...Lennart Poettering2013-12-031-6/+1
* bus: rework message handlers to always take an error argumentLennart Poettering2013-11-211-24/+28
* bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering2013-11-211-16/+16
* localed: match converted keymaps before legacyZbigniew Jędrzejewski-Szmek2013-11-181-71/+111
* localed: use _cleanup_Zbigniew Jędrzejewski-Szmek2013-11-181-35/+12
* bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering2013-11-121-1/+1
* bus: introduce concept of a "default" event loop per-thread and make use of i...Lennart Poettering2013-11-121-1/+1
* bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()Lennart Poettering2013-11-121-1/+1
* consistently use "int" when retrieving "bool" from bus messagesKay Sievers2013-11-071-2/+2
* localed: mark bus properties as change emittingLennart Poettering2013-11-051-7/+7
* localed: port from libdbus to libsystemd-busKay Sievers2013-10-221-701/+468
* bus: remove static introspection file exportKay Sievers2013-10-211-9/+1
* ModernizationZbigniew Jędrzejewski-Szmek2013-10-131-29/+11
* Remove a few NULLsZbigniew Jędrzejewski-Szmek2013-04-131-15/+1
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-3/+1
* shared: rework env file readerLennart Poettering2013-04-031-2/+2