| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-23 | [enh] improve gigablast engine | Thomas Pointhuber | |
| add language and safesearch support | |||
| 2015-12-22 | [fix] prevent google engine to redirect | Adam Tauber | |
| nid/pref cookies are also removed | |||
| 2015-12-15 | [fix] quickfix for sometimes missing PREF cookie | Adam Tauber | |
| 2015-12-09 | [fix] replace the dead google images ajax api with a working one | Adam Tauber | |
| 2015-11-14 | Merge remote-tracking branch 'origin/master' | Kang-min Liu | |
| 2015-11-14 | fix test faliures of btdigg engine. | Kang-min Liu | |
| This fix the test failures related to 01d2fb9f703fee2a28cdb4c6583158054f9d7558 | |||
| 2015-10-24 | [enh] fix content fetching, parse published date from description | Thomas Pointhuber | |
| 2015-10-16 | [fix] bing news test mock | Adam Tauber | |
| 2015-09-08 | [fix] remove obsolete youtube engine | Adam Tauber | |
| 2015-09-07 | [fix] duckduckgo unicode url - #419 | Adam Tauber | |
| 2015-08-28 | [fix] bing unicode encode error - fixes #408 | Adam Tauber | |
| 2015-08-25 | [fix] piratebay tld according to wikipedia | Adam Tauber | |
| 2015-06-30 | Merge pull request #333 from dalf/piratebay | Adam Tauber | |
| [fix] Piratebay engine | |||
| 2015-06-12 | Add a bit of testing to improve coverage | Cqoicebordel | |
| 2015-06-12 | Fix Vimeo engine. | Cqoicebordel | |
| Solve #368 | |||
| 2015-06-06 | bing_images & www1x engines use https connections | Dalf | |
| 2015-06-04 | [fix] bing_news based on RSS output format | Dalf | |
| 2015-06-02 | Merge pull request #346 from Cqoicebordel/youtube | Adam Tauber | |
| Adds engines : Youtube with or without API and multiple Qwant | |||
| 2015-06-02 | Removed the keywords from the settings in qwant engine | Cqoicebordel | |
| 2015-06-02 | Refactor | Cqoicebordel | |
| Use only one engine for the four search from Qwant | |||
| 2015-06-01 | Merge pull request #344 from asciimoo/google_engine | Adam Tauber | |
| google engine | |||
| 2015-06-01 | [enh] implement image support for swisscows engine | Thomas Pointhuber | |
| 2015-06-01 | [enh] implement swisscows engine, FIX #347 | Thomas Pointhuber | |
| TODO: implement image engine | |||
| 2015-06-01 | New Qwant engines | Cqoicebordel | |
| - Web - Images - News - Social media | |||
| 2015-05-31 | Adds two engines : Youtube with or without API | Cqoicebordel | |
| The API needs an API_KEY The NOAPI doesn't have the published dates. | |||
| 2015-05-30 | [enh] google engine : avoid some "sorry google" by adding another cookie : ↵ | Alexandre Flament | |
| NID. This cookie is specific by hostname. This allow to send request to google.* (according to the search language). Before this commit, request in other languages than english was sent to www.google.com which was redirected to www.google.* The PREF is still use on the www.google.com domain. | |||
| 2015-05-27 | Merge pull request #335 from dalf/flickr | Adam Tauber | |
| [fix] flickr engine | |||
| 2015-05-27 | [fix] flickr engine | Alexandre Flament | |
| 2015-05-27 | [fix] piratebay engine (and disable it by default) | Alexandre Flament | |
| 2015-05-27 | [fix] bing_news | Alexandre Flament | |
| 2015-05-24 | Merge pull request #320 from dalf/currency | Adam Tauber | |
| [enh] currency_convert engine : "1 dollars in euros" | |||
| 2015-05-12 | [enh] currency_convert engine: user can write "1 dollars in euros" instead ↵ | Alexandre Flament | |
| of "1 USD in EUR". The currency names are fetched wikidata and store into a static file : searx/data/currencies.json This file is loaded when the currency_converter is loaded. A database is perhaps more appropiated. | |||
| 2015-05-03 | Merge pull request #310 from dalf/yahoo_news | Adam Tauber | |
| [fix] yahoo_news engine | |||
| 2015-05-03 | [fix] yahoo_news engine | Alexandre Flament | |
| 2015-05-02 | Merge pull request #305 from dalf/https_again | Adam Tauber | |
| [enh] reduce the number of http outgoing connections. | |||
| 2015-05-02 | [fix] google engine tests | Alexandre Flament | |
| 2015-05-02 | [fix] 1x.com tests | Alexandre Flament | |
| 2015-05-02 | [enh] reduce the number of http outgoing connections. | Alexandre Flament | |
| engines that still use http : gigablast, bing image for thumbnails, 1x and dbpedia autocompleter | |||
| 2015-04-26 | Merge pull request #301 from dalf/https | Adam Tauber | |
| engines: use https when possible | |||
| 2015-04-26 | [fix] tests | Alexandre Flament | |
| 2015-04-26 | Merge pull request #298 from dalf/ssl | Adam Tauber | |
| [fix] SSL : SNI support | |||
| 2015-04-26 | [fix] tests | Alexandre Flament | |
| 2015-03-29 | [fix] piratebay: missing torrent link | Adam Tauber | |
| 2015-03-03 | [fix] deezer test with https | Adam Tauber | |
| 2015-02-20 | Correct a few UT | Cqoicebordel | |
| 2015-02-20 | Add Spotify engine | Cqoicebordel | |
| 2015-02-20 | [fix] update yahoo engine according to the web site changes | dalf | |
| 2015-02-12 | Merge pull request #233 from dalf/master | Adam Tauber | |
| [fix] kickass engine | |||
| 2015-02-12 | [fix] kickass engine : change the hostname to kickass.to (since kickass.so ↵ | dalf | |
| doesn't respond). Close #197 perhaps not in clean way. Explanation : In fact 301 responses are followed, except the hook is called for each HTTP response, the first time for the HTTP 301 response then for HTTP 200 response. Since the kickass engine excepts a real result, the engine crashes, AND the requests lib stops here. Add a simple test at the beginning of the result function allows pass the first response and handle correctly the second response (the real one) May be a proper way is to add this test in search.py ? Code inside requests : https://github.com/kennethreitz/requests/blob/53d02381e22436b6d0757eb305eb1a960f82d361/requests/sessions.py#L579 and line 591 | |||
| 2015-02-12 | Merge pull request #210 from Cqoicebordel/unit-tests | Adam Tauber | |
| unit tests | |||