summaryrefslogtreecommitdiff
path: root/searx/search
Commit message (Expand)AuthorAge
* [enh] verify that Tor proxy works every time searx startsAlexandre Flament2021-10-12
* [fix] searx.network.stream: fix memory leakAlexandre Flament2021-09-28
* [fix] checker: fix memory usageAlexandre Flament2021-09-28
* [pylint] fix global-variable-not-assigned issuesMarkus Heiser2021-09-17
* [mod] searx.metrics & searx.search: use the engine loggersAlexandre Flament2021-09-10
* [doc] update docs/dev/plugins.rstAlexandre Flament2021-09-10
* [mod] plugin: call on_result after each engine from the ResultContainerAlexandre Flament2021-09-09
* [pylint] searx: drop no longer needed 'missing-function-docstring'Markus Heiser2021-09-07
* [fix] searx.search.checker.get_result() always return a dictAlexandre Flament2021-08-16
* [pylint] prepare for pylint v2.9.3 / fix some (new) pylint issuesMarkus Heiser2021-07-03
* [fix] typo: online_dictionnary --> online_dictionaryMarkus Heiser2021-06-04
* [mod] settings_default: remove searx.search.max_request_timeout global variableAlexandre Flament2021-06-01
* [pylint] searx/search/__init__.py & replace lic-text by SPDX tagMarkus Heiser2021-05-21
* [mod] remove gc.collect() after each user requestAlexandre Flament2021-05-21
* [pylint] checker/__main__.py & checker/background.pyMarkus Heiser2021-05-05
* [mod] multithreading only in searx.search.* packagesAlexandre Flament2021-05-05
* [lint] pylint searx/search/processors files / BTW add some doc-stringsMarkus Heiser2021-04-27
* [mod] processors: show identical error messages on /search and /statsAlexandre Flament2021-04-27
* [mod] oscar: /preferences , engines tab: report engine timesAlexandre Flament2021-04-21
* [mod] metrics: add secondary parameterAlexandre Flament2021-04-21
* [enh] rewrite and enhance metricsAlexandre Flament2021-04-21
* [mod] refactoring: processorsAlexandre Flament2021-04-21
* [httpx] replace searx.poolrequests by searx.networkAlexandre Flament2021-04-12
* [enh] replace requests by httpxAlexandre Flament2021-04-10
* [fix] checker: various bug fixesAlexandre Flament2021-03-25
* Windows does not support SIGUSR1, so don't use it unconditionally.Rolf2021-03-14
* [mod] by default allow only HTTPS, not HTTPAlexandre Flament2021-03-08
* [enh] add ability to send engine data to subsequent requestsAdam Tauber2021-03-06
* [mod] update currencies.json and fetch_currencies.pyAlexandre Flament2021-02-23
* [fix] duckduckgo engine: "!ddg !g" do not redirect to googleAlexandre Flament2021-02-12
* Fix: activate raise_for_error by defaultAlexandre Flament2021-02-09
* [fix] checker: minor fix about language detectionAlexandre Flament2021-01-19
* [mod] checker : replace pycld3 by langdetectAlexandre Flament2021-01-19
* [fix] /stats/checker : remove the timestamp field when the checker is disabledAlexandre Flament2021-01-18
* [fix] checker: fix engine statisticsAlexandre Flament2021-01-18
* [fix] checker: don't run the checker when uwsgi is not properly configuredAlexandre Flament2021-01-13
* [fix] checker: fix typo unknown instead of unknowAlexandre Flament2021-01-12
* [mod] checker: add status and timestamp to the resultAlexandre Flament2021-01-12
* [mod] checker: minor adjustements on the default testsAlexandre Flament2021-01-12
* |mod] checker: improve searx-checker command lineAlexandre Flament2021-01-12
* [enh] checker: background checkAlexandre Flament2021-01-12
* [fix] do not colorize output on dumb terminalsMarkus Heiser2021-01-12
* [enh] add checkerAlexandre Flament2021-01-12
* [mod] searx.search.EngineRef: remove from_bang parameterAlexandre Flament2020-12-18
* [mod] searx.search.SearchQuery: remove categories parameterAlexandre Flament2020-12-18
* [fix] fix of PR #2225Alexandre Flament2020-12-17
* [mod] split searx.search into different processorsAlexandre Flament2020-12-17
* [mod] searx.search: search_multiple_requests is a method of Search classAlexandre Flament2020-12-17
* [mod] move seax/search.py to searx/search/__init__.pyAlexandre Flament2020-12-17