index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
import
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: port various bits over to open_parent()
Lennart Poettering
2018-07-23
1
-5
/
+2
*
pull: initialize libgcrypt before calling any functions provided by libgcrypt
Yu Watanabe
2018-07-13
1
-0
/
+3
*
import: drop unnecessary condition
Yu Watanabe
2018-06-25
1
-2
/
+1
*
Drop my copyright headers
Zbigniew Jędrzejewski-Szmek
2018-06-14
1
-2
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
29
-99
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
29
-58
/
+0
*
Add macro for checking if some flags are set
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-1
/
+1
*
tree-wide: make use of memory_startswith() at various places
Lennart Poettering
2018-05-30
1
-9
/
+4
*
machine-image: rework error handling
Lennart Poettering
2018-05-24
3
-20
/
+20
*
machine-image: introduce two different classes of images
Lennart Poettering
2018-05-24
3
-6
/
+6
*
Rename ratelimit_test to ratelimit_below
Zbigniew Jędrzejewski-Szmek
2018-05-13
4
-4
/
+4
*
importd: ensure we don't mishandle a NULL string
Lennart Poettering
2018-04-12
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
30
-390
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
10
-22
/
+11
*
macro: introduce new TAKE_FD() macro
Lennart Poettering
2018-03-22
5
-23
/
+9
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
2
-4
/
+2
*
tree-wide: port various places over to use new rearrange_stdio()
Lennart Poettering
2018-03-02
3
-99
/
+11
*
stat-util: unify code that checks whether something is a regular file
Lennart Poettering
2018-02-20
1
-2
/
+4
*
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
-12
/
+10
*
locale-util: add freelocale() cleanup helper
Lennart Poettering
2018-01-16
1
-2
/
+2
*
Merge pull request #7855 from poettering/log-h-includes
Zbigniew Jędrzejewski-Szmek
2018-01-15
4
-0
/
+4
|
\
|
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
4
-0
/
+4
*
|
support LZMA concatenated files
Matthew Thode
2018-01-11
1
-1
/
+1
|
/
*
tree-wide: make name requesting asynchronous in all our services
Lennart Poettering
2018-01-05
1
-2
/
+2
*
tree-wide: use EXIT_SUCCESS when comparing child process exit statuses
Lennart Poettering
2018-01-04
2
-2
/
+2
*
process-util: rework wait_for_terminate_and_warn() to take a flags parameter
Lennart Poettering
2018-01-04
3
-3
/
+3
*
process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN logging
Lennart Poettering
2018-01-04
2
-6
/
+6
*
tree-wide: introduce new safe_fork() helper and port everything over
Lennart Poettering
2017-12-25
3
-34
/
+16
*
Remove NULL as last parameter to strjoin
Daniel Lockyer
2017-11-24
1
-2
/
+2
*
Replace free and reassignment with free_and_replace
Daniel Lockyer
2017-11-24
2
-6
/
+2
*
Merge pull request #7198 from poettering/stdin-stdout
Lennart Poettering
2017-11-19
2
-30
/
+18
|
\
|
*
fd-util: add new helper move_fd() and make use of it
Lennart Poettering
2017-11-17
2
-30
/
+18
*
|
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
29
-0
/
+29
|
/
*
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
-8
/
+8
*
importd: remove IN_SET to avoid ambiguity
Zbigniew Jędrzejewski-Szmek
2017-11-01
1
-1
/
+1
*
fix includes
Matija Skala
2017-10-30
1
-0
/
+1
*
Merge pull request #6974 from keszybz/clean-up-defines
Lennart Poettering
2017-10-04
1
-1
/
+1
|
\
|
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-1
/
+1
*
|
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
4
-5
/
+4
|
/
*
tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`
Andreas Rammhold
2017-10-02
2
-7
/
+7
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
2
-6
/
+4
*
build-sys: drop gitignore patterns for in-tree builds
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
importd: log more information when renaming files
Lennart Poettering
2017-06-26
2
-3
/
+3
*
import: remove misplaced assert()
Lennart Poettering
2017-06-26
2
-5
/
+7
[next]