aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Use a more standard way to initialize libunwindVsevolod Stakhov2023-09-131-5/+7
|
* [Minor] It seems pcre jit is no longer broken on osxVsevolod Stakhov2023-09-131-2/+0
|
* [Minor] Improve error messageVsevolod Stakhov2023-09-131-18/+23
|
* [Rework] Breaking: return back to semverVsevolod Stakhov2023-09-133-4/+16
|
* Merge pull request #4595 from lbahtarliev/masterVsevolod Stakhov2023-09-132-4/+10
|\ | | | | [Feature] Add ICAP Content-Type and Filename from TODO List
| * Merge branch 'rspamd:master' into masterLBahtarliev2023-09-129-16/+37
| |\ | |/ |/|
* | Merge pull request #4596 from fatalbanana/rbl_numeric_urlsVsevolod Stakhov2023-09-126-2/+23
|\ \ | | | | | | [Feature] rbl: support checking numeric URLs in isolation
| * | [Feature] rbl: support checking numeric URLs in isolationAndrew Lewis2023-09-116-2/+23
| | |
* | | Merge pull request #4598 from fatalbanana/api_docs1Vsevolod Stakhov2023-09-121-10/+10
|\ \ \ | | | | | | | | [Minor] API docs: lua_ip: fix function name
| * | | [Minor] API docs: lua_ip: fix function nameAndrew Lewis2023-09-121-10/+10
|/ / / | | | | | | | | | | | | - Also clarify description - Make sure example is appropriate
* | | Merge pull request #4597 from fatalbanana/rspamadm_argsVsevolod Stakhov2023-09-111-2/+2
|\ \ \ | | | | | | | | [Fix] rspamadm mime: arguments beginning with letter `t`
| * | | [Fix] rspamadm mime: arguments beginning with letter `t`Andrew Lewis2023-09-111-2/+2
|/ / /
* | | [Minor] Misplaced brace...Vsevolod Stakhov2023-09-111-1/+1
| | |
* | | [Fix] Fix grammar definition for content-disposition attributesVsevolod Stakhov2023-09-111-2/+2
|/ /
| * [Feature] Add ICAP Content-Type and Filename from TODO List. Simplify ↵Lyuben Bahtarliev2023-09-122-14/+9
| | | | | | | | changes. Remove unnecessary debug message.
| * [Feature] Add ICAP Content-Type and Filename from TODO ListLyuben Bahtarliev2023-09-112-4/+15
|/
* Merge pull request #4594 from fatalbanana/symbols_prefixesVsevolod Stakhov2023-09-101-1/+1
|\ | | | | [Fix] rbl: really fix dependency registration when symbols_prefixes i…
| * [Fix] rbl: really fix dependency registration when symbols_prefixes is usedAndrew Lewis2023-09-091-1/+1
| |
* | Merge pull request #4592 from ln5/formatstringVsevolod Stakhov2023-09-101-3/+3
|\ \ | |/ |/| [Fix] Correct format string for unw_word_t
| * Update src/libserver/worker_util.cLinus Nordberg2023-09-091-1/+1
| | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
| * Update src/libserver/worker_util.cLinus Nordberg2023-09-091-2/+2
| | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
| * [Fix] Correct format string for unw_word_tLinus Nordberg2023-09-081-2/+2
| | | | | | | | | | | | On x86_64 unw_word_t is uint64_t. NOTE: Possibly incorrect for !x86_64.
* | [Minor] Slightly improve loggingVsevolod Stakhov2023-09-091-4/+12
| |
* | [Fix] Try to fix unzip functionVsevolod Stakhov2023-09-091-7/+6
| |
* | [Minor] Fix some warningsVsevolod Stakhov2023-09-085-190/+225
| |
* | Merge pull request #4591 from ln5/unused-variableVsevolod Stakhov2023-09-084-7/+2
|\ \ | | | | | | [Minor] Remove unused variables
| * | [Minor] Remove unused variablesLinus Nordberg2023-09-084-7/+2
| |/
* | Merge pull request #4590 from ln5/pathgenVsevolod Stakhov2023-09-081-1/+1
|\ \ | | | | | | [Fix] Correct format pattern for RE tree tempfile name
| * | [Fix] Correct format pattern for RE tree tempfile nameLinus Nordberg2023-09-081-1/+1
| |/ | | | | | | Triggered by -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DENABLE_CLANG_PLUGIN=ON -DENABLE_HYPERSCAN=ON.
* / [Minor] Enable hyperscan in drone pipelineVsevolod Stakhov2023-09-081-1/+3
|/
* [Fix] Fix various issues in the `url_redirector` pluginVsevolod Stakhov2023-09-071-4/+6
|
* [Minor] Sort lua modules and use GPtrArray instead of GListVsevolod Stakhov2023-09-074-26/+18
|
* [Minor] Avoid 0 size mallocsVsevolod Stakhov2023-09-071-3/+6
|
* [Minor] Minor reorg of the async sessionVsevolod Stakhov2023-09-071-43/+27
|
* Merge pull request #4588 from ln5/fix-testsVsevolod Stakhov2023-09-071-1/+1
|\ | | | | Fix regression in invokation of rspamd-test
| * 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.
* | Merge pull request #4585 from fatalbanana/patch1Vsevolod Stakhov2023-09-061-1/+0
|\ \ | |/ |/| [Minor] Remove unwanted debug logging
| * [Minor] Remove unwanted debug loggingAndrew Lewis2023-09-061-1/+0
|/
* [Minor] Learn to cycle back on unsignedVsevolod Stakhov2023-09-055-13/+13
|
* [Minor] Support `backtrace` where libunwind is not supportedVsevolod Stakhov2023-09-053-5/+21
|
* [Feature] Add `logging`->`task_max_elts` optionVsevolod Stakhov2023-09-054-32/+30
| | | | Issue: #4583
* [Fix] Fix lua stack corruption when logging large tablesVsevolod Stakhov2023-09-041-9/+9
|
* [Minor] Make table and positional arguments equal in get_from/rcptVsevolod Stakhov2023-09-041-52/+54
|
* [Minor] Update CONTRIBUTING.mdVsevolod Stakhov2023-09-011-5/+5
|
* [Minor] Limit sse/avx implementations to x86_64 onlyVsevolod Stakhov2023-08-292-35/+37
|
* [Minor] Increase log level as this is essentialVsevolod Stakhov2023-08-272-9/+6
|
* [Minor] Make old logger API equal to new oneVsevolod Stakhov2023-08-251-33/+10
| | | | I really don't know why the old API ever exists
* [Minor] Fix `www.` prefix matcherVsevolod Stakhov2023-08-243-16/+33
|
* [Minor] Fix misprintVsevolod Stakhov2023-08-231-1/+17
|
* [Minor] Do not use crypto PRG for mempool uidsVsevolod Stakhov2023-08-232-9/+6
|