summaryrefslogtreecommitdiff
path: root/searx/search
AgeCommit message (Expand)Author
2022-10-14searx.network: add "verify" option to the networksAlexandre Flament
2022-09-27[fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser
2022-08-01[mod] add 'Accept-Language' HTTP header to online processoresMarkus Heiser
2022-08-01[doc] add description of method EngineProcessor.get_params()Markus Heiser
2022-07-30[fix] pyright repported errorsAlexandre Flament
2022-07-07Merge pull request #1443 from return42/fix-online_dictionaryMarkus Heiser
2022-07-07[fix] online_dictionary: regular expressionMarkus Heiser
2022-07-06Better explanation for the use of use_mobile_uiÉmilien Devos
2022-06-11notify the user that use_mobile_ui parameter existEmilien Devos
2022-06-03[fix] prepare for pylint 2.14.0Markus Heiser
2022-01-30[enh] implement a OnlineUrlSearchProcessorMarkus Heiser
2022-01-27[pyright:strict] searx.search.checker.backgroundMartin Fischer
2022-01-22[fix] checker: fix image fetchAlexandre Flament
2022-01-17[typing] add type hints for dictionariesMartin Fischer
2022-01-05[enh] settings.yml: implement general.enable_metricsAlexandre 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-10-12[enh] verify that Tor proxy works every time searx startsAlexandre Flament
2021-09-28[fix] searx.network.stream: fix memory leakAlexandre Flament
2021-09-28[fix] checker: fix memory usageAlexandre Flament
2021-09-17[pylint] fix global-variable-not-assigned issuesMarkus Heiser
2021-09-10[mod] searx.metrics & searx.search: use the engine loggersAlexandre Flament
2021-09-10[doc] update docs/dev/plugins.rstAlexandre Flament
2021-09-09[mod] plugin: call on_result after each engine from the ResultContainerAlexandre 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-06-04[fix] typo: online_dictionnary --> online_dictionaryMarkus Heiser
2021-06-01[mod] settings_default: remove searx.search.max_request_timeout global variableAlexandre Flament
2021-05-21[pylint] searx/search/__init__.py & replace lic-text by SPDX tagMarkus Heiser
2021-05-21[mod] remove gc.collect() after each user requestAlexandre Flament
2021-05-05[pylint] checker/__main__.py & checker/background.pyMarkus Heiser
2021-05-05[mod] multithreading only in searx.search.* packagesAlexandre Flament
2021-04-27[lint] pylint searx/search/processors files / BTW add some doc-stringsMarkus Heiser
2021-04-27[mod] processors: show identical error messages on /search and /statsAlexandre Flament
2021-04-21[mod] oscar: /preferences , engines tab: report engine timesAlexandre Flament
2021-04-21[mod] metrics: add secondary parameterAlexandre 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-03-08[mod] by default allow only HTTPS, not HTTPAlexandre Flament
2021-03-06[enh] add ability to send engine data to subsequent requestsAdam Tauber
2021-02-23[mod] update currencies.json and fetch_currencies.pyAlexandre Flament
2021-02-12[fix] duckduckgo engine: "!ddg !g" do not redirect to googleAlexandre Flament
2021-02-09Fix: activate raise_for_error by defaultAlexandre Flament
2021-01-19[fix] checker: minor fix about language detectionAlexandre Flament
2021-01-19[mod] checker : replace pycld3 by langdetectAlexandre Flament