index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
import
/
pull-raw.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
import: use structured initializers
Yu Watanabe
2018-11-23
1
-13
/
+23
*
chattr: optionally, return the old flags when updating them
Lennart Poettering
2018-10-08
1
-3
/
+3
*
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 new TAKE_FD() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
Replace free and reassignment with free_and_replace
Daniel Lockyer
2017-11-24
1
-3
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
importd: log more information when renaming files
Lennart Poettering
2017-06-26
1
-1
/
+1
*
import: remove misplaced assert()
Lennart Poettering
2017-06-26
1
-1
/
+1
*
only check signature job error if signature job exists (#6118)
tblume
2017-06-21
1
-1
/
+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
-3
/
+9
*
copy: change the various copy_xyz() calls to take a unified flags parameter
Lennart Poettering
2017-02-17
1
-2
/
+2
*
importd: automatically download .roothash in addition to .nspawn for raw down...
Lennart Poettering
2016-12-21
1
-79
/
+192
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-3
/
+1
*
import: don't claim we had copied a settings file if we didn't
Lennart Poettering
2016-02-21
1
-2
/
+4
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
import: report error before losing errno
Michal Schmidt
2015-11-05
1
-1
/
+2
*
treewide: use the negative error codes returned by our functions
Michal Schmidt
2015-11-05
1
-3
/
+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: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out file attribute calls to chattr-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 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
-13
/
+15
*
import: don't claim we moved .nspawn file into place when in fact we did not
Lennart Poettering
2015-10-22
1
-3
/
+3
*
tree-wide: never use the off_t unless glibc makes us use it
Lennart Poettering
2015-09-10
1
-1
/
+1
*
importd: for .raw and .tar images, try to download .nspawn settings file too
Lennart Poettering
2015-09-08
1
-17
/
+141
*
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
-3
/
+3
*
util: merge change_attr_fd() and chattr_fd()
Lennart Poettering
2015-04-08
1
-3
/
+3
*
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
-1
/
+2
*
util: add rename_noreplace
Alban Crequy
2015-03-10
1
-2
/
+2
*
importd: add new bus calls for importing local tar and raw images
Lennart Poettering
2015-03-05
1
-8
/
+8
*
import: rename download code from "import" to "pull"
Lennart Poettering
2015-03-05
1
-0
/
+518