index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
import
/
import-tar.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-20
1
-1
/
+1
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-0
/
+1
*
import: properly fail if tar exited non-zero, not just when it segfaulted or ...
Lennart Poettering
2018-11-26
1
-0
/
+2
*
import: drop logic of setting up /var/lib/machines as btrfs loopback mount
Lennart Poettering
2018-11-26
1
-13
/
+0
*
import: rerrange tarball/fs imports that have a single top-level directory co...
Lennart Poettering
2018-11-26
1
-0
/
+4
*
import: use structured initializers
Yu Watanabe
2018-11-23
1
-11
/
+18
*
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
*
Rename ratelimit_test to ratelimit_below
Zbigniew Jędrzejewski-Szmek
2018-05-13
1
-1
/
+1
*
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
*
process-util: rework wait_for_terminate_and_warn() to take a flags parameter
Lennart Poettering
2018-01-04
1
-1
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: fix incorrect uses of %m
Zbigniew Jędrzejewski-Szmek
2017-05-13
1
-2
/
+2
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-1
/
+1
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-3
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
treewide: use the negative error codes returned by our functions
Michal Schmidt
2015-11-05
1
-1
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more file I/O related calls into fileio.[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
-9
/
+11
*
import: when downloading images, create a subtree quota group for them
Lennart Poettering
2015-10-22
1
-0
/
+2
*
tree-wide: use coccinelle to patch a lot of code to use mfree()
Lennart Poettering
2015-09-09
1
-2
/
+1
*
util: make machine_name_is_valid() a macro and move it to hostname-util.h
Lennart Poettering
2015-08-24
1
-0
/
+1
*
util: when creating temporary file names, allow including extra id string in it
Lennart Poettering
2015-06-15
1
-1
/
+1
*
shared: add process-util.[ch]
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
btrfs: support recursively removing btrfs snapshots
Lennart Poettering
2015-04-06
1
-6
/
+3
*
util: rework rm_rf() logic
Lennart Poettering
2015-04-06
1
-2
/
+3
*
util: add rename_noreplace
Alban Crequy
2015-03-10
1
-2
/
+3
*
importd: add API for exporting container/VM images
Lennart Poettering
2015-03-09
1
-4
/
+11
*
importd: add new bus calls for importing local tar and raw images
Lennart Poettering
2015-03-05
1
-0
/
+374
*
import: rename download code from "import" to "pull"
Lennart Poettering
2015-03-05
1
-414
/
+0
*
importd: automatically grow /var/lib/machines/ loopback filesystem during dow...
Lennart Poettering
2015-03-03
1
-0
/
+5
*
import: remove unused variable
Thomas Hindoe Paaboel Andersen
2015-02-17
1
-1
/
+0
*
importd: when listing transfers, show progress percentage
Lennart Poettering
2015-01-23
1
-0
/
+77
*
import: drop all capabilities when invoking tar
Lennart Poettering
2015-01-22
1
-52
/
+3
*
import: introduce new mini-daemon systemd-importd, and make machinectl a clie...
Lennart Poettering
2015-01-22
1
-1
/
+2
*
impot: minor cleanups
Lennart Poettering
2015-01-22
1
-3
/
+6
*
import: minor cleanups for the tar and raw importers
Lennart Poettering
2015-01-21
1
-10
/
+30
*
import: also add verification support to tar importer
Lennart Poettering
2015-01-21
1
-13
/
+62
*
import: improve logging
Lennart Poettering
2015-01-21
1
-0
/
+1
*
import: port pull-raw to helper tools implemented for pull-tar
Lennart Poettering
2015-01-20
1
-17
/
+29
*
import: add support for pulling raw tar balls as containers
Lennart Poettering
2015-01-20
1
-0
/
+296