| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | [enh] implements #264 : add rel="noreferrer" to external links | Alexandre Flament | |
| 2015-04-26 | [fix] tests | Alexandre Flament | |
| 2015-04-07 | [fix] test follow up | Adam Tauber | |
| 2015-03-29 | [fix] piratebay: missing torrent link | Adam Tauber | |
| 2015-03-14 | [enh] plugin tests | Adam Tauber | |
| 2015-03-11 | [fix] webapp tests | 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 | |||
| 2015-02-11 | Google's unit test | Cqoicebordel | |
| 2015-02-10 | Photon's unit test | Cqoicebordel | |
| As in Flickr, a continue is not detected by coverage as covered but it is. | |||
| 2015-02-09 | DDG Definitions' unit tests | Cqoicebordel | |
| 2015-02-09 | Yacy's unit test | Cqoicebordel | |
| 2015-02-08 | [fix] pep8, tests | Thomas Pointhuber | |
| 2015-02-08 | [enh] add blekko_images engine | Thomas Pointhuber | |
| 2015-02-08 | [enh] add gigablast engine | Thomas Pointhuber | |
| 2015-02-07 | Faroo's unit test | Cqoicebordel | |
| 2015-02-07 | Openstreetmap's unit test | Cqoicebordel | |
| 2015-02-06 | Startpage's unit test | Cqoicebordel | |
| 2015-02-06 | Subtitleseeker's unit test | Cqoicebordel | |
| 2015-02-04 | Yahoo's unit test | Cqoicebordel | |
| 2015-02-04 | Yahoo News' unit test | Cqoicebordel | |
| 2015-02-04 | Twitter's unit test | Cqoicebordel | |
| There is a commented line of a test that I didn't succed to make it work. It's an issue of unicode, utf-8, ascii, latin1... I think I tried everything, but if you have an idea... I'm still a newbie in python... | |||
| 2015-02-03 | Mediawiki's unit test | Cqoicebordel | |
| 2015-02-03 | [fix] piratebay url change in tests | Adam Tauber | |
| 2015-02-02 | Currency converter's unit test + DDG correction | Cqoicebordel | |
| Does anyone know how to trigger the except in the currency converter while still being matched by the regex ? | |||
| 2015-02-02 | Duckduckgo unit test | Cqoicebordel | |
| 2015-02-02 | Merge branch 'unit-tests' of https://github.com/Cqoicebordel/searx into ↵ | Adam Tauber | |
| Cqoicebordel-unit-tests Conflicts: searx/tests/test_engines.py | |||
| 2015-02-01 | PirateBay unit test + reactivation in Settings | Cqoicebordel | |
| 2015-02-01 | Flickr Noapi unit test | Cqoicebordel | |
| 2015-02-01 | [enh] add test for 1x.com | Thomas Pointhuber | |
| 2015-02-01 | 500px unit test | Cqoicebordel | |
| 2015-01-31 | Vimeo's unit test | Cqoicebordel | |
| 2015-01-31 | Stackoverflow's unit test | Cqoicebordel | |
| 2015-01-31 | Soundcloud's unit test | Cqoicebordel | |
| 2015-01-31 | Google news' unit test | Cqoicebordel | |
| 2015-01-31 | Google images' unit test | Cqoicebordel | |
| 2015-01-30 | Kickass' unit test | Cqoicebordel | |
| 2015-01-30 | BTDigg's unit test | Cqoicebordel | |
| 2015-01-29 | Bing news' unit test | Cqoicebordel | |
| I have no idea why coverage tell 97% and 2 misses in branches. If anyone has an idea... | |||
| 2015-01-29 | Bing images' unit test | Cqoicebordel | |
| 2015-01-29 | Deviant Art's unit test | Cqoicebordel | |