index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
locale
/
localectl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
bus-util: rename bus_open_transport() to bus_connect_transport()
Lennart Poettering
2015-09-29
1
-1
/
+1
*
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-29
1
-14
/
+12
*
basic: rework virtualization detection API
Lennart Poettering
2015-09-07
1
-1
/
+1
*
tree-wide: fix indentation
Thomas Hindoe Paaboel Andersen
2015-08-06
1
-3
/
+3
*
sd-bus: introduce new sd_bus_flush_close_unref() call
Lennart Poettering
2015-07-03
1
-1
/
+1
*
tree-wide: fix memory leaks in users of bus_map_all_properties()
David Herrmann
2015-06-14
1
-13
/
+22
*
treewide: Correct typos and spell plural of bus consistent
Torstein Husebø
2015-05-11
1
-2
/
+2
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-6
/
+0
*
sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine()
Lennart Poettering
2014-12-24
1
-1
/
+1
*
localectl,man: make it obvious that set-*-keymaps sets both keymaps
Zbigniew Jędrzejewski-Szmek
2014-12-11
1
-2
/
+2
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-4
/
+2
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: yet more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-8
/
+4
*
treewide: drop unnecessary trailing \n in log_*() calls
Michal Schmidt
2014-11-28
1
-2
/
+2
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-5
/
+5
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-5
/
+5
*
localectl: fix localectl set-x11-keymap syntax description
Jan Synacek
2014-11-04
1
-1
/
+1
*
localectl: always print warnings with log_warning() instead of printf()
Lennart Poettering
2014-10-02
1
-5
/
+4
*
localectl: count locale variables from 0, instead of VARIABLE_LANG
Lennart Poettering
2014-10-02
1
-2
/
+2
*
localectl: print warning when there are options given on kernel cmdline
Michal Sekletar
2014-09-25
1
-0
/
+50
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-1
/
+1
*
bus: always explicitly close bus from main programs
Lennart Poettering
2014-08-04
1
-1
/
+1
*
Unify parse_argv style
Zbigniew Jędrzejewski-Szmek
2014-08-04
1
-9
/
+6
*
shared: make timezone and locale enumeration and validation generic
Lennart Poettering
2014-07-07
1
-178
/
+6
*
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-02-20
1
-2
/
+4
*
localectl: log error if bus_map_all_properties() fails
Djalal Harouni
2014-02-14
1
-1
/
+3
*
Get rid of our reimplementation of basename
Zbigniew Jędrzejewski-Szmek
2013-12-07
1
-1
/
+1
*
localed: match converted keymaps before legacy
Zbigniew Jędrzejewski-Szmek
2013-11-19
1
-4
/
+4
*
remove unused variables
Thomas Hindoe Paaboel Andersen
2013-11-18
1
-3
/
+0
*
bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()
Lennart Poettering
2013-11-12
1
-1
/
+1
*
localectl: port over to bus_log_create_error()
Lennart Poettering
2013-11-08
1
-3
/
+3
*
clients: try to follow roughly the same order in --help texts for common options
Lennart Poettering
2013-11-07
1
-2
/
+2
*
polkit: don't spawn local client if we access a remote system
Lennart Poettering
2013-11-07
1
-0
/
+3
*
clients: unify how we invoke getopt_long()
Lennart Poettering
2013-11-06
1
-5
/
+3
*
clients: various simplifications
Lennart Poettering
2013-11-06
1
-9
/
+3
*
bus: update bus_map_all_properties()
Kay Sievers
2013-11-05
1
-10
/
+11
*
bus: use internal helper to read org.freedesktop.DBus.Properties::GetAll vari...
Kay Sievers
2013-11-02
1
-112
/
+17
*
localectl: always print error message when an operation fails
Lennart Poettering
2013-10-31
1
-5
/
+16
*
localectl: remove unused 'P' arg
Thomas Hindoe Paaboel Andersen
2013-10-30
1
-1
/
+1
*
localectl: port to libsystemd-bus
Kay Sievers
2013-10-30
1
-188
/
+154
*
Add /usr/share/keymaps to localectl supported locations.
Michał Górny
2013-08-01
1
-0
/
+1
*
Allow for the use of @ in remote host calls
Daniel Wallace
2013-06-10
1
-2
/
+3
*
Fix --no-ask-password
Jan Janssen
2013-05-23
1
-4
/
+8
*
man: Document missing options
Jan Janssen
2013-05-21
1
-0
/
+1
*
Add set_consume which always takes ownership
Zbigniew Jędrzejewski-Szmek
2013-04-24
1
-15
/
+7
*
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-18
1
-3
/
+3
*
localectl: read X11 keymaps from the correct file
Lennart Poettering
2013-04-15
1
-1
/
+1
*
localctl: skip locale entries with non-UTF8 names
Lennart Poettering
2013-04-10
1
-0
/
+4
*
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-04-06
1
-2
/
+1
[next]