summaryrefslogtreecommitdiff
path: root/searx/network/client.py
AgeCommit message (Expand)Author
2024-07-13[mod] remove py 3.6 leftoversAllen
2024-03-11[mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTIONMarkus Heiser
2023-08-27[mod] searx.network: memory optimizationAlexandre Flament
2023-08-21Bump httpx 0.21.2 from to 0.24.1Alexandre Flament
2023-03-19[mod] Shuffle httpx's default ciphers of a SSL context randomly.Markus Heiser
2022-10-14searx.network: add "verify" option to the networksAlexandre Flament
2022-01-17[typing] add type hints for dictionariesMartin Fischer
2022-01-05[mod] upgrade httpx 0.21.2Alexandre Flament
2021-12-27[format.python] initial formatting of the python codeMarkus Heiser
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-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-05-24[coding-style] searx/network/client.py - normalized indentationsMarkus Heiser
2021-05-24[pylint] searx/network/client.py & add global (TRANSPORT_KWARGS)Markus Heiser
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-12[httpx] replace searx.poolrequests by searx.networkAlexandre Flament