summaryrefslogtreecommitdiffstats
path: root/src/locale (follow)
Commit message (Expand)AuthorAgeFilesLines
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-202-4/+6
* localectl: log error if bus_map_all_properties() failsDjalal Harouni2014-02-141-1/+3
* 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
* correct name of Tajik kbd layout in kbd-model-mapAdam Williamson2013-12-101-1/+1
* drop several entries from kbd-model-map whose kbd layouts do not existAdam Williamson2013-12-101-12/+0
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-071-1/+1
* 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-192-75/+115
* localed: use _cleanup_Zbigniew Jędrzejewski-Szmek2013-11-191-35/+12
* remove unused variablesThomas Hindoe Paaboel Andersen2013-11-181-3/+0
* 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-122-2/+2
* localectl: port over to bus_log_create_error()Lennart Poettering2013-11-081-3/+3
* clients: try to follow roughly the same order in --help texts for common optionsLennart Poettering2013-11-071-2/+2
* polkit: don't spawn local client if we access a remote systemLennart Poettering2013-11-071-0/+3
* consistently use "int" when retrieving "bool" from bus messagesKay Sievers2013-11-071-2/+2
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-5/+3
* clients: various simplificationsLennart Poettering2013-11-061-9/+3
* bus: update bus_map_all_properties()Kay Sievers2013-11-051-10/+11
* localed: mark bus properties as change emittingLennart Poettering2013-11-051-7/+7
* bus: use internal helper to read org.freedesktop.DBus.Properties::GetAll vari...Kay Sievers2013-11-021-112/+17
* localectl: always print error message when an operation failsLennart Poettering2013-10-311-5/+16
* localectl: remove unused 'P' argThomas Hindoe Paaboel Andersen2013-10-301-1/+1
* localectl: port to libsystemd-busKay Sievers2013-10-301-188/+154
* 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
* Add /usr/share/keymaps to localectl supported locations.Michał Górny2013-08-011-0/+1
* Allow for the use of @ in remote host callsDaniel Wallace2013-06-101-2/+3
* Fix --no-ask-passwordJan Janssen2013-05-231-4/+8
* man: Document missing optionsJan Janssen2013-05-211-0/+1
* Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek2013-04-241-15/+7
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-3/+3
* localectl: read X11 keymaps from the correct fileLennart Poettering2013-04-151-1/+1
* Remove a few NULLsZbigniew Jędrzejewski-Szmek2013-04-141-15/+1
* localctl: skip locale entries with non-UTF8 namesLennart Poettering2013-04-101-0/+4
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-062-5/+2
* localectl: add support for listing X11 keymap informationLennart Poettering2013-04-051-18/+130
* shared: rework env file readerLennart Poettering2013-04-031-2/+2
* Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek2013-03-291-1/+1