GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/systemd.git
gentoo-206
gentoo-207
gentoo-208
gentoo-212
gentoo-215
gentoo-217
gentoo-220
gentoo-229
gentoo-230
gentoo-234
gentoo-236
gentoo-239
gentoo-240
master
Gentoo mirror of systemd with backported commits
systemd project <systemd@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
journal
/
test-compress.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-1
/
+1
*
journal: adapt for new improved LZ4_decompress_safe_partial()
Zbigniew Jędrzejewski-Szmek
2018-10-30
1
-10
/
+11
*
test-compress: add test for short decompress_startswith calls
Zbigniew Jędrzejewski-Szmek
2018-10-30
1
-0
/
+32
*
Drop support for lz4 < 1.3.0
Zbigniew Jędrzejewski-Szmek
2018-10-29
1
-4
/
+0
*
tests: use a helper function to parse environment and open logging
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-1
/
+2
*
test: log when skipping tests in more cases
Yu Watanabe
2018-09-13
1
-0
/
+1
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
fs-util,test: add helper to remove tempfiles
Zbigniew Jędrzejewski-Szmek
2018-05-18
1
-5
/
+4
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
test: handle gracefully if decompressor tools are not installed (#7455)
Lennart Poettering
2017-11-24
1
-1
/
+8
*
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
-8
/
+8
|
\
|
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-8
/
+8
*
|
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-1
/
+1
|
/
*
test-compress*: silence warning about unused definitions when w/o both xz and...
Zbigniew Jędrzejewski-Szmek
2017-04-19
1
-0
/
+6
*
Fix missing space in comments (#5439)
AsciiWolf
2017-02-24
1
-1
/
+1
*
test-compress: fix warning about LZ4_compress_limitedOutput
Zbigniew Jędrzejewski-Szmek
2016-12-17
1
-0
/
+4
*
test-compression: allow the file to compress to be specified
Zbigniew Jędrzejewski-Szmek
2016-10-31
1
-2
/
+5
*
fileio: simplify mkostemp_safe() (#4090)
Topi Miettinen
2016-09-13
1
-2
/
+2
*
journal: add the "repeating sequence" test case
Zbigniew Jędrzejewski-Szmek
2015-12-13
1
-35
/
+54
*
journal: add "xfail" test for partial lz4 decompression
Zbigniew Jędrzejewski-Szmek
2015-12-13
1
-0
/
+42
*
journal: add dst_allocated_size parameter for compress_blob
Zbigniew Jędrzejewski-Szmek
2015-12-13
1
-7
/
+5
*
util-lib: split out allocation calls into alloc-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
*
coredump: use lz4frame api to compress coredumps
Zbigniew Jędrzejewski-Szmek
2015-10-10
1
-5
/
+4
*
tree-wide: never use the off_t unless glibc makes us use it
Lennart Poettering
2015-09-10
1
-2
/
+2
*
shared: add random-util.[ch]
Ronny Chevalier
2015-04-11
1
-0
/
+1
*
tests: use assert_se instead of assert
Ronny Chevalier
2015-01-22
1
-2
/
+2
*
tests: use assert_se instead of assert
Ronny Chevalier
2014-11-30
1
-9
/
+9
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
test-compress: also test with incompressible inputs
Zbigniew Jędrzejewski-Szmek
2014-08-30
1
-26
/
+65
*
test-compress: make sure asserts with side effects use assert_se()
Filipe Brandenburger
2014-08-26
1
-2
/
+2
*
Fix misuse of uint64_t as size_t
Zbigniew Jędrzejewski-Szmek
2014-08-03
1
-10
/
+9
*
fix #ifdef
Ronny Chevalier
2014-07-08
1
-1
/
+1
*
journal: add LZ4 as optional compressor
Zbigniew Jędrzejewski-Szmek
2014-07-06
1
-46
/
+124
*
coredump: make compression configurable
Zbigniew Jędrzejewski-Szmek
2014-06-26
1
-1
/
+1
*
journal/compress: add stream compression/decompression functions
Zbigniew Jędrzejewski-Szmek
2014-06-26
1
-0
/
+54
*
tests: add test-compress
Ronny Chevalier
2014-06-25
1
-0
/
+76