index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
compress.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
journal: avoid undefined behaviour in float division by 0.0
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-1
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
Merge pull request #6974 from keszybz/clean-up-defines
Lennart Poettering
2017-10-04
1
-13
/
+13
|
\
|
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-13
/
+13
*
|
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-3
/
+3
|
/
*
journal: fix warning about LZ4_compress_limitedOutput
Zbigniew Jędrzejewski-Szmek
2016-12-10
1
-0
/
+4
*
compress: fix gcc warnings about void* used in arithmetic
Zbigniew Jędrzejewski-Szmek
2016-04-03
1
-5
/
+5
*
Use `PRIu64` to print `uint64_t` in log msgs
Elias Probst
2016-02-29
1
-2
/
+3
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
Merge pull request #1607 from keszybz/lz4-remove-v1
Lennart Poettering
2016-01-20
1
-84
/
+1
|
\
|
*
compress: remove the lz4 v1 compression
Zbigniew Jędrzejewski-Szmek
2015-10-23
1
-84
/
+1
*
|
journal: fix reporting of output size in compres_stream_lz4
Zbigniew Jędrzejewski-Szmek
2015-12-13
1
-2
/
+2
*
|
journal: add dst_allocated_size parameter for compress_blob
Zbigniew Jędrzejewski-Szmek
2015-12-13
1
-4
/
+8
*
|
journal: in some cases we have to decompress the full lz4 field
Zbigniew Jędrzejewski-Szmek
2015-12-13
1
-3
/
+12
*
|
lz4: fix size check which had no chance of working on big-endian
Zbigniew Jędrzejewski-Szmek
2015-12-02
1
-1
/
+1
*
|
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
|
util-lib: move string table stuff into its own string-table.[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
*
|
Merge pull request #1654 from poettering/util-lib
Tom Gundersen
2015-10-25
1
-6
/
+8
|
\
\
|
*
|
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-4
/
+5
|
*
|
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-4
/
+5
|
|
/
*
/
journal: irrelevant coding style fixes
Lennart Poettering
2015-10-24
1
-4
/
+5
|
/
*
compress: return errors without logging, do not fake errno
Zbigniew Jędrzejewski-Szmek
2015-10-15
1
-16
/
+16
*
compress: fix mmap error handling
Zbigniew Jędrzejewski-Szmek
2015-10-14
1
-2
/
+2
*
coredump: use lz4frame api to compress coredumps
Zbigniew Jędrzejewski-Szmek
2015-10-11
1
-55
/
+146
*
tree-wide: never use the off_t unless glibc makes us use it
Lennart Poettering
2015-09-10
1
-16
/
+15
*
Introduce loop_read_exact helper
Zbigniew Jędrzejewski-Szmek
2015-03-10
1
-15
/
+10
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2015-01-22
1
-4
/
+4
*
treewide: sanitize loop_write
Zbigniew Jędrzejewski-Szmek
2014-12-10
1
-11
/
+0
*
journal/compress: use LZ4_compress_continue()
Evangelos Foutras
2014-08-30
1
-3
/
+3
*
Fix misuse of uint64_t as size_t
Zbigniew Jędrzejewski-Szmek
2014-08-04
1
-21
/
+22
*
compress: fix return value
Zbigniew Jędrzejewski-Szmek
2014-07-19
1
-2
/
+2
*
Fix build without any compression enabled
Zbigniew Jędrzejewski-Szmek
2014-07-11
1
-0
/
+4
*
journal/compress: improve xz compression performance
Jon Severinsson
2014-07-09
1
-2
/
+12
*
journal: add LZ4 as optional compressor
Zbigniew Jędrzejewski-Szmek
2014-07-07
1
-38
/
+385
*
journal/compress: return early in uncompress_startswith
Zbigniew Jędrzejewski-Szmek
2014-07-07
1
-64
/
+27
*
coredump: make compression configurable
Zbigniew Jędrzejewski-Szmek
2014-06-26
1
-2
/
+2
*
journal/compress: add stream compression/decompression functions
Zbigniew Jędrzejewski-Szmek
2014-06-26
1
-3
/
+151
*
journal/compress: simplify compress_blob
Zbigniew Jędrzejewski-Szmek
2014-06-26
1
-21
/
+7
*
journal: by default do not decompress dat objects larger than 64K
Lennart Poettering
2012-11-21
1
-6
/
+14
*
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-12
1
-4
/
+4
*
journal: add missing compress.[ch]
Lennart Poettering
2011-12-21
1
-0
/
+208