index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
journal
/
compress.c
Age
Commit message (
Expand
)
Author
2016-04-02
compress: fix gcc warnings about void* used in arithmetic
Zbigniew Jędrzejewski-Szmek
2016-02-29
Use `PRIu64` to print `uint64_t` in log msgs
Elias Probst
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-01-20
Merge pull request #1607 from keszybz/lz4-remove-v1
Lennart Poettering
2015-12-13
journal: fix reporting of output size in compres_stream_lz4
Zbigniew Jędrzejewski-Szmek
2015-12-13
journal: add dst_allocated_size parameter for compress_blob
Zbigniew Jędrzejewski-Szmek
2015-12-13
journal: in some cases we have to decompress the full lz4 field
Zbigniew Jędrzejewski-Szmek
2015-12-02
lz4: fix size check which had no chance of working on big-endian
Zbigniew Jędrzejewski-Szmek
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move string table stuff into its own string-table.[ch]
Lennart Poettering
2015-10-26
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-25
Merge pull request #1654 from poettering/util-lib
Tom Gundersen
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
journal: irrelevant coding style fixes
Lennart Poettering
2015-10-23
compress: remove the lz4 v1 compression
Zbigniew Jędrzejewski-Szmek
2015-10-14
compress: return errors without logging, do not fake errno
Zbigniew Jędrzejewski-Szmek
2015-10-14
compress: fix mmap error handling
Zbigniew Jędrzejewski-Szmek
2015-10-10
coredump: use lz4frame api to compress coredumps
Zbigniew Jędrzejewski-Szmek
2015-09-10
tree-wide: never use the off_t unless glibc makes us use it
Lennart Poettering
2015-03-09
Introduce loop_read_exact helper
Zbigniew Jędrzejewski-Szmek
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-01-22
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2014-12-09
treewide: sanitize loop_write
Zbigniew Jędrzejewski-Szmek
2014-08-30
journal/compress: use LZ4_compress_continue()
Evangelos Foutras
2014-08-03
Fix misuse of uint64_t as size_t
Zbigniew Jędrzejewski-Szmek
2014-07-18
compress: fix return value
Zbigniew Jędrzejewski-Szmek
2014-07-11
Fix build without any compression enabled
Zbigniew Jędrzejewski-Szmek
2014-07-08
journal/compress: improve xz compression performance
Jon Severinsson
2014-07-06
journal: add LZ4 as optional compressor
Zbigniew Jędrzejewski-Szmek
2014-07-06
journal/compress: return early in uncompress_startswith
Zbigniew Jędrzejewski-Szmek
2014-06-26
coredump: make compression configurable
Zbigniew Jędrzejewski-Szmek
2014-06-26
journal/compress: add stream compression/decompression functions
Zbigniew Jędrzejewski-Szmek
2014-06-26
journal/compress: simplify compress_blob
Zbigniew Jędrzejewski-Szmek
2012-11-21
journal: by default do not decompress dat objects larger than 64K
Lennart Poettering
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2011-12-21
journal: add missing compress.[ch]
Lennart Poettering