Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Update version | Vsevolod Stakhov | 6 days | 1 | -1/+1 |
| | |||||
* | [Minor] Fix jemalloc detection | Vsevolod Stakhov | 2024-12-04 | 1 | -1/+1 |
| | |||||
* | [Rework] Replace fastutf with simdutf | Vsevolod Stakhov | 2024-11-29 | 1 | -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-module | Vsevolod Stakhov | 2024-11-11 | 1 | -2/+0 |
|\ | | | | | [Rework] Breaking: Actualize elastic module | ||||
| * | Merge branch 'master' into actualize-elastic-module | Dmitriy Alekseev | 2024-10-17 | 1 | -7/+5 |
| |\ | |||||
| * | | [Rework] Breaking: Actualize elastic module, support Elastic 8 & OpenSearch ↵ | Dmitriy Alekseev | 2024-10-14 | 1 | -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 conditionally | Vsevolod Stakhov | 2024-11-09 | 1 | -4/+8 |
| | | | |||||
* | | | [Conf] Install examples | Vsevolod Stakhov | 2024-11-06 | 1 | -1/+3 |
| |/ |/| | |||||
* | | [Minor] Remove bogus DEBIAN_BUILD constant | Vsevolod Stakhov | 2024-10-15 | 1 | -7/+5 |
|/ | |||||
* | [Minor] Update version | Vsevolod Stakhov | 2024-09-30 | 1 | -1/+1 |
| | |||||
* | [Minor] Our version should be 3.10 | Vsevolod Stakhov | 2024-09-23 | 1 | -2/+2 |
| | |||||
* | [Minor] Detect __builtin_cpu_supports | Vsevolod Stakhov | 2024-09-16 | 1 | -0/+7 |
| | |||||
* | [Minor] Avoid some warnings | Vsevolod Stakhov | 2024-08-07 | 1 | -0/+2 |
| | |||||
* | [Minor] Update version to 3.9.2 | Vsevolod Stakhov | 2024-07-23 | 1 | -1/+1 |
| | |||||
* | [Minor] Update version to 3.9.1 | Vsevolod Stakhov | 2024-07-12 | 1 | -1/+1 |
| | |||||
* | [Project] Use libarchive for troublesome archives | Vsevolod Stakhov | 2024-02-28 | 1 | -0/+3 |
| | |||||
* | [Minor] Update version to 3.9.0 | Vsevolod Stakhov | 2024-02-20 | 1 | -2/+2 |
| | |||||
* | [Minor] Build tests with CTest in Cmake | Vsevolod Stakhov | 2024-02-19 | 1 | -0/+1 |
| | |||||
* | [Minor] Update version | Vsevolod Stakhov | 2024-01-25 | 1 | -1/+1 |
| | |||||
* | [Minor] Update version to 3.8.1 | Vsevolod Stakhov | 2024-01-19 | 1 | -1/+1 |
| | |||||
* | [Minor] Properly search for fasttext include | Vsevolod Stakhov | 2023-11-13 | 1 | -2/+1 |
| | |||||
* | [Minor] Update version to 3.8 as we have too many new features | Vsevolod Stakhov | 2023-11-04 | 1 | -2/+2 |
| | |||||
* | [Minor] Update version | Vsevolod Stakhov | 2023-10-27 | 1 | -1/+1 |
| | |||||
* | [Minor] Update version | Vsevolod Stakhov | 2023-10-26 | 1 | -1/+1 |
| | |||||
* | [Minor] Do not use `setproctitle` on Linux | Vsevolod Stakhov | 2023-10-14 | 1 | -1/+4 |
| | | | | Issue: #4634 | ||||
* | [Minor] Make compiling with backward-cpp optional | Duncan Bellamy | 2023-10-12 | 1 | -4/+12 |
| | |||||
* | [Minor] Update version | Vsevolod Stakhov | 2023-10-11 | 1 | -1/+1 |
| | |||||
* | Release 3.7.13.7.1 | Vsevolod Stakhov | 2023-10-07 | 1 | -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 missing | Vsevolod Stakhov | 2023-09-13 | 1 | -0/+5 |
| | |||||
* | [Feature] Use backward-cpp instead of manual libunwind stuff | Vsevolod Stakhov | 2023-09-13 | 1 | -9/+2 |
| | |||||
* | [Rework] Breaking: return back to semver | Vsevolod Stakhov | 2023-09-13 | 1 | -1/+3 |
| | |||||
* | Fix regression in invokation of rspamd-test | Linus Nordberg | 2023-09-07 | 1 | -1/+1 |
| | | | | A space seems to have sneaked into the setting of LUA_PATH environment. | ||||
* | [Minor] Support `backtrace` where libunwind is not supported | Vsevolod Stakhov | 2023-09-05 | 1 | -1/+3 |
| | |||||
* | [Fix] CMakeLists.txt remove whitespace added by linter as it makes tests fail | Duncan Bellamy | 2023-08-03 | 1 | -1/+1 |
| | |||||
* | [Minor] Update version to 3.7 | Vsevolod Stakhov | 2023-08-03 | 1 | -1/+1 |
| | |||||
* | [Minor] Link with libatomic where possible | Vsevolod Stakhov | 2023-07-31 | 1 | -406/+412 |
| | | | | Issue: #4552 | ||||
* | [Minor] Another try to use the proper linker | Vsevolod Stakhov | 2023-07-16 | 1 | -0/+1 |
| | |||||
* | [Project] Add preliminary language detector based on fasttext library | Vsevolod Stakhov | 2023-04-29 | 1 | -0/+1 |
| | |||||
* | [Minor] Add build system support for fasttext library | Vsevolod Stakhov | 2023-04-23 | 1 | -0/+7 |
| | |||||
* | [Minor] Update version to 3.6 | Vsevolod Stakhov | 2023-03-17 | 1 | -1/+1 |
| | |||||
* | [Minor] remove check for sys/cdefs.h in CMakelists.txt | Duncan Bellamy | 2023-03-11 | 1 | -1/+0 |
| | | | | rspamd uses G_(BEGIN|END)_DECLS not __(BEGIN|END)_DECLS | ||||
* | [Minor] Remove legacy stuff | Vsevolod Stakhov | 2022-12-28 | 1 | -5/+0 |
| | |||||
* | [Minor] Update version to 3.5 | Vsevolod Stakhov | 2022-11-02 | 1 | -1/+1 |
| | |||||
* | [Minor] Some tweaks to the cmake scripts | Vsevolod Stakhov | 2022-10-23 | 1 | -0/+5 |
| | |||||
* | [Minor] Detect ffsll presence in a target system | Vsevolod Stakhov | 2022-10-06 | 1 | -0/+1 |
| | |||||
* | [Minor] Update version to 3.4 | Vsevolod Stakhov | 2022-10-01 | 1 | -1/+1 |
| | |||||
* | [Rework] Switch minimum C++ standard version to C++20 | Vsevolod Stakhov | 2022-06-19 | 1 | -1/+1 |
| | |||||
* | [Minor] Use header only mode for fmt | Vsevolod Stakhov | 2022-06-10 | 1 | -1/+1 |
| | |||||
* | Search for libzstd module | Petr Vaněk | 2022-04-06 | 1 | -1/+1 |
| | | | | | Default pkg-config name of zstd is libzstd.pc. Let's add it to the MODULES list. | ||||
* | Add SYSTEM_XXHASH cmake option | Petr Vaněk | 2022-04-06 | 1 | -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. |