]> git.ipfire.org Git - thirdparty/systemd.git/commit
journal-remote: added compression, compression-level and content-encoding negotiation 34822/head
authorAndrii Chubatiuk <andrew.chubatiuk@gmail.com>
Sat, 2 Nov 2024 20:03:26 +0000 (22:03 +0200)
committerAndrii Chubatiuk <andrew.chubatiuk@gmail.com>
Fri, 7 Feb 2025 05:05:02 +0000 (07:05 +0200)
commitcfaf78001c3451d549bcb1ee4adca3e85b934e56
tree3f10b68b59d4bfc4bde6ba10dbcf9cc3433cbd37
parent91d6f1ee5336f93369d21af8e17ca3159ae46cff
journal-remote: added compression, compression-level and content-encoding negotiation
16 files changed:
man/journal-remote.conf.xml
man/journal-upload.conf.xml
src/basic/compress.c
src/basic/compress.h
src/journal-remote/journal-compression-util.c [new file with mode: 0644]
src/journal-remote/journal-compression-util.h [new file with mode: 0644]
src/journal-remote/journal-remote-main.c
src/journal-remote/journal-remote-parse.c
src/journal-remote/journal-remote-parse.h
src/journal-remote/journal-upload-journal.c
src/journal-remote/journal-upload.c
src/journal-remote/journal-upload.h
src/journal-remote/meson.build
src/journal-remote/microhttpd-util.c
src/journal-remote/microhttpd-util.h
test/units/TEST-04-JOURNAL.journal-remote.sh