index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
import
/
pull-common.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-8
/
+6
*
import: drop unnecessary condition
Yu Watanabe
2018-06-25
1
-2
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+1
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
tree-wide: port various places over to use new rearrange_stdio()
Lennart Poettering
2018-03-02
1
-17
/
+2
*
tree-wide: use EXIT_SUCCESS when comparing child process exit statuses
Lennart Poettering
2018-01-04
1
-1
/
+1
*
process-util: rework wait_for_terminate_and_warn() to take a flags parameter
Lennart Poettering
2018-01-04
1
-1
/
+1
*
process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN logging
Lennart Poettering
2018-01-04
1
-2
/
+2
*
tree-wide: introduce new safe_fork() helper and port everything over
Lennart Poettering
2017-12-25
1
-8
/
+4
*
Remove NULL as last parameter to strjoin
Daniel Lockyer
2017-11-24
1
-2
/
+2
*
Merge pull request #7198 from poettering/stdin-stdout
Lennart Poettering
2017-11-19
1
-10
/
+6
|
\
|
*
fd-util: add new helper move_fd() and make use of it
Lennart Poettering
2017-11-17
1
-10
/
+6
*
|
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
|
/
*
tree-wide: remove unused variables
Thomas Hindoe Paaboel Andersen
2017-04-28
1
-1
/
+0
*
importd: support SUSE style checksums (#5206)
tblume
2017-04-24
1
-6
/
+27
*
importd: automatically download .roothash in addition to .nspawn for raw down...
Lennart Poettering
2016-12-21
1
-58
/
+63
*
nspawn: add fallback top normal copy/reflink when we cannot btrfs snapshot
Lennart Poettering
2016-11-22
1
-6
/
+6
*
treewide: use stdio_unset_cloexec() function
Alexander Kuleshov
2016-07-02
1
-3
/
+1
*
util: rework sigkill_wait() to not require pid_t pointer
Lennart Poettering
2016-05-02
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
siphash24: let siphash24_finalize() and siphash24() return the result directly
Daniel Mack
2015-11-16
1
-1
/
+1
*
siphash24: change result argument to uint64_t
Martin Pitt
2015-11-16
1
-1
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move web-related calls into web-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...
Lennart Poettering
2015-10-27
1
-1
/
+1
*
util-lib: introduce dirent-util.[ch] for directory entry calls
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
-0
/
+1
*
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-0
/
+1
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
1
-6
/
+7
*
import: correct handling if .nspawn file could not be downloaded
Lennart Poettering
2015-10-22
1
-1
/
+2
*
btrfs: beef-up btrfs support with a limited understanding of quota
Lennart Poettering
2015-10-22
1
-1
/
+1
*
import: hash URL in paths if they are too long
Jan Synacek
2015-10-07
1
-6
/
+38
*
importd: fix typos
Daniel Mack
2015-09-09
1
-2
/
+2
*
importd: for .raw and .tar images, try to download .nspawn settings file too
Lennart Poettering
2015-09-08
1
-6
/
+91
*
tree-wide: whenever we fork off a foreign child process reset signal mask/han...
Lennart Poettering
2015-06-10
1
-2
/
+2
*
util: split out signal-util.[ch] from util.[ch]
Lennart Poettering
2015-05-29
1
-0
/
+1
*
shared: add process-util.[ch]
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
util: rework cunescape(), improve error handling
Lennart Poettering
2015-04-07
1
-3
/
+3
*
btrfs: make btrfs_subvol_snapshot() parameters a flags field
Lennart Poettering
2015-04-06
1
-1
/
+1
*
btrfs: support recursively removing btrfs snapshots
Lennart Poettering
2015-04-06
1
-4
/
+2
*
util: rework rm_rf() logic
Lennart Poettering
2015-04-06
1
-2
/
+3
*
importd: add new bus calls for importing local tar and raw images
Lennart Poettering
2015-03-05
1
-121
/
+0
*
import: rename download code from "import" to "pull"
Lennart Poettering
2015-03-05
1
-0
/
+545