aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Rules] Reduce score of HTTP_TO_HTTPS - subject to remove completelyVsevolod Stakhov2022-10-181-1/+1
* [Minor] Use __func__ in c++ mode as defined by standardVsevolod Stakhov2022-10-181-1/+1
* [Minor] Fix error copying/move behaviourVsevolod Stakhov2022-10-181-0/+28
* [Minor] Use a separate error class instead of std::stringVsevolod Stakhov2022-10-175-53/+162
* [Minor] Rename file to a more appropriate nameVsevolod Stakhov2022-10-176-8/+8
* [Rework] Store the current worker, so other libraries could use this informationVsevolod Stakhov2022-10-163-6/+10
* [Minor] Move hyperscan tools to the libserver domainVsevolod Stakhov2022-10-163-4/+3
* [Project] (Re)implement hyperscan cachingVsevolod Stakhov2022-10-161-3/+197
* [Minor] More tests and fixes to raii fileVsevolod Stakhov2022-10-162-23/+56
* [Minor] Add some more utilitiesVsevolod Stakhov2022-10-152-1/+21
* [Minor] Commit leftoversVsevolod Stakhov2022-10-152-2/+2
* [Rework] Split locked and unlocked files, as mmap does not need flock normallyVsevolod Stakhov2022-10-152-54/+127
* [Fix] Another try to fix close method in lua_tcpVsevolod Stakhov2022-10-131-0/+6
* [Minor] Add some debug logs for mx_checkVsevolod Stakhov2022-10-131-0/+3
* Merge pull request #4304 from twesterhever/temp-comosites-freemail-affVsevolod Stakhov2022-10-121-0/+7
|\
| * [Enhancement] Add composite rule against AFF involving freemailerstwesterhever2022-10-091-0/+7
* | [Test] Add more tests for the passwords checking logicVsevolod Stakhov2022-10-111-8/+24
* | [Fix] Another fix for the enable passwordVsevolod Stakhov2022-10-111-0/+4
* | [Fix] Try to fix the case where password == enable_passwordVsevolod Stakhov2022-10-101-10/+26
* | Merge pull request #4300 from yo000/masterVsevolod Stakhov2022-10-101-0/+2
|\ \
| * | Add basic auth to metadata_exporter http pusheryo2022-10-081-0/+2
* | | [Minor] Add method to extract shared memory from RAII ownershipVsevolod Stakhov2022-10-091-0/+8
* | | Merge pull request #4305 from moisseev/faviconVsevolod Stakhov2022-10-091-1/+1
|\ \ \
| * | | [Minor] Fix copy-paste errormoisseev2022-10-091-1/+1
|/ / /
* | | Merge pull request #4302 from moisseev/faviconVsevolod Stakhov2022-10-091-1/+3
|\ \ \ | |_|/ |/| |
| * | [Fix] Fix favicon.ico Content-Type headermoisseev2022-10-091-1/+3
|/ /
* | [Rework] Start movement of the hyperscan related routines into a single unitVsevolod Stakhov2022-10-082-1/+99
* | [Minor] Add some more methods and tests to the file raii abstractionVsevolod Stakhov2022-10-082-3/+101
* | [Feature] Share hyperscan database among processesVsevolod Stakhov2022-10-081-4/+116
* | [Minor] Include config.h to the build targetVsevolod Stakhov2022-10-081-1/+1
|/
* [Minor] Remove redundant checkVsevolod Stakhov2022-10-071-6/+0
* [Minor] Detect ffsll presence in a target systemVsevolod Stakhov2022-10-063-1/+33
* [Fix] Fix hang when close is usedVsevolod Stakhov2022-10-051-0/+18
* Merge pull request #4294 from yo000/masterVsevolod Stakhov2022-10-051-1/+1
|\
| * Fix metadata_exporter with many recipientsyo2022-10-041-1/+1
* | [Minor] Do not use names starting from `_` as they might be reservedVsevolod Stakhov2022-10-041-2/+2
|/
* [Test] Fix failing testVsevolod Stakhov2022-10-031-1/+1
* [Fix] Fix emoji joiner FPVsevolod Stakhov2022-10-031-1/+3
* [Minor] Update version to 3.4Vsevolod Stakhov2022-10-011-1/+1
* Release 3.33.3Vsevolod Stakhov2022-10-011-0/+123
* [Fix] Fix DNS reply handling for HTTP mapsVsevolod Stakhov2022-10-011-1/+1
* [Minor] Add some standard types for .p7s extensionVsevolod Stakhov2022-09-291-2/+2
* Merge pull request #4283 from BtbN/fix_unix_fuzzyVsevolod Stakhov2022-09-262-6/+24
|\
| * [Fix] Fix copying of sockaddr_un addressesTimo Rothenpieler2022-09-261-6/+8
| * [Fix] Bind AF_UNIX DGRAM client connection to annonymous addressTimo Rothenpieler2022-09-261-0/+13
| * [Fix] Only check allowed fuzzy worker update ips for non-unix socketsTimo Rothenpieler2022-09-261-0/+3
|/
* [Fix] Same fix for lua_tcpVsevolod Stakhov2022-09-251-7/+20
* [Fix] Fix crash with cname repliesVsevolod Stakhov2022-09-251-14/+27
* [Minor] Oops, remove experimentVsevolod Stakhov2022-09-241-7/+0
* [Minor] Some neats when working with Unix socketsVsevolod Stakhov2022-09-244-28/+67