summaryrefslogtreecommitdiff
path: root/searx/network
AgeCommit message (Expand)Author
2021-10-12[enh] verify that Tor proxy works every time searx startsAlexandre Flament
2021-09-28[mod] searx.network.stream returns a tuple (response, stream)Alexandre Flament
2021-09-28[fix] searx.network.stream: fix memory leakAlexandre Flament
2021-09-17Merge pull request #261 from dalf/upgrade_httpxAlexandre Flament
2021-09-17[pylint] fix global-variable-not-assigned issuesMarkus Heiser
2021-09-17[mod] searx.network: remove redundant codeAlexandre Flament
2021-09-17[upd] upgrade httpx 0.19.0Alexandre Flament
2021-09-14Merge pull request #297 from dalf/engine-logger-enhAlexandre Flament
2021-09-11[fix] PR #257: use the image_proxy network instead of the default networkAlexandre Flament
2021-09-11[mod] debug mode: log HTTP requests with network nameAlexandre Flament
2021-09-07[pylint] searx: drop no longer needed 'missing-function-docstring'Markus Heiser
2021-08-31[pylint] Pylint 2.10 - unused-variableMarkus Heiser
2021-08-24[mod] /image_proxy: use HTTP/1 instead of HTTP/2Alexandre Flament
2021-08-24[fix] image_proxy: always close the httpx responeAlexandre Flament
2021-08-24[mod] /image_proxy: don't decompress imagesAlexandre Flament
2021-06-01[mod] move all default settings into searx.settings_defaultsAlexandre Flament
2021-05-24[coding-style] searx/network/network.py - normalized indentationsMarkus Heiser
2021-05-24[coding-style] searx/network/client.py - normalized indentationsMarkus Heiser
2021-05-24[pylint] searx/network/raise_for_httperror.pyMarkus Heiser
2021-05-24[pylint] searx/network/network.py & add global (NETWORKS)Markus Heiser
2021-05-24[pylint] searx/network/client.py & add global (TRANSPORT_KWARGS)Markus Heiser
2021-05-24[pylint] searx/network/__init__.py & add global (THREADLOCAL)Markus Heiser
2021-05-22[fix] offline engine: don't crash on time recordingAlexandre Flament
2021-05-05[mod] searx.network.client: the same configuration reuses the same ssl.SSLCon...Alexandre Flament
2021-04-27[fix] searx.network: fix rare cases where LOOP is NoneAlexandre 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