index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
locale
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-3
/
+3
*
tree-wide: use %m in calls to sd_bus_error_set_errnof
Zbigniew Jędrzejewski-Szmek
2016-09-14
1
-3
/
+3
*
tests: fix memory leak in test-keymap-util
Evgeny Vereshchagin
2016-06-19
1
-2
/
+2
*
systemctl: make sure we terminate the bus connection first, and then close th...
Lennart Poettering
2016-06-16
1
-1
/
+2
*
test-keymap-util: use kbd-model-map/language-fallback-map from $(srcdir)
Zbigniew Jędrzejewski-Szmek
2016-06-11
2
-28
/
+53
*
keymap-util: also "convert" 'ru' to 'ru'
Zbigniew Jędrzejewski-Szmek
2016-06-06
2
-1
/
+9
*
localed: also report when we couldn't convert X11→console
Zbigniew Jędrzejewski-Szmek
2016-06-06
2
-7
/
+16
*
localed: be more verbose when keymap conversion to X11 fails
Zbigniew Jędrzejewski-Szmek
2016-06-06
1
-6
/
+7
*
keymap-util: add tests and fix one small bug
Zbigniew Jędrzejewski-Szmek
2016-06-06
3
-2
/
+220
*
localed: split out keymap parsing to a separate file
Zbigniew Jędrzejewski-Szmek
2016-06-06
3
-686
/
+768
*
localed: get rid of duplicated enum and string table
Zbigniew Jędrzejewski-Szmek
2016-06-06
1
-85
/
+68
*
util-lib: make localed's nonempty() generic, rename it to empty_to_null() and...
Lennart Poettering
2016-05-30
1
-22
/
+7
*
locale: Language fallbacks for fr_(BE|CA|CH|LU) to fr_FR (#3178)
Sylvain Plantefève
2016-05-03
1
-0
/
+4
*
localed: downgrade libxkbcommon to an optional runtime dependency
Lennart Poettering
2016-04-12
1
-10
/
+66
*
localectl: align output of 'localectl status' command
Yu Watanabe
2016-03-24
1
-2
/
+2
*
localectl: remove unnecessary line break
Yu Watanabe
2016-03-24
1
-1
/
+1
*
selinux: always try to load the full selinux db
Zbigniew Jędrzejewski-Szmek
2016-03-02
1
-1
/
+1
*
Merge pull request #2671 from 0xAX/move-pager-open-to-one-place
Zbigniew Jędrzejewski-Szmek
2016-02-25
1
-11
/
+3
|
\
|
*
tree-wide: merge pager_open_if_enabled() to the pager_open()
Alexander Kuleshov
2016-02-25
1
-11
/
+3
*
|
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-1
/
+1
|
/
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
2
-4
/
+0
*
tree-wide: check if errno is greater then zero
Zbigniew Jędrzejewski-Szmek
2016-01-13
1
-1
/
+1
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
2
-11
/
+10
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
user-util: move UID/GID related macros from macro.h to user-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util: move filename_is_valid() and path_is_safe() to path-util.[ch]
Lennart Poettering
2015-10-27
1
-9
/
+10
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
2
-4
/
+6
*
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
*
locale: kill free_and_replace()
Daniel Mack
2015-09-09
1
-24
/
+30
*
basic: rework virtualization detection API
Lennart Poettering
2015-09-07
1
-1
/
+1
*
bus-util: support details in CheckAuthorization calls
Michael Chapman
2015-09-05
1
-0
/
+3
*
locale: add printf attribute to log_xkb()
Cristian Rodríguez
2015-08-31
1
-0
/
+1
*
strv: convert strv_split_quotes into a generic strv_split_extract
Richard Maw
2015-08-07
1
-3
/
+3
*
Merge branch 'hostnamectl-dot-v2'
Zbigniew Jędrzejewski-Szmek
2015-08-06
1
-5
/
+0
|
\
|
*
hostname-util: add relax parameter to hostname_is_valid
Zbigniew Jędrzejewski-Szmek
2015-08-06
1
-5
/
+0
*
|
tree-wide: fix indentation
Thomas Hindoe Paaboel Andersen
2015-08-06
1
-3
/
+3
*
|
tree-wide: port everything over to fflush_and_check()
Lennart Poettering
2015-07-29
1
-7
/
+17
|
/
*
sd-bus: introduce new sd_bus_flush_close_unref() call
Lennart Poettering
2015-07-03
2
-3
/
+3
*
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
*
sd-bus: drop bus parameter from message callback prototype
Lennart Poettering
2015-04-29
1
-10
/
+22
*
util: rework word parsing and c unescaping code
Lennart Poettering
2015-03-26
1
-3
/
+3
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
2
-7
/
+0
*
logind: open up most bus calls for unpriviliged processes, using PolicyKit
Lennart Poettering
2015-02-18
1
-3
/
+24
*
language fallback: it_CH (Italian, Swiss) -> it_IT (Italian, Italy)
Daniele Medri
2015-02-09
1
-0
/
+1
*
Add Silesian and Kashubian to language fallback map
Piotr Drąg
2015-02-07
1
-0
/
+2
*
localed: add LANGUAGE= fallback when LANG= is specified
Zbigniew Jędrzejewski-Szmek
2015-02-06
1
-9
/
+67
*
Add language fallback map
Naveen Kumar
2015-02-06
1
-0
/
+6
*
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-02-03
1
-1
/
+1
[next]