aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver
Commit message (Collapse)AuthorAgeFilesLines
...
* [Fix] Fix parsing of the mask values that are invalidVsevolod Stakhov2023-05-301-7/+21
|
* [Feature] Maps: Add on_load supportVsevolod Stakhov2023-05-273-6/+42
|
* [Minor] Fix for old hyperscanVsevolod Stakhov2023-05-251-1/+1
|
* [Fix] Fix an old issue with order of destruction race between redis pool and luaVsevolod Stakhov2023-05-251-5/+6
|
* [Fix] Try harder to remove bad hyperscan filesVsevolod Stakhov2023-05-251-7/+17
| | | | Issue: #4493
* [Fix] Fix parsing due to old bug revealedVsevolod Stakhov2023-05-242-2/+2
|
* [Feature] Allow to have weak flags in fuzzy storageVsevolod Stakhov2023-05-202-3/+14
|
* [Minor] Always report multipattern compile errorVsevolod Stakhov2023-05-181-1/+1
| | | | Issue: #4487
* [Fix] Fix format string usageVsevolod Stakhov2023-05-131-1/+1
| | | | Issue: #4482
* [Minor] Lua_util: Add normalize_utf8 utilityVsevolod Stakhov2023-05-051-1/+1
| | | | Issue: #4475
* [Minor] Add some more debug to the fasttext classifierVsevolod Stakhov2023-05-031-0/+3
|
* [Minor] Remove unused macroVsevolod Stakhov2023-04-271-27/+0
|
* [Test] Fix unit testsVsevolod Stakhov2023-04-262-4/+15
|
* [Feature] Add html parsing limitVsevolod Stakhov2023-04-265-10/+47
|
* [Minor] Fix build with old hyperscan...Vsevolod Stakhov2023-03-051-1/+6
|
* [Minor] One more mkstemp usageVsevolod Stakhov2023-03-042-8/+7
|
* [Minor] Use `mkstemp` in one more placeVsevolod Stakhov2023-03-041-2/+2
|
* [Fix] Add a database check function unless we have anything from HyperscanVsevolod Stakhov2023-03-021-27/+60
| | | | Related: https://github.com/intel/hyperscan/issues/389
* [Fix] Normalize glob paths to avoid hash table missesVsevolod Stakhov2023-03-021-6/+10
|
* [Minor] Avoid to initialise string with nullptrVsevolod Stakhov2023-02-271-2/+10
|
* [Fix] Add hyperscan databases sanity checkVsevolod Stakhov2023-02-271-1/+22
| | | | Issue: #4409
* [Fix] Further checks for the hs_scratch_allocVsevolod Stakhov2023-02-254-14/+58
| | | | Issue: #4409
* [Fix] Treat `hs_allocate_scratch` errors as non-fatalVsevolod Stakhov2023-02-251-2/+16
| | | | Issue: #4409
* [Minor] Fix some warningsVsevolod Stakhov2023-02-113-11/+7
|
* [Fix] Finally get rid of RSPAMD_USE_47BIT_LIGHTUSERDATA_HACKVsevolod Stakhov2023-02-011-1/+1
|
* [Feature] Add `thresholds` field to the scan resultVsevolod Stakhov2023-01-231-1/+16
|
* Fix build with gcc 13 by including <cstdint>Heiko Becker2023-01-192-0/+2
| | | | | | Like other versions before, gcc 13 moved some includes around and as a result <cstdint> is no longer transitively included. Explicitly include it for uint8_t.
* [Minor] Add log line about hyperscan cleanupVsevolod Stakhov2023-01-071-1/+5
|
* [Minor] Store module that has set the pre-resultVsevolod Stakhov2023-01-021-5/+11
|
* [Minor] Remove unused stuffVsevolod Stakhov2023-01-012-14/+0
|
* [Minor] Try to fix buildVsevolod Stakhov2022-12-031-4/+4
|
* [Minor] Allow to skip hyperscan cleanup if RSPAMD_NO_CLEANUP env variable is setVsevolod Stakhov2022-12-011-1/+2
|
* [Fix] Treat hostnames with no dots as eSLD of their ownVsevolod Stakhov2022-11-261-20/+30
|
* [Minor] Deduplicate codeVsevolod Stakhov2022-11-262-0/+69
|
* [CritFix] Fill path field in hyperscan notice commandVsevolod Stakhov2022-11-211-0/+1
| | | | Reported by: @moisseev
* [Fix] Add workaround for ENOBUFS error on sendingVsevolod Stakhov2022-11-211-5/+18
|
* [Fix] Fix off-by-one error in css tokenizerVsevolod Stakhov2022-11-211-1/+7
|
* [Minor] Fix format stringVsevolod Stakhov2022-11-201-1/+1
|
* [Minor] Add some more logs to the erros in the control pathVsevolod Stakhov2022-11-202-9/+57
|
* [Minor] Add port to the `Host` header if using non-standard portsVsevolod Stakhov2022-11-193-3/+71
|
* [Minor] Add some fail-safety for hyperscan cacheVsevolod Stakhov2022-11-191-1/+13
|
* [Minor] Allow urls with no tld when no tld file is loadedVsevolod Stakhov2022-11-191-1/+4
|
* [Minor] Remove unused methodVsevolod Stakhov2022-11-181-1/+0
|
* [Minor] Try to fix potential off-by-one errorVsevolod Stakhov2022-11-171-0/+5
|
* [Minor] Add a simple check when trying to parse urls on config stageVsevolod Stakhov2022-11-121-0/+9
|
* [CritFix] Deserialise hyperscan to the page-aligned space to prevent ↵Vsevolod Stakhov2022-11-111-1/+9
| | | | | | alignment issues Issue: #4329
* [Minor] Get rid of some compiler warningsVsevolod Stakhov2022-11-042-12/+1
|
* [Minor] Restore non-blocking semantics for the control socket to avoid deadlocksVsevolod Stakhov2022-10-311-2/+3
| | | | XXX: it might be osx specific
* [Minor] Reserve some more bytesVsevolod Stakhov2022-10-311-2/+2
|
* [Minor] Simplify legacy calls via glibVsevolod Stakhov2022-10-301-15/+13
|