summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] change headers for zstd depending on bundled or system usedDuncan Bellamy2021-05-298-11/+47
| | | | follow on patch from #3764
* [Minor] Always use c++ linker nowVsevolod Stakhov2021-05-286-22/+6
|
* [Minor] Lua_html: Restore compatible behaviour of get_extra methodVsevolod Stakhov2021-05-281-3/+3
|
* [Minor] Try to fix libicu linkageVsevolod Stakhov2021-05-281-2/+4
|
* [Minor] Another strlcpy fixVsevolod Stakhov2021-05-281-1/+1
|
* [Minor] Fix styles propagationVsevolod Stakhov2021-05-282-6/+10
|
* [Minor] Fix strlcpy usageVsevolod Stakhov2021-05-271-1/+1
|
* [Minor] Another try to fix clang plugin buildVsevolod Stakhov2021-05-272-4/+2
|
* [Minor] Fix clang pluginVsevolod Stakhov2021-05-272-17/+17
|
* [Rework] Html: Rework lua bindingsVsevolod Stakhov2021-05-275-75/+76
|
* [Rework] Html: Convert to variantVsevolod Stakhov2021-05-272-14/+17
|
* [Rework] Html: Final rework part for the html processing codeVsevolod Stakhov2021-05-271-63/+95
|
* [Rework] Html: Move blocks partVsevolod Stakhov2021-05-272-88/+71
|
* [Rework] Html: Move images processing stuffVsevolod Stakhov2021-05-272-121/+120
|
* [Rework] Html: Further html urls reworkVsevolod Stakhov2021-05-274-344/+322
|
* [Rework] Html: Start refactoring of the html tags handlingVsevolod Stakhov2021-05-274-464/+214
|
* [Minor] Add another helper for mempool typed allocationsVsevolod Stakhov2021-05-271-0/+2
|
* [Rework] Move HTML url functions and rework themVsevolod Stakhov2021-05-273-0/+245
|
* Merge pull request #3764 from a16bitsysop/zstdVsevolod Stakhov2021-05-242-2/+12
|\ | | | | [Feature] add SYSTEM_ZSTD cmake option
| * [Feature] add SYSTEM_ZSTD cmake optionDuncan Bellamy2021-05-232-2/+12
| | | | | | | | To use the system zstd instead on the bundled version
* | Merge pull request #3767 from moisseev/patch-1Vsevolod Stakhov2021-05-241-1/+1
|\ \ | | | | | | [Minor] Add "application/rar" MIME type
| * | [Minor] Add "application/rar" MIME typeAlexander Moisseev2021-05-241-1/+1
|/ /
* | Merge pull request #3763 from citrin/rulesVsevolod Stakhov2021-05-231-6/+14
|\ \ | |/ |/| Minor updates to X-Mailer regexps
| * [Rules] Extend OLD_X_MAILERAnton Yuzhaninov2021-05-221-3/+4
| | | | | | | | Add more old iPhone/iPad Mail versions to the regexp.
| * [Rules] Extend FORGED_X_MAILERAnton Yuzhaninov2021-05-221-3/+10
|/ | | | | Match in FORGED_X_MAILER fake iPhone Mail header with a random string in place of iOS build number, e. g. iPhone Mail (WKN0M)
* [Minor] Const-ify trim function as it does not change anything in factVsevolod Stakhov2021-05-222-4/+4
|
* [Minor] Remove conditional msg_ macro from util.cVsevolod Stakhov2021-05-211-7/+3
|
* [Rework] Allow C code to be compiled with C++ compilerVsevolod Stakhov2021-05-213-899/+157
|
* [Minor] Css: Allow to convert css color to uint32_tVsevolod Stakhov2021-05-211-0/+6
|
* [Minor] Allow typed mempool allocVsevolod Stakhov2021-05-211-1/+4
|
* [Minor] Add -m64 optionVsevolod Stakhov2021-05-211-0/+1
|
* [Rework] Move and adopt entities handling logicVsevolod Stakhov2021-05-215-2385/+2409
|
* [Rework] Add tags definitionsVsevolod Stakhov2021-05-211-0/+198
|
* [Rework] Move entities/tags handlingVsevolod Stakhov2021-05-216-2826/+2584
|
* [Minor] Move html code to a separate subdir (no functional changes)Vsevolod Stakhov2021-05-2013-10/+8
|
* [Fix] Fix http maps with no or invalid expires dataVsevolod Stakhov2021-05-191-3/+21
|
* [Rules] Fix CTYPE_MIXED_BOGUS for text attachmentsVsevolod Stakhov2021-05-191-1/+1
| | | | Issue: #3748
* [Minor] Allow utf8 identifiers in the selectorsVsevolod Stakhov2021-05-191-1/+5
|
* [Fix] Rework metrics handlingVsevolod Stakhov2021-05-183-66/+79
| | | | Issue: #3754
* Merge pull request #3754 from mrueg/openmetricsVsevolod Stakhov2021-05-183-1/+312
|\ | | | | [Feature] Implement an endpoint for OpenMetrics / Prometheus
| * Implement an endpoint for OpenMetricsManuel RĂ¼ger2021-05-173-1/+312
| | | | | | | | Now /metrics provides an endpoint that is openmetrics compatible.
* | Merge pull request #3747 from fatalbanana/use_settingsVsevolod Stakhov2021-05-1847-624/+1577
|\ \ | | | | | | even further updates for tests
| * | [Test] Merge test suites; use settingsAndrew Lewis2021-05-1847-624/+1577
| | |
* | | [Minor] Fix buffer overflow due to libicu super safe macrosVsevolod Stakhov2021-05-181-3/+15
|/ /
* | [Minor] Fix build with older icuVsevolod Stakhov2021-05-171-1/+1
| |
* | [Minor] Another try to fix the logic around 8bit charsets handlingVsevolod Stakhov2021-05-171-3/+0
| |
* | [Minor] Fix non-utf inputs checkingVsevolod Stakhov2021-05-171-0/+4
| |
* | [Minor] Add missing includeVsevolod Stakhov2021-05-171-0/+1
| |
* | [Rework] Use C++ version for unicode normalisationVsevolod Stakhov2021-05-176-147/+120
| |
* | [Minor] Dmarc: Slightly refactor functionVsevolod Stakhov2021-05-171-32/+38
| |