summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [CritFix] Restore compatibility with the integrations and headers alterationsVsevolod Stakhov2022-10-221-1/+2
|
* [Minor] Do not sort part urls, it was added by a mistakeVsevolod Stakhov2022-10-211-1/+0
| | | | Discussed with: @citrin
* [Fix] Lua_tcp: Sigh, another try to fix `close` invocationVsevolod Stakhov2022-10-211-1/+11
|
* [Minor] Fix url_cmp operationVsevolod Stakhov2022-10-201-3/+3
|
* [Minor] Remove vectorized hyperscan mode: it has been always brokenVsevolod Stakhov2022-10-202-44/+12
|
* [Fix] Mx_check: Cache the fact of a missing MX recordVsevolod Stakhov2022-10-191-4/+13
|
* [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
|
* [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
| | | | Issue: #4306
* Merge pull request #4300 from yo000/masterVsevolod Stakhov2022-10-101-0/+2
|\ | | | | Add basic auth to metadata_exporter http pusher
| * 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
| |
* | [Minor] Fix copy-paste errormoisseev2022-10-091-1/+1
| | | | | | | | PR: #4302
* | [Fix] Fix favicon.ico Content-Type headermoisseev2022-10-091-1/+3
| | | | | | | | Issue: #4301
* | [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-061-1/+31
|
* [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: fix the case with many recipients
| * 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
|/ | | | Issue: #4293
* [Test] Fix failing testVsevolod Stakhov2022-10-031-1/+1
|
* [Fix] Fix emoji joiner FPVsevolod Stakhov2022-10-031-1/+3
| | | | Issue: #4290
* [Fix] Fix DNS reply handling for HTTP mapsVsevolod Stakhov2022-10-011-1/+1
|
* [Fix] Fix copying of sockaddr_un addressesTimo Rothenpieler2022-09-261-6/+8
| | | | | | | | | | They can be very tiny (hence the adjustment of the size assert) and the path can contain intermittent null bytes, so the only choice is to trust the input slen and copy the whole struct. An autobound unix socket uses an abstract address, which starts with a null byte, hence this change is neccesary for such an address getting copied properly.
* [Fix] Bind AF_UNIX DGRAM client connection to annonymous addressTimo Rothenpieler2022-09-261-0/+13
| | | | Fixes #4278
* [Fix] Only check allowed fuzzy worker update ips for non-unix socketsTimo Rothenpieler2022-09-261-0/+3
| | | | | The source will always be localhost, it makes no sense to check for allowed IPs.
* [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
|
* [Minor] Plug memory leak on cdb backend closingVsevolod Stakhov2022-09-241-3/+4
|
* [Minor] Add some error reportingVsevolod Stakhov2022-09-241-4/+10
|
* [Minor] Partially restore reverted patchVsevolod Stakhov2022-09-241-0/+1
|
* Revert "[Minor] Try to fix refcounts related crash"Vsevolod Stakhov2022-09-241-3/+2
| | | | This reverts commit 5bae837e5fb282e055a9d80d9d6aaf7eaed9a2d5.