summaryrefslogtreecommitdiff
path: root/src/locale/localectl.c
Commit message (Expand)AuthorAgeFilesLines
...
* tree-wide: fix memory leaks in users of bus_map_all_properties()David Herrmann2015-06-141-13/+22
* treewide: Correct typos and spell plural of bus consistentTorstein Husebø2015-05-111-2/+2
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-6/+0
* sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine()Lennart Poettering2014-12-241-1/+1
* localectl,man: make it obvious that set-*-keymaps sets both keymapsZbigniew Jędrzejewski-Szmek2014-12-111-2/+2
* treewide: another round of simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-8/+4
* treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt2014-11-281-2/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-5/+5
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-5/+5
* localectl: fix localectl set-x11-keymap syntax descriptionJan Synacek2014-11-041-1/+1
* localectl: always print warnings with log_warning() instead of printf()Lennart Poettering2014-10-021-5/+4
* localectl: count locale variables from 0, instead of VARIABLE_LANGLennart Poettering2014-10-021-2/+2
* localectl: print warning when there are options given on kernel cmdlineMichal Sekletar2014-09-251-0/+50
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-1/+1
* bus: always explicitly close bus from main programsLennart Poettering2014-08-041-1/+1
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-9/+6
* shared: make timezone and locale enumeration and validation genericLennart Poettering2014-07-071-178/+6
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-2/+4
* localectl: log error if bus_map_all_properties() failsDjalal Harouni2014-02-141-1/+3
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-061-1/+1
* localed: match converted keymaps before legacyZbigniew Jędrzejewski-Szmek2013-11-181-4/+4
* remove unused variablesThomas Hindoe Paaboel Andersen2013-11-181-3/+0
* bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()Lennart Poettering2013-11-121-1/+1
* 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
* 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
* 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
* 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-091-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
* localctl: skip locale entries with non-UTF8 namesLennart Poettering2013-04-101-0/+4
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-2/+1
* localectl: add support for listing X11 keymap informationLennart Poettering2013-04-051-18/+130
* Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek2013-03-291-1/+1
* pager: introduce "jump to end" optionHarald Hoyer2013-03-071-1/+1
* localectl: fix --help textLennart Poettering2013-02-121-1/+1
* strv: add strv_printThomas Hindoe Paaboel Andersen2013-02-071-7/+2
* localectl: use automatic cleanupZbigniew Jędrzejewski-Szmek2013-01-071-28/+13