summaryrefslogtreecommitdiffstats
path: root/src/compressor (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #59116 from rzarzynski/wip-constbl-compressorYuri Weinstein2024-12-241-10/+6
|\
| * compressor: switch out of get_current_ptr() for the sake of const-stricter bu...Radoslaw Zarzynski2024-08-091-10/+6
* | Merge pull request #59335 from mkogan1/wip-qat-logsMark Kogan2024-09-231-2/+20
|\ \
| * | warn when QAT switches to software [de]compressionMark Kogan2024-08-201-2/+20
* | | uadk: add uadk supportRongqi Sun2024-08-126-0/+494
|/ /
* | Merge pull request #58046 from hualongfeng/wip_qat_zlib_data_formatCasey Bodley2024-07-263-20/+41
|\ \
| * | compressor: Change data formt to QZ_DEFLATE_GZIP_EXT for QAT zlibhualong feng2024-07-193-20/+41
| |/
* / cmake/compressor: QatAccel depends on legacy-option-headersCasey Bodley2024-07-031-0/+1
|/
* cmake: targets against legacy-option-headers when appropriateKefu Chai2024-05-082-2/+6
* cmake: link against legacy-option-headers instead of depend on itKefu Chai2024-04-271-1/+1
* compressor: move QatAccel out of commonCasey Bodley2024-02-0710-157/+200
* cmake: rename qatzip->QATzip and support pkg-configCasey Bodley2024-02-071-1/+1
* cmake: add WITH_QATLIB to build against qatlibCasey Bodley2024-02-071-3/+3
* common/compressor: update the interfaces and data structuresLiu Miaomiao2023-07-141-25/+14
* compressor: fix rpmbuild on RHEL-8Andriy Tkachuk2022-09-281-0/+1
* Merge pull request #44762 from Zhiwei-Dai/wip-zlib-compressor-isal-for-aarch64Kefu Chai2022-07-283-49/+94
|\
| * compressor/zlib: isa-l optimization for zlib algorithm on aarch64Dai Zhiwei2022-06-253-49/+94
* | Merge pull request #45806 from hualongfeng/qat_error_fix1Casey Bodley2022-06-092-52/+48
|\ \ | |/ |/|
| * common/compressor: fix the issue that read more dataFeng Hualong2022-06-012-52/+48
* | compressor: s/boost::optional/std::optional/Kefu Chai2022-03-229-35/+35
|/
* common/compressor: fix the issue that cannot processed concurrentlyFeng Hualong2022-03-215-30/+146
* cmake: add dependency compression->commonJames Page2022-02-201-0/+1
* compressor: fix compilation issues about QATzipMiaomiao Liu2022-02-184-25/+39
* compressor: replace snappy and lz4 compressors with zlib for QAT based compre...Miaomiao Liu2022-02-081-5/+1
* compressor: build without "using namespace std"Kefu Chai2021-08-131-1/+1
* compression/snappy: use uint32_t to be compatible with 1.1.9Nathan Cutler2021-07-291-1/+1
* cmake: allow use libzstd in systemKefu Chai2021-03-311-23/+9
* cmake: do not specify CMAKE_GENERATOR for external projectsKefu Chai2021-03-091-1/+0
* cmake: use "" for no-op INSTALL_COMMANDKefu Chai2021-03-091-1/+1
* compressor/lz4: use optional<> instead of Tub<>Kefu Chai2021-02-141-4/+4
* compressor/lz4: use range-based loopKefu Chai2021-02-141-6/+5
* compressor: pass string_view instead of stringKefu Chai2020-12-062-4/+6
* compressor: put Compressor into TOPNSPC namespaceKefu Chai2020-12-063-5/+13
* cmake: set GIT_SHALLOW and UPDATE_DISCONNECTEDKefu Chai2020-11-051-0/+1
* cmake: remove yasm since it's been replaced by nasmChangcheng Liu2020-10-291-1/+0
* cmake: use nasm to replace yasm to build isa-lChangcheng Liu2020-10-292-5/+7
* common: rename YASM MACRO to hint support SIMDChangcheng Liu2020-10-292-5/+5
* cmake: Set missing dependenciesLucian Petrut2020-08-314-4/+6
* compressor: fix compile error for QATQiaowei Ren2020-08-146-5/+11
* compressor/zlib:make zlib windowBits configurable for compressionWangPengfei2020-04-3010-55/+64
* Merge pull request #33790 from bstillwell/add_conf_option_zstd_compression_levelKefu Chai2020-04-272-5/+5
|\
| * compressor: Add a config option to specify Zstd compression levelBryan Stillwell2020-04-202-5/+5
* | Merge pull request #34106 from adamemerson/wip-namespace-monKefu Chai2020-03-2513-44/+53
|\ \ | |/ |/|
| * compressor: Build without using namespace declarations in headersAdam C. Emerson2020-03-2213-44/+53
* | compressor/zlib: CMakeLists adaptation with isa-l v2.29.0Hang Li2020-03-101-17/+28
|/
* compressor/lz4: rebuild if buffer is not contiguousSage Weil2020-03-021-0/+12
* crimson:common add TOPNSPC namespace for ceph and crimsonChunmei Liu2020-02-281-1/+1
* src/: s/advance/operator+=/Kefu Chai2020-02-021-1/+1
* cmake: s/bortli_libs/brotli_libs/Kefu Chai2019-09-131-3/+3
* cmake: do not always build brotli or zstdKefu Chai2019-07-112-13/+0