You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Markus Heiser ddc2102a07 [fix] solidtorrents engine: store random bas_url in param
Two different threads ( = two different user queries) can call the request
function in a row and then the response function.  The namespace will be same
since this is the same engine.

To keep exactly the same value ``base_url`` must be stored in params and then
retrieve using ``resp.search_params["base_url"]``.

Suggested-by: @dalf https://github.com/searxng/searxng/pull/862#discussion_r799324861
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
..
answerers [format.python] initial formatting of the python code 3 years ago
data Merge pull request #852 from searxng/update_data_update_ahmia_blacklist.py 3 years ago
engines [fix] solidtorrents engine: store random bas_url in param 3 years ago
help [help] stop rendering documentation with Jinja2 3 years ago
metrics [enh] settings.yml: implement general.enable_metrics 3 years ago
network [mod] remove deprecate code 3 years ago
plugins [enh] limiter plugin 3 years ago
search [enh] implement a OnlineUrlSearchProcessor 3 years ago
shared [pyright:strict] searx.search.checker.background 3 years ago
static [build] /static 3 years ago
templates [simple] add aria-label to preferences link 3 years ago
translations [translations] update from Weblate 3 years ago
__init__.py [format.python] initial formatting of the python code 3 years ago
autocomplete.py [fix] brave autocompleter: charset_normalizer issues 3 years ago
exceptions.py [pyright:strict] searx.search.checker.background 3 years ago
external_bang.py [fix] external bangs: don't overwrite Bangs in data trie 3 years ago
external_urls.py [format.python] initial formatting of the python code 3 years ago
flaskfix.py [format.python] initial formatting of the python code 3 years ago
languages.py Update searx.data - update_languages.py 3 years ago
locales.py [format.python] initial formatting of the python code 3 years ago
preferences.py [fix] make BooleanChoices only set cookies that vary from the default 3 years ago
query.py [fix] remove broken ? search operator 3 years ago
results.py [typing] add results.UnresponsiveEngine 3 years ago
settings.yml [fix] solidtorrents engine: JSON API no longer exists 3 years ago
settings_defaults.py [enh] limiter plugin 3 years ago
settings_loader.py [format.python] initial formatting of the python code 3 years ago
unixthreadname.py [format.python] initial formatting of the python code 3 years ago
user_help.py [help] stop rendering documentation with Jinja2 3 years ago
utils.py [format.python] initial formatting of the python code 3 years ago
version.py [format.python] initial formatting of the python code 3 years ago
webadapter.py [fix] disabling all engines in a category makes the bang search in general 3 years ago
webapp.py [pyright] remove no longer needed assertion 3 years ago
webutils.py [enh] change categories_as_tabs from a list to a dict 3 years ago