Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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. | ||||
* | [Minor] Update version to 3.3 | Vsevolod Stakhov | 2022-03-26 | 1 | -1/+1 |
| | |||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 1 | -1/+1 |
| | | | [Rework] Massive spelling fix from @jsoref | ||||
* | [Minor] Remove unused option | Vsevolod Stakhov | 2021-11-21 | 1 | -3/+0 |
| | |||||
* | [Minor] Remove obsolete WITH_HIREDIS define | Vsevolod Stakhov | 2021-11-20 | 1 | -1/+0 |
| | |||||
* | Enable PCRE2 by default. | Yasuhiro Kimura | 2021-11-14 | 1 | -1/+1 |
| | | | | | | | There are 2 major versions of the PCRE library, PCRE and PCRE2. Rspamd supports both and current default is the former. But according to the web page of PCRE library it has reached its end of life. So change the default to the latter. | ||||
* | [Minor] Update version to 3.2 | Vsevolod Stakhov | 2021-11-01 | 1 | -1/+1 |
| | |||||
* | [Minor] Add support for readahead(2) call if available | Vsevolod Stakhov | 2021-10-13 | 1 | -0/+5 |
| | |||||
* | [Minor] Cleanup unused cmake checks | Anton Yuzhaninov | 2021-09-20 | 1 | -44/+0 |
| | |||||
* | Add SYSTEM_DOCTEST cmake option | Petr Vaněk | 2021-09-02 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | This gives packagers option to use system version of doctest rather than bundled one. It is disabled by default. Additionally, there is no need to link rspamd-test-cxx with doctest as it is is single header library. Main reason for this change is that currently bundled version of doctest-2.4.5 can't compile with glibc-2.34 [1]. However, this issue was already fixed in upstream doctest-2.4.6 [2] in commit [3]. With this, packagers can just bump doctest to fixed version. [1] https://github.com/onqtam/doctest/issues/473 [2] https://github.com/onqtam/doctest/blob/master/CHANGELOG.md#246-2021-03-22 [3] https://github.com/onqtam/doctest/commit/099d5414e97244ec44cf46b14cd176b3a3dc52e3 | ||||
* | Add SYSTEM_FMT cmake option | Petr Vaněk | 2021-08-21 | 1 | -2/+7 |
| | | | | | This gives packagers option to use system version of fmt rather than bundled one. It is disabled by default. | ||||
* | [Minor] Update version to 3.1 | Vsevolod Stakhov | 2021-08-20 | 1 | -1/+1 |
| | |||||
* | [Minor] Update version to 3.0 due to amount of changes | Vsevolod Stakhov | 2021-08-08 | 1 | -2/+2 |
| | |||||
* | [Minor] CMakeLists.txt: add LUA_PATH for run-test | Duncan Bellamy | 2021-07-29 | 1 | -1/+4 |
| | | | | * fixes #3826 | ||||
* | [Minor] Run all unit tests for Rspamd in run-test target | Vsevolod Stakhov | 2021-07-24 | 1 | -2/+2 |
| | |||||
* | [Feature] CMakeLists.txt: Change check and run-test to use rspamd-test-cxx | Duncan Bellamy | 2021-07-18 | 1 | -2/+2 |
| | | | | * fixes #3807 | ||||
* | [Minor] Fix FreeBSD release build with lld/libc++ | Vsevolod Stakhov | 2021-06-23 | 1 | -0/+2 |
| | | | | Issue: #3778 | ||||
* | [Minor] change headers for zstd depending on bundled or system used | Duncan Bellamy | 2021-05-29 | 1 | -0/+1 |
| | | | | follow on patch from #3764 | ||||
* | [Minor] Try to fix libicu linkage | Vsevolod Stakhov | 2021-05-28 | 1 | -2/+4 |
| | |||||
* | [Feature] add SYSTEM_ZSTD cmake option | Duncan Bellamy | 2021-05-23 | 1 | -1/+7 |
| | | | | To use the system zstd instead on the bundled version | ||||
* | [Minor] Always use UTF8 as the system encoding (for libicu) | Vsevolod Stakhov | 2021-05-17 | 1 | -0/+1 |
| | |||||
* | [Minor] Remove legacy iconv stuff | Vsevolod Stakhov | 2021-05-15 | 1 | -16/+0 |
| | |||||
* | [Project] Css: Tidy up lambdas | Vsevolod Stakhov | 2021-03-29 | 1 | -1/+1 |
| | |||||
* | [Project] Add fu2 library to better functions abstractions | Vsevolod Stakhov | 2021-03-29 | 1 | -0/+1 |
| | |||||
* | [Project] Css: Move some of the tests to the doctest | Vsevolod Stakhov | 2021-03-15 | 1 | -1/+1 |
| | |||||
* | [Minor] Make "INSTALL GLOB_RECURSE" for conf match conf and inc files | Duncan Bellamy | 2021-03-14 | 1 | -1/+2 |
| | | | | Ignores files left by patch | ||||
* | [Project] Add doctest unit testing library | Vsevolod Stakhov | 2021-03-12 | 1 | -0/+3 |
| | |||||
* | [Project] Add fmt library for simple string ops | Vsevolod Stakhov | 2021-03-12 | 1 | -1/+2 |
| | |||||
* | [Minor] Check for Lua 5.4 | Vsevolod Stakhov | 2021-02-26 | 1 | -12/+25 |
| | | | | Issue: #3656 | ||||
* | [Project] Css: Declarations parsing logic skeleton | Vsevolod Stakhov | 2021-02-18 | 1 | -0/+1 |
| | |||||
* | [Rework] Require proper C++ environment for Rspamd build | Vsevolod Stakhov | 2021-01-14 | 1 | -0/+2 |
| | |||||
* | [Minor] Update version to 2.8 | Vsevolod Stakhov | 2021-01-08 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix some compiler warnings | Duncan Bellamy | 2020-12-29 | 1 | -0/+2 |
| | |||||
* | [Minor] Add LIB_SUFFIXES needed to detect lua on alpine linux | Duncan Bellamy | 2020-12-10 | 1 | -0/+2 |
| | |||||
* | [Minor] Fix bogus cmake | Vsevolod Stakhov | 2020-11-18 | 1 | -4/+4 |
| | |||||
* | [Minor] Use CONFIGURE_DEPENDS for glob expressions | Vsevolod Stakhov | 2020-11-18 | 1 | -6/+6 |
| | |||||
* | [Minor] Update version to 2.7 | Vsevolod Stakhov | 2020-09-30 | 1 | -1/+1 |
| | |||||
* | [Project] Detect memrchr in systems that supports it | Vsevolod Stakhov | 2020-07-24 | 1 | -0/+1 |
| | |||||
* | [Minor] Add recvmmsg detection | Vsevolod Stakhov | 2020-06-01 | 1 | -0/+5 |
| | |||||
* | [Rework] Use google-ced instead of libicu chardet as the former sucks | Vsevolod Stakhov | 2020-05-26 | 1 | -0/+3 |
| | |||||
* | [Minor] Fix pthreads linking | Vsevolod Stakhov | 2020-05-24 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix luajit search | Vsevolod Stakhov | 2020-05-18 | 1 | -3/+6 |
| | |||||
* | [Rework] Remove old FindLua module, disable lua fallback when LuaJIT is enabled | Vsevolod Stakhov | 2020-05-17 | 1 | -23/+46 |
| | |||||
* | [Minor] Update version to 2.6 | Vsevolod Stakhov | 2020-04-01 | 1 | -1/+1 |
| | |||||
* | [Minor] Update version to 2.5 | Vsevolod Stakhov | 2020-02-26 | 1 | -1/+1 |
| | |||||
* | [Minor] Remove some old unused crap | Vsevolod Stakhov | 2020-02-07 | 1 | -1/+0 |
| | |||||
* | [Minor] Add explicit checks for FIPS mode presence | Vsevolod Stakhov | 2020-02-07 | 1 | -0/+11 |
| |