| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-11 | [enh] add raise_for_httperror | Alexandre Flament | |
| check HTTP response: * detect some comme CAPTCHA challenge (no solving). In this case the engine is suspended for long a time. * otherwise raise HTTPError as before the check is done in poolrequests.py (was before in search.py). update qwant, wikipedia, wikidata to use raise_for_httperror instead of raise_for_status | |||
| 2020-11-20 | [enh] Add multiple outgoing proxies | Alexandre Flament | |
| credits go to @bauruine see https://github.com/searx/searx/pull/1958 | |||
| 2020-09-26 | [mod] upgrade requests to version 2.24.0. use ssl instead of pyopenssl. | Alexandre Flament | |
| requests 2.24.0 uses the ssl module except if it doesn't support SNI, in this case searx fallbacks to pyopenssl. searx logs a critical message and exit if the ssl modules doesn't support SNI and pyOpenSSL is not installed. searx logs a critical message and exit if the ssl version is older than 1.0.2. in requirements.txt, pyopenssl is still required to install searx as a fallback. | |||
| 2020-09-10 | Drop Python 2 (3/n): objects | Dalf | |
| 2020-09-01 | [enh] add option to configure proxies per engine - closes #1827 | Adam Tauber | |
| 2017-11-23 | [fix] measure request duration only if total_time attribute is set - fixes ↵ | Adam Tauber | |
| autocompleter | |||
| 2017-11-22 | [enh] timeout and total HTTP time are managed by searx.poolrequests | Alexandre Flament | |
| 2017-07-20 | [enh] allow default empty values for normal and result proxies | Adam Tauber | |
| 2016-05-02 | Fix pep8 | Guilhem Bonnefille | |
| 2016-04-28 | Use new settings to fine tune the connection pool | Guilhem Bonnefille | |
| In some circumstances, it is necessary to increase size of pool. | |||
| 2016-01-18 | [fix] pep8 compatibilty | Adam Tauber | |
| 2015-10-31 | [fix] lock request pool generator | Adam Tauber | |
| 2015-08-02 | [mod] change settings file structure according to #314 | Adam Tauber | |
| 2015-04-25 | [enh] basic support for http proxy (see #236) | Alexandre Flament | |
| 2015-02-22 | [enh] support of multiple outgoing IPs | Adam Tauber | |
| 2015-01-22 | [fix] poolrequest post method parameters | Adam Tauber | |
| 2015-01-21 | [enh] use one single http connection pool : improve response time. close #100 | dalf | |