summaryrefslogtreecommitdiff
path: root/src/import/import-compress.c
Commit message (Expand)AuthorAgeFilesLines
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* import: make sure we can import empty filesLennart Poettering2021-01-291-0/+7
* import: don't invoke compress callbacks with empty dataLennart Poettering2021-01-291-9/+15
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Make bzip2 an optional dependency for systemd-importdThiago Macieira2018-09-251-0/+14
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* support LZMA concatenated filesMatthew Thode2018-01-111-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold2017-10-021-6/+6
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-1/+2
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-3/+3
* importd: add API for exporting container/VM imagesLennart Poettering2015-03-091-4/+280
* import: split out compression logic, so that we can share it with between imp...Lennart Poettering2015-03-051-0/+194