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
Alexandre Flament 283ae7bfad [fix] searx.network: fix rare cases where LOOP is None
* searx.network.client.LOOP is initialized in a thread
* searx.network.__init__ imports LOOP which may happen
  before the thread has initialized LOOP

This commit adds a new function "searx.network.client.get_loop()"
to fix this issue
3 years ago
..
answerers
data Merge pull request #2712 from searx/update_data_update_firefox_version.py 4 years ago
engines [pylint] tag PYLINT_FILES by comment `# lint: pylint` 3 years ago
metrics [mod] searx.metrics.error_recorder: store relative file name instead of the full absolute file name. 3 years ago
network [fix] searx.network: fix rare cases where LOOP is None 3 years ago
plugins [drop] plugin HTTPS rewrite - rule base is to old (update is to big) 3 years ago
raise_for_httperror [enh] rewrite and enhance metrics 3 years ago
search [lint] pylint searx/search/processors files / BTW add some doc-strings 3 years ago
shared
static [upd] ./manage pyenv.cmd searx_extra/update/update_pygments.py 3 years ago
templates Merge pull request #23 from searxng/metrics-stats-engines 3 years ago
translations [enh] update translations from transifex 4 years ago
__init__.py [mod] searx.metrics.error_recorder: store relative file name instead of the full absolute file name. 3 years ago
autocomplete.py [httpx] replace searx.poolrequests by searx.network 4 years ago
exceptions.py
external_bang.py
external_urls.py
languages.py
preferences.py [pylint] tag PYLINT_FILES by comment `# lint: pylint` 3 years ago
query.py
results.py [mod] metrics: add secondary parameter 3 years ago
settings.yml Merge pull request #23 from searxng/metrics-stats-engines 3 years ago
settings_loader.py [fix] settings_loader.py - use update_dict only for mapping types 4 years ago
settings_robot.yml [enh] add DOI resolver from sci-hub / replace default DOI 3 years ago
testing.py [pylint] tag PYLINT_FILES by comment `# lint: pylint` 3 years ago
utils.py [enh] replace requests by httpx 4 years ago
version.py [enh] release v1.0.0 4 years ago
webadapter.py
webapp.py [mod] processors: show identical error messages on /search and /stats 3 years ago
webutils.py