summaryrefslogtreecommitdiff
path: root/searx/network
Commit message (Expand)AuthorAge
* Make it work with debian packages.HEADmasterAnton Khirnov2024-01-20
* [fix] spellingjazzzooo2023-09-18
* [mod] searx.network: memory optimizationAlexandre Flament2023-08-27
* Bump httpx 0.21.2 from to 0.24.1Alexandre Flament2023-08-21
* [mod] Shuffle httpx's default ciphers of a SSL context randomly.Markus Heiser2023-03-19
* search.suspended_time settings: bug fixesAlexandre Flament2023-01-28
* Add search.suspended_times settingsLéon Tiekötter2023-01-15
* Update network.pyEvhorizon2022-11-06
* searx.network: add "verify" option to the networksAlexandre Flament2022-10-14
* bing.py: resolve bing.com/ck/a redirectionsAlexandre Flament2022-07-08
* [fix] prepare for pylint 2.14.0Markus Heiser2022-06-03
* [mod] remove deprecate codeAlexandre Flament2022-01-29
* Merge pull request #817 from not-my-profile/pyright-01Alexandre Flament2022-01-27
|\
| * [pyright:basic] searx.webappMartin Fischer2022-01-27
* | Allow 'using_tor_proxy' to be set for each engine individuallyLéon Tiekötter2022-01-27
|/
* [typing] add type hints for dictionariesMartin Fischer2022-01-17
* [mod] upgrade httpx 0.21.2Alexandre Flament2022-01-05
* [format.python] initial formatting of the python codeMarkus Heiser2021-12-27
* [enh] verify that Tor proxy works every time searx startsAlexandre Flament2021-10-12
* [mod] searx.network.stream returns a tuple (response, stream)Alexandre Flament2021-09-28
* [fix] searx.network.stream: fix memory leakAlexandre Flament2021-09-28
* Merge pull request #261 from dalf/upgrade_httpxAlexandre Flament2021-09-17
|\
| * [mod] searx.network: remove redundant codeAlexandre Flament2021-09-17
| * [upd] upgrade httpx 0.19.0Alexandre Flament2021-09-17
* | [pylint] fix global-variable-not-assigned issuesMarkus Heiser2021-09-17
|/
* Merge pull request #297 from dalf/engine-logger-enhAlexandre Flament2021-09-14
|\
| * [mod] debug mode: log HTTP requests with network nameAlexandre Flament2021-09-11
* | [fix] PR #257: use the image_proxy network instead of the default networkAlexandre Flament2021-09-11
|/
* [pylint] searx: drop no longer needed 'missing-function-docstring'Markus Heiser2021-09-07
* [pylint] Pylint 2.10 - unused-variableMarkus Heiser2021-08-31
* [mod] /image_proxy: use HTTP/1 instead of HTTP/2Alexandre Flament2021-08-24
* [fix] image_proxy: always close the httpx responeAlexandre Flament2021-08-24
* [mod] /image_proxy: don't decompress imagesAlexandre Flament2021-08-24
* [mod] move all default settings into searx.settings_defaultsAlexandre Flament2021-06-01
* [coding-style] searx/network/network.py - normalized indentationsMarkus Heiser2021-05-24
* [coding-style] searx/network/client.py - normalized indentationsMarkus Heiser2021-05-24
* [pylint] searx/network/raise_for_httperror.pyMarkus Heiser2021-05-24
* [pylint] searx/network/network.py & add global (NETWORKS)Markus Heiser2021-05-24
* [pylint] searx/network/client.py & add global (TRANSPORT_KWARGS)Markus Heiser2021-05-24
* [pylint] searx/network/__init__.py & add global (THREADLOCAL)Markus Heiser2021-05-24
* [fix] offline engine: don't crash on time recordingAlexandre Flament2021-05-22
* [mod] searx.network.client: the same configuration reuses the same ssl.SSLCon...Alexandre Flament2021-05-05
* [fix] searx.network: fix rare cases where LOOP is NoneAlexandre Flament2021-04-27
* [enh] rewrite and enhance metricsAlexandre Flament2021-04-21
* [mod] refactoring: processorsAlexandre Flament2021-04-21
* [httpx] replace searx.poolrequests by searx.networkAlexandre Flament2021-04-12