aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Update versionVsevolod Stakhov6 days1-1/+1
|
* [Minor] Fix jemalloc detectionVsevolod Stakhov2024-12-041-1/+1
|
* [Rework] Replace fastutf with simdutfVsevolod Stakhov2024-11-291-2/+3
| | | | | | Simdutf is faster and has way better support of the architectures (especially when it comes to non-x86 stuff). Hence, it is a good idea to use it instead of the non-supported fastutf8 stuff.
* Merge pull request #5186 from dragoangel/actualize-elastic-moduleVsevolod Stakhov2024-11-111-2/+0
|\ | | | | [Rework] Breaking: Actualize elastic module
| * Merge branch 'master' into actualize-elastic-moduleDmitriy Alekseev2024-10-171-7/+5
| |\
| * | [Rework] Breaking: Actualize elastic module, support Elastic 8 & OpenSearch ↵Dmitriy Alekseev2024-10-141-2/+0
| | | | | | | | | | | | | | | | | | 2, add index policy with logs retention and many more Signed-off-by: Dmytro Alieksieiev <1865999+dragoangel@users.noreply.github.com>
* | | [Conf] Allow to install examples conditionallyVsevolod Stakhov2024-11-091-4/+8
| | |
* | | [Conf] Install examplesVsevolod Stakhov2024-11-061-1/+3
| |/ |/|
* | [Minor] Remove bogus DEBIAN_BUILD constantVsevolod Stakhov2024-10-151-7/+5
|/
* [Minor] Update versionVsevolod Stakhov2024-09-301-1/+1
|
* [Minor] Our version should be 3.10Vsevolod Stakhov2024-09-231-2/+2
|
* [Minor] Detect __builtin_cpu_supportsVsevolod Stakhov2024-09-161-0/+7
|
* [Minor] Avoid some warningsVsevolod Stakhov2024-08-071-0/+2
|
* [Minor] Update version to 3.9.2Vsevolod Stakhov2024-07-231-1/+1
|
* [Minor] Update version to 3.9.1Vsevolod Stakhov2024-07-121-1/+1
|
* [Project] Use libarchive for troublesome archivesVsevolod Stakhov2024-02-281-0/+3
|
* [Minor] Update version to 3.9.0Vsevolod Stakhov2024-02-201-2/+2
|
* [Minor] Build tests with CTest in CmakeVsevolod Stakhov2024-02-191-0/+1
|
* [Minor] Update versionVsevolod Stakhov2024-01-251-1/+1
|
* [Minor] Update version to 3.8.1Vsevolod Stakhov2024-01-191-1/+1
|
* [Minor] Properly search for fasttext includeVsevolod Stakhov2023-11-131-2/+1
|
* [Minor] Update version to 3.8 as we have too many new featuresVsevolod Stakhov2023-11-041-2/+2
|
* [Minor] Update versionVsevolod Stakhov2023-10-271-1/+1
|
* [Minor] Update versionVsevolod Stakhov2023-10-261-1/+1
|
* [Minor] Do not use `setproctitle` on LinuxVsevolod Stakhov2023-10-141-1/+4
| | | | Issue: #4634
* [Minor] Make compiling with backward-cpp optionalDuncan Bellamy2023-10-121-4/+12
|
* [Minor] Update versionVsevolod Stakhov2023-10-111-1/+1
|
* Release 3.7.13.7.1Vsevolod Stakhov2023-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [CritFix] Fix leak in `gzip` function * [Feature] Add ICAP Content-Type and Filename * [Feature] Add `logging`->`task_max_elts` option * [Feature] Add utility to split string like stuff for C++ code * [Feature] Allow to set HTTP auth parameters for the maps * [Feature] Check for plugin configuration errors on `configtest` * [Feature] `known_senders` plugin * [Feature] Use backward-cpp instead of manual libunwind stuff * [Feature] rbl: support checking numeric URLs in isolation * [Fix] CMakeLists.txt remove whitespace added by linter as it makes tests fail * [Fix] Change Date: header location to conform with RFC * [Fix] Correct format pattern for RE tree tempfile name * [Fix] Correct format string for unw_word_t * [Fix] Do not accept invalid ucl object types * [Fix] Do not pollute public headers with libev internals * [Fix] Do not set output type if list application failed * [Fix] Fix `url:set_redirected` method * [Fix] Fix format string and some length issues * [Fix] Fix grammar definition for content-disposition attributes * [Fix] Fix lua schema enrichment logic for Redis params * [Fix] Fix lua stack corruption when logging large tables * [Fix] Fix merge table utility * [Fix] Fix output of non-RSA DKIM keys * [Fix] Fix some corner cases of single-host urls parsing * [Fix] Fix various issues in the `url_redirector` plugin * [Fix] MISSING_MIMEOLE: avoid matching messages from Android GMail app (#4561) * [Fix] Prevent DNSWL sabotage * [Fix] Try to fix unzip function * [Fix] rbl: really fix dependency registration when symbols_prefixes is used * [Fix] rspamadm mime: arguments beginning with letter `t` * [Rework] Breaking: return back to semver * [Rework] Move rcl logic to C++
* [Minor] Another stuff missingVsevolod Stakhov2023-09-131-0/+5
|
* [Feature] Use backward-cpp instead of manual libunwind stuffVsevolod Stakhov2023-09-131-9/+2
|
* [Rework] Breaking: return back to semverVsevolod Stakhov2023-09-131-1/+3
|
* Fix regression in invokation of rspamd-testLinus Nordberg2023-09-071-1/+1
| | | | A space seems to have sneaked into the setting of LUA_PATH environment.
* [Minor] Support `backtrace` where libunwind is not supportedVsevolod Stakhov2023-09-051-1/+3
|
* [Fix] CMakeLists.txt remove whitespace added by linter as it makes tests failDuncan Bellamy2023-08-031-1/+1
|
* [Minor] Update version to 3.7Vsevolod Stakhov2023-08-031-1/+1
|
* [Minor] Link with libatomic where possibleVsevolod Stakhov2023-07-311-406/+412
| | | | Issue: #4552
* [Minor] Another try to use the proper linkerVsevolod Stakhov2023-07-161-0/+1
|
* [Project] Add preliminary language detector based on fasttext libraryVsevolod Stakhov2023-04-291-0/+1
|
* [Minor] Add build system support for fasttext libraryVsevolod Stakhov2023-04-231-0/+7
|
* [Minor] Update version to 3.6Vsevolod Stakhov2023-03-171-1/+1
|
* [Minor] remove check for sys/cdefs.h in CMakelists.txtDuncan Bellamy2023-03-111-1/+0
| | | | rspamd uses G_(BEGIN|END)_DECLS not __(BEGIN|END)_DECLS
* [Minor] Remove legacy stuffVsevolod Stakhov2022-12-281-5/+0
|
* [Minor] Update version to 3.5Vsevolod Stakhov2022-11-021-1/+1
|
* [Minor] Some tweaks to the cmake scriptsVsevolod Stakhov2022-10-231-0/+5
|
* [Minor] Detect ffsll presence in a target systemVsevolod Stakhov2022-10-061-0/+1
|
* [Minor] Update version to 3.4Vsevolod Stakhov2022-10-011-1/+1
|
* [Rework] Switch minimum C++ standard version to C++20Vsevolod Stakhov2022-06-191-1/+1
|
* [Minor] Use header only mode for fmtVsevolod Stakhov2022-06-101-1/+1
|
* Search for libzstd modulePetr Vaněk2022-04-061-1/+1
| | | | | Default pkg-config name of zstd is libzstd.pc. Let's add it to the MODULES list.
* Add SYSTEM_XXHASH cmake optionPetr Vaněk2022-04-061-2/+8
| | | | | | | It is now possible to use system xxhash since commits 23889da9ae11 ("[Minor] Update bundled xxhash") and 7ad02fc1f7e7 ("[Rework] Use xxh3 as a default hash and fix memory/alignment issues"). Let's give packagers this possibility with a new SYSTEM_XXHASH option.