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
*
locale: increment reference count of sd_bus_message
Yu Watanabe
2018-07-26
1
-12
/
+22
*
locale: set sd_event_add_signal()
Yu Watanabe
2018-07-20
1
-1
/
+12
*
tree-wide: add multiple inclusion guard
Yu Watanabe
2018-06-25
1
-0
/
+1
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
4
-12
/
+0
*
Drop my copyright headers
Zbigniew Jędrzejewski-Szmek
2018-06-14
2
-5
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
6
-6
/
+6
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
4
-4
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
5
-10
/
+0
*
locale: add _unused_ attribute for dummy variable
Yu Watanabe
2018-06-06
1
-3
/
+2
*
locale: assume locale is for LANG= when variable name is not specified
Yu Watanabe
2018-05-31
1
-0
/
+12
*
locale: re-read configuration files if changed
Yu Watanabe
2018-05-31
3
-169
/
+314
*
locale: use _cleanup_free_ and free_and_replace
Yu Watanabe
2018-05-31
1
-5
/
+3
*
locale: check xkb data before requesting authentication
Yu Watanabe
2018-05-31
1
-11
/
+11
*
locale: return earlier if no operation will be done
Yu Watanabe
2018-05-31
1
-102
/
+100
*
fileio: accept FILE* in addition to path in parse_env_file()
Lennart Poettering
2018-05-24
2
-3
/
+3
*
localectl: drop duplicate property entry
David Tardon
2018-05-18
1
-1
/
+0
*
localed: fix memleak in error path
Zbigniew Jędrzejewski-Szmek
2018-05-10
1
-7
/
+7
*
tree-wide: use strv_free_and_replace() macro
Yu Watanabe
2018-05-09
1
-6
/
+3
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-1
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
6
-78
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
2
-4
/
+2
*
bus-util: add flags for bus_map_all_properties() (#8546)
Yu Watanabe
2018-03-28
1
-0
/
+1
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-4
/
+2
*
bus-util: make bus_map_all_properties() not copy string
Yu Watanabe
2018-03-19
1
-12
/
+8
*
tree-wide: voidify pager_open()
Yu Watanabe
2018-03-19
1
-3
/
+3
*
localectl: use dispatch_verb()
Yu Watanabe
2018-03-19
1
-125
/
+47
*
meson: drop unnecessary "transformation" of policy files
Zbigniew Jędrzejewski-Szmek
2018-02-16
2
-6
/
+1
*
Gettextize policy files
Gunnar Hjalmarsson
2018-02-16
2
-10
/
+8
*
Comment the fact that some tools need to termintate their bus connect first
Franck Bui
2018-01-12
1
-0
/
+2
*
Revert "tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appro...
Franck Bui
2018-01-12
1
-1
/
+2
*
tree-wide: make name requesting asynchronous in all our services
Lennart Poettering
2018-01-05
1
-2
/
+2
*
tree-wide: use __fsetlocking() instead of fxyz_unlocked()
Lennart Poettering
2017-12-14
1
-8
/
+10
*
localectl: fix list_vconsole_keymaps() indentation
Vito Caputo
2017-12-01
1
-1
/
+1
*
tree-wide: generate SD_BUS_ERROR_INVALID_ARGS when we get invalid arguments o...
Lennart Poettering
2017-11-29
1
-2
/
+2
*
Replace free and reassignment with free_and_replace
Daniel Lockyer
2017-11-24
1
-3
/
+1
*
Add license headers and SPDX identifiers to meson.build files
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+17
*
Add SPDX license headers to various assorted files
Zbigniew Jędrzejewski-Szmek
2017-11-19
3
-0
/
+6
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
5
-0
/
+5
*
po: add a copy of polkit its rules
Zbigniew Jędrzejewski-Szmek
2017-11-14
1
-0
/
+1
*
i18n: drop intltool use, use meson's merge_file directly
Zbigniew Jędrzejewski-Szmek
2017-11-13
2
-6
/
+6
*
tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appropriate p...
Lennart Poettering
2017-11-10
1
-2
/
+1
*
systemd-firstboot: add vconsole keymap support (#7035)
tblume
2017-11-10
1
-59
/
+6
*
treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187)
Zbigniew Jędrzejewski-Szmek
2017-10-30
1
-15
/
+3
*
Merge pull request #6974 from keszybz/clean-up-defines
Lennart Poettering
2017-10-04
2
-4
/
+4
|
\
|
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
2
-4
/
+4
*
|
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-3
/
+3
|
/
*
"Don't fear the fsync()"
Alan Jenkins
2017-08-17
1
-1
/
+1
*
localed: don't remove xorg.conf.d/00-keyboard.conf on failures
Alan Jenkins
2017-08-17
1
-2
/
+0
*
tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)
Lennart Poettering
2017-07-21
1
-7
/
+7
*
build-sys: drop gitignore patterns for in-tree builds
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
[next]