summaryrefslogtreecommitdiffstats
path: root/src/compressor (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* zstd: compat with v1.4.0Dan van der Ster2019-06-191-1/+1
* cmake: use BUILD_BYPRODUCTS to fix build w/ ninjaKefu Chai2019-05-271-0/+1
* compressor: Update Compressor.cc to work without using namespaceAdam C. Emerson2019-03-291-2/+2
* cmake: do not assume ${CMAKE_GENERATOR} == makeKefu Chai2019-03-211-1/+2
* cmake: rename CMAKE_INSTALL_{FULL_}?PKGLIBDIRKefu Chai2019-02-161-1/+1
* common: abstract the container type of bufferlist::_buffers.Radoslaw Zarzynski2018-12-011-2/+2
* compressor: modify brotli compression plugin.BI SHUN KE2018-11-163-2/+5