index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
import
/
pull.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
import: allow file:// in addition to HTTP(S)
Lennart Poettering
2021-08-20
1
-2
/
+2
*
tree-wide: fix typo
Yu Watanabe
2021-08-18
1
-1
/
+1
*
pull: add --direct mode + make various eatures optional + explicit checksum v...
Lennart Poettering
2021-08-17
1
-103
/
+301
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
signal-util: make -1 termination of ignore_signals() argument list unnecessary
Lennart Poettering
2021-02-25
1
-1
/
+1
*
shared: rename machine-image.[ch] → discover-image.[ch]
Lennart Poettering
2021-02-03
1
-1
/
+1
*
import: fix typo in help text
Lennart Poettering
2021-01-29
1
-1
/
+2
*
import: optionally pull .verity + .roothash.p7s data when downloading
Lennart Poettering
2021-01-19
1
-17
/
+41
*
machine-image: properly support searching for images below some --root= path
Lennart Poettering
2021-01-19
1
-2
/
+2
*
hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()
Lennart Poettering
2020-12-15
1
-2
/
+2
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
1
-20
/
+20
*
basic: add new helper call empty_or_dash_to_null()
Lennart Poettering
2019-04-08
1
-4
/
+2
*
tree-wide: introduce empty_or_dash() helper
Lennart Poettering
2019-04-08
1
-2
/
+2
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+1
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-4
/
+3
*
util-lib: move main() definition macros to its own header file
Lennart Poettering
2018-11-19
1
-0
/
+1
*
import: define mains through macro
Zbigniew Jędrzejewski-Szmek
2018-11-17
1
-7
/
+5
*
import: include error cause in log message
Yu Watanabe
2018-10-19
1
-2
/
+2
*
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
*
machine-image: rework error handling
Lennart Poettering
2018-05-24
1
-6
/
+8
*
machine-image: introduce two different classes of images
Lennart Poettering
2018-05-24
1
-2
/
+2
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
1
-0
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
importd: automatically download .roothash in addition to .nspawn for raw down...
Lennart Poettering
2016-12-21
1
-1
/
+13
*
import: don't log "fake" errno values
Zbigniew Jędrzejewski-Szmek
2016-07-23
1
-2
/
+2
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
importd: drop dkr support
Lennart Poettering
2015-12-10
1
-126
/
+2
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-4
/
+3
*
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
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-0
/
+1
*
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-29
1
-9
/
+7
*
importd: for .raw and .tar images, try to download .nspawn settings file too
Lennart Poettering
2015-09-08
1
-5
/
+17
*
util: make machine_name_is_valid() a macro and move it to hostname-util.h
Lennart Poettering
2015-08-24
1
-0
/
+1
*
import/pull: fix pulling by image digest
Pavel Odvody
2015-06-18
1
-8
/
+8
*
everywhere: port everything to sigprocmask_many() and friends
Lennart Poettering
2015-06-15
1
-9
/
+9
*
tree-wide: whenever we fork off a foreign child process reset signal mask/han...
Lennart Poettering
2015-06-10
1
-1
/
+1
*
util: split out signal-util.[ch] from util.[ch]
Lennart Poettering
2015-05-29
1
-0
/
+1
*
import/pull: Tag replaced with reference
Pavel Odvody
2015-05-19
1
-11
/
+17
*
importd: add API for exporting container/VM images
Lennart Poettering
2015-03-09
1
-1
/
+1
*
importd: add new bus calls for importing local tar and raw images
Lennart Poettering
2015-03-05
1
-0
/
+2
*
pull: improve --help text
Lennart Poettering
2015-03-05
1
-1
/
+1
*
import: rename download code from "import" to "pull"
Lennart Poettering
2015-03-05
1
-25
/
+25
*
import: now that the worker binary is called "systemd-pull" we can shorten th...
Lennart Poettering
2015-01-22
1
-7
/
+7
*
importd: try to minimize confusion by renaming "systemd-import" binary to "sy...
Lennart Poettering
2015-01-22
1
-0
/
+440