aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Disable broken testexternal-mapsVsevolod Stakhov2022-11-191-3/+4
|
* [Test] Another try to fix goddamned dummy http serverVsevolod Stakhov2022-11-191-2/+3
|
* [Test] Another minor fix for the testVsevolod Stakhov2022-11-191-1/+1
|
* [Minor] Add `Accept` headerVsevolod Stakhov2022-11-191-1/+3
|
* [Test] Fix dummy http server for keep-alive postsVsevolod Stakhov2022-11-191-12/+15
|
* [Minor] Add port to the `Host` header if using non-standard portsVsevolod Stakhov2022-11-193-3/+71
|
* [Minor] Add content typeVsevolod Stakhov2022-11-191-0/+3
|
* [Test] Use ip address due to my favourite issue with dual stackVsevolod Stakhov2022-11-191-1/+1
|
* [Minor] Add some fail-safety for hyperscan cacheVsevolod Stakhov2022-11-191-1/+13
|
* [Test] Fix test codeVsevolod Stakhov2022-11-191-2/+2
|
* [Minor] Fix some issuesVsevolod Stakhov2022-11-191-2/+2
|
* [Minor] Allow urls with no tld when no tld file is loadedVsevolod Stakhov2022-11-191-1/+4
|
* [Test] Start write tests for external mapsVsevolod Stakhov2022-11-194-1/+55
|
* [Project] Add query encoding usageVsevolod Stakhov2022-11-191-2/+7
|
* [Project] Add a simple url encoding function + testsVsevolod Stakhov2022-11-191-1/+6
|
* [Project] Unify callbacks invocationVsevolod Stakhov2022-11-191-14/+15
|
* [Project] Implement basic http queryVsevolod Stakhov2022-11-191-3/+88
|
* [Minor] Use upstreams for external mapsVsevolod Stakhov2022-11-191-6/+12
|
* [Minor] Logging neatVsevolod Stakhov2022-11-191-1/+1
|
* [Project] Implement basic configurationVsevolod Stakhov2022-11-191-25/+50
|
* [Project] Add schema for external mapsVsevolod Stakhov2022-11-191-15/+23
|
* [Minor] Also allow to pass callback in the `get_key` methodVsevolod Stakhov2022-11-191-3/+5
|
* [Project] Allow to pass callbacks to maps configurationVsevolod Stakhov2022-11-191-6/+14
|
* [Minor] Remove unused methodVsevolod Stakhov2022-11-181-1/+0
|
* [Minor] Try to fix potential off-by-one errorVsevolod Stakhov2022-11-171-0/+5
|
* [Fix] Add O_CREAT flag when creating a fileVsevolod Stakhov2022-11-161-1/+1
| | | | Issue: #4337
* [Test] Add another used domainVsevolod Stakhov2022-11-151-0/+1
|
* [Test] Fix test tldsVsevolod Stakhov2022-11-152-0/+14
|
* [Test] Define short tld file for testsVsevolod Stakhov2022-11-151-1/+2
|
* [Test] Fix multiple test issuesVsevolod Stakhov2022-11-152-8/+23
|
* Merge pull request #4335 from fatalbanana/dont_use_luajit_on_arm64Vsevolod Stakhov2022-11-151-1/+1
|\ | | | | [Minor] debian package: disable luajit on arm64
| * [Minor] debian package: disable luajit on arm64Andrew Lewis2022-11-141-1/+1
|/
* Merge pull request #4334 from yo000/masterVsevolod Stakhov2022-11-131-4/+8
|\ | | | | [Minor] metadata_exporter http pusher: Extend valid return codes
| * Removes useless indexyo2022-11-131-1/+1
| |
| * metadata_exporter http pusher: Extend valid return codesyo2022-11-131-4/+8
|/
* [Minor] Add a simple check when trying to parse urls on config stageVsevolod Stakhov2022-11-121-0/+9
|
* [Minor] Fix build on 32bit platformsVsevolod Stakhov2022-11-111-2/+2
|
* [CritFix] Deserialise hyperscan to the page-aligned space to prevent ↵Vsevolod Stakhov2022-11-111-1/+9
| | | | | | alignment issues Issue: #4329
* [Minor] Pet luacheckVsevolod Stakhov2022-11-081-1/+1
|
* Merge pull request #4327 from arkamar/tmpdirVsevolod Stakhov2022-11-082-13/+24
|\ | | | | [Test] Use TMPDIR if available
| * [Test] use TMPDIR if available for mkstemp testsPetr Vaněk2022-11-081-4/+14
| |
| * [Test] Do not use hardcoded path for sqlite3 testsPetr Vaněk2022-11-071-9/+10
| |
* | Merge pull request #4328 from jonmoesli/masterVsevolod Stakhov2022-11-081-0/+15
|\ \ | |/ |/| [Feature] Enable Mime part filters on antivirus module
| * Remove whitespaces from empty linejonmoesli2022-11-081-1/+1
| |
| * [Feature] Enable Mime part filters on antivirus modulejonmoesli2022-11-071-0/+15
|/
* Merge pull request #4326 from moisseev/webuiVsevolod Stakhov2022-11-063-0/+6
|\ | | | | [WebUI] Add legacy history version badge
| * [Test] Fix ESLintmoisseev2022-11-051-0/+1
| |
| * [WebUI] Add legacy history version badgemoisseev2022-11-052-0/+5
|/
* Merge pull request #4323 from arkamar/lua_util/unittests-fixVsevolod Stakhov2022-11-051-1/+0
|\ | | | | [Test] Remove test case with non-deterministic result
| * [Test] Remove test case with non-deterministic resultPetr Vaněk2022-11-051-1/+0
|/ | | | | | | | | | Removed test case does not work with luajit-2.1 anymore as it depends on internal behavior of lujait-2.0. The order of URL list returned by `extract_specific_urls` function from `lualib/lua_util` depends on order of keys in table of TLDs. The test case incorrectly expects "net" and "com" being in front of the table, however, "org" can appear there as well.