index
:
searxng/.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
searx
/
network
/
network.py
Age
Commit message (
Expand
)
Author
2025-09-20
[fix] image proxy: object has no attribute 'status_code' (#5212)
Léon Tiekötter
2025-09-18
[mod] addition of various type hints / engine processors
Markus Heiser
2025-09-03
[mod] addition of various type hints / tbc
Markus Heiser
2025-05-24
[fix] searx.network: don't trigger DeprecationWarning (#4845)
Alexandre Flament
2025-04-22
[fix] issues when launching a local development server
Markus Heiser
2025-01-28
[refactor] typification of SearXNG (initial) / result items (part 1)
Markus Heiser
2024-11-23
[log] warning with URL in case of 'raise_for_httperror'
Markus Heiser
2024-03-11
[mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION
Markus Heiser
2024-03-09
[fix] issues reported by pylint 3.1.0
Markus Heiser
2023-08-21
Bump httpx 0.21.2 from to 0.24.1
Alexandre Flament
2022-11-06
Update network.py
Evhorizon
2022-10-14
searx.network: add "verify" option to the networks
Alexandre Flament
2022-07-08
bing.py: resolve bing.com/ck/a redirections
Alexandre Flament
2022-01-27
Allow 'using_tor_proxy' to be set for each engine individually
Léon Tiekötter
2022-01-17
[typing] add type hints for dictionaries
Martin Fischer
2022-01-05
[mod] upgrade httpx 0.21.2
Alexandre Flament
2021-12-27
[format.python] initial formatting of the python code
Markus Heiser
2021-10-12
[enh] verify that Tor proxy works every time searx starts
Alexandre Flament
2021-09-17
Merge pull request #261 from dalf/upgrade_httpx
Alexandre Flament
2021-09-17
[pylint] fix global-variable-not-assigned issues
Markus Heiser
2021-09-17
[upd] upgrade httpx 0.19.0
Alexandre Flament
2021-09-11
[mod] debug mode: log HTTP requests with network name
Alexandre Flament
2021-09-07
[pylint] searx: drop no longer needed 'missing-function-docstring'
Markus Heiser
2021-08-24
[mod] /image_proxy: use HTTP/1 instead of HTTP/2
Alexandre Flament
2021-06-01
[mod] move all default settings into searx.settings_defaults
Alexandre Flament
2021-05-24
[coding-style] searx/network/network.py - normalized indentations
Markus Heiser
2021-05-24
[pylint] searx/network/network.py & add global (NETWORKS)
Markus Heiser
2021-04-27
[fix] searx.network: fix rare cases where LOOP is None
Alexandre Flament
2021-04-21
[mod] refactoring: processors
Alexandre Flament
2021-04-12
[httpx] replace searx.poolrequests by searx.network
Alexandre Flament