summaryrefslogtreecommitdiff
path: root/searx/search/checker
AgeCommit message (Expand)Author
2024-11-10Fix scheduler.luaLeo Liu
2024-03-11[mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTIONMarkus Heiser
2024-03-09[fix] issues reported by pylint 3.1.0Markus Heiser
2024-03-03checker: display results at the endAlexandre Flament
2024-03-02Drop typing-extensions dependency (#3265)Alexandre Flament
2024-01-15[fix] SyntaxWarning: invalid escape sequence '\>'Markus Heiser
2023-09-18[fix] spellingjazzzooo
2022-12-16Merge branch 'master' into fasttextArtikusHG
2022-12-16Replace langdetect with fasttextArtikusHG
2022-12-10move searx.shared.redisdb to searx.redisdbAlexandre Flament
2022-11-05Initialize Redis in searx/webapp.pyAlexandre FLAMENT
2022-11-05The checker requires RedisAlexandre Flament
2022-09-27[fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser
2022-07-30[fix] pyright repported errorsAlexandre Flament
2022-01-27[pyright:strict] searx.search.checker.backgroundMartin Fischer
2022-01-22[fix] checker: fix image fetchAlexandre Flament
2021-12-27[format.python] initial formatting of the python codeMarkus Heiser
2021-12-27[format.python] disable py code formatting for some hunks of codeMarkus Heiser
2021-09-28[fix] searx.network.stream: fix memory leakAlexandre Flament
2021-09-28[fix] checker: fix memory usageAlexandre Flament
2021-09-07[pylint] searx: drop no longer needed 'missing-function-docstring'Markus Heiser
2021-08-16[fix] searx.search.checker.get_result() always return a dictAlexandre Flament
2021-07-03[pylint] prepare for pylint v2.9.3 / fix some (new) pylint issuesMarkus Heiser
2021-05-05[pylint] checker/__main__.py & checker/background.pyMarkus Heiser
2021-05-05[mod] multithreading only in searx.search.* packagesAlexandre Flament
2021-04-21[mod] oscar: /preferences , engines tab: report engine timesAlexandre Flament
2021-04-21[enh] rewrite and enhance metricsAlexandre Flament
2021-04-21[mod] refactoring: processorsAlexandre Flament
2021-04-12[httpx] replace searx.poolrequests by searx.networkAlexandre Flament
2021-04-10[enh] replace requests by httpxAlexandre Flament
2021-03-25[fix] checker: various bug fixesAlexandre Flament
2021-03-14Windows does not support SIGUSR1, so don't use it unconditionally.Rolf
2021-01-19[fix] checker: minor fix about language detectionAlexandre Flament
2021-01-19[mod] checker : replace pycld3 by langdetectAlexandre Flament
2021-01-18[fix] /stats/checker : remove the timestamp field when the checker is disabledAlexandre Flament
2021-01-18[fix] checker: fix engine statisticsAlexandre Flament
2021-01-13[fix] checker: don't run the checker when uwsgi is not properly configuredAlexandre Flament
2021-01-12[fix] checker: fix typo unknown instead of unknowAlexandre Flament
2021-01-12[mod] checker: add status and timestamp to the resultAlexandre Flament
2021-01-12|mod] checker: improve searx-checker command lineAlexandre Flament
2021-01-12[enh] checker: background checkAlexandre Flament
2021-01-12[fix] do not colorize output on dumb terminalsMarkus Heiser
2021-01-12[enh] add checkerAlexandre Flament