summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-12[fix] kickass testsdalf
2015-02-12Merge branch 'master' of https://github.com/dalf/searxdalf
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[fix] kickass engine : change the hostname to kickass.to (since kickass.so ↵dalf
doesn't respond). Close #197 perhaps not in clean way. Explaination : 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 begining 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-10Merge branch 'Cqoicebordel-rtl'Adam Tauber
2015-02-10Merge branch 'rtl' of github.com:Cqoicebordel/searxAdam Tauber
2015-02-09[fix] image proxify utf urlsAdam Tauber
2015-02-09Merge pull request #220 from pointhi/safesearchAdam Tauber
Safesearch
2015-02-09Merge pull request #219 from pointhi/new_enginesAdam Tauber
New engines: gigablast and blekko_images
2015-02-08[enh] set google safesearch filter more restictiveThomas Pointhuber
2015-02-08[enh] add safesearch to google_imagesThomas Pointhuber
2015-02-08[fix] pep8, testsThomas Pointhuber
2015-02-08[enh] add safesearch functionalityThomas Pointhuber
2 = strict 1 = moderate 0 = none
2015-02-08[enh] add blekko_images engineThomas Pointhuber
2015-02-08[enh] add gigablast engineThomas Pointhuber
2015-02-08Merge branch 'master' of github.com:asciimoo/searxAdam Tauber
2015-02-08[enh] fabfile to setup searx with uwsgi+nginx under debian based distrosAdam Tauber
2015-02-07[fix] handle proxied https scheme with uwsgiAdam Tauber
2015-02-05[doc] @glogiotatidis added to authorsAdam Tauber
2015-02-04Merge pull request #213 from Cqoicebordel/travisAdam Tauber
Stop running twice the tests on Travis
2015-02-04Merge pull request #212 from glogiotatidis/dockerAdam Tauber
Add Docker support.
2015-02-03Stop running twice the tests on TravisCqoicebordel
2015-02-03Add Docker support.Giorgos Logiotatidis
2015-02-03[enh] v0.7.0Adam Tauber
2015-02-03[doc] @Cqoicebordel promoted to major contributorAdam Tauber
2015-02-03[fix] default blocked categoriesAdam Tauber
2015-02-03[enh] category specific engine deactivation - closes #205Adam Tauber
2015-02-03[fix] piratebay url change in testsAdam Tauber
2015-02-03[fix] piratebay urlAdam Tauber
2015-02-02Merge branch 'Cqoicebordel-unit-tests'Adam Tauber
2015-02-02Merge branch 'unit-tests' of https://github.com/Cqoicebordel/searx into ↵Adam Tauber
Cqoicebordel-unit-tests Conflicts: searx/tests/test_engines.py
2015-02-01PirateBay unit test + reactivation in SettingsCqoicebordel
2015-02-01Flickr Noapi unit testCqoicebordel
2015-02-01Merge pull request #208 from pointhi/new_enginesAdam Tauber
add 1x.com engine, improve yacy-engine
2015-02-01[enh] add test for 1x.comThomas Pointhuber
2015-02-01500px unit testCqoicebordel
2015-02-01[mod] python importable engine namesAdam Tauber
2015-02-01[enh] improve yacy engineThomas Pointhuber
2015-02-01[enh] add 1x.com engineThomas Pointhuber
* Deacivated by default, because of the big amount of results
2015-02-01Merge pull request #207 from pointhi/hash_fixAdam Tauber
[fix] hash error if url is including non ascii characters
2015-02-01[fix] codec can't encode character inside image_proxifyThomas Pointhuber
2015-02-01[fix] hash error if url is including non ascii charactersThomas Pointhuber
2015-01-31[enh] allow override of blocked engines from query stringAdam Tauber
2015-01-31[enh] default disabled engines - closes #109Adam Tauber
2015-01-31[mod] python importable engine namesAdam Tauber
2015-01-31Vimeo's unit testCqoicebordel
2015-01-31Stackoverflow's unit testCqoicebordel
2015-01-31Soundcloud's unit testCqoicebordel
2015-01-31Google news' unit testCqoicebordel
2015-01-31Google images' unit testCqoicebordel