summaryrefslogtreecommitdiff
path: root/searx/engines
AgeCommit message (Collapse)Author
2015-02-03[fix] piratebay urlAdam 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-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-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-31Google news' unit testCqoicebordel
2015-01-31Google images' unit testCqoicebordel
2015-01-30Kickass' unit testCqoicebordel
2015-01-30BTDigg's unit testCqoicebordel
2015-01-29Bing news engine correctionsCqoicebordel
XPath *never* return None. (I found the HTML report of coverage)
2015-01-29Bing news' unit testCqoicebordel
I have no idea why coverage tell 97% and 2 misses in branches. If anyone has an idea...
2015-01-29Bing images' unit testCqoicebordel
2015-01-29Deviant Art's unit testCqoicebordel
2015-01-29Digg's unit testCqoicebordel
2015-01-27Searchcode engines correctionsCqoicebordel
2015-01-27[fix] flickr-noapi logging ++ use correct image url - fixes #203 #181Adam Tauber
2015-01-26Youtube's unit testCqoicebordel
2015-01-25Add bing in the test unitsCqoicebordel
2015-01-25Sanitize extract_textCqoicebordel
2015-01-25[fix] btdiggThomas Pointhuber
2015-01-22Change the cookie in bing_news to use the english interfaceCqoicebordel
But still uses the language to set the market, and so provide relevant results to the language. Fix #198
2015-01-22[fix] google engine: depending on the IP of the searx instance, each searx ↵dalf
request where making two HTTP requests (see https://support.google.com/websearch/answer/873?hl=en )
2015-01-22Merge pull request #194 from Cqoicebordel/moar-enginesAdam Tauber
Moar engines
2015-01-21BTDigg and Mixcloud enginesCqoicebordel
2015-01-21[enh] use one single http connection pool : improve response time. close #100dalf
2015-01-17Tiny forgotsCqoicebordel
2015-01-17Flake8Cqoicebordel
2015-01-17Add thumbnails in images resultsCqoicebordel
- Modify engines to create/fetch an URL for the thumbnails - Modify themes to show thumbnails instead of full images. In Courgette, the result is not very beautiful. Should we change it ?
2015-01-15Flake8Cqoicebordel
2015-01-15Fix startpageCqoicebordel
Fix issue with unicode caracters in startpage : we shouldn't urlencode them if we are using POST. Should fix #169. @dimqua can you confirm ?
2015-01-15[enh] add cpp language rewrite ruleAdam Tauber
2015-01-15Merge branch 'code_results' of https://github.com/pointhi/searx into ↵Adam Tauber
pointhi-code_results Conflicts: searx/static/themes/default/css/style.css searx/static/themes/oscar/css/oscar.min.css searx/templates/oscar/result_templates/torrent.html
2015-01-11Fix torrent W3C+UXCqoicebordel
Puts links to torrents and magnets in tool bar Fixes a lot of W3C errors
2015-01-11[fix] dates before 1900Adam Tauber
2015-01-11[fix] hadle missing titleAdam Tauber
2015-01-10[fix] pep8Thomas Pointhuber
2015-01-10[enh] improve torrent resultsThomas Pointhuber
2015-01-09Merge branch 'master' of https://github.com/asciimoo/searx into code_resultsThomas Pointhuber
Conflicts: searx/engines/searchcode_code.py searx/engines/searchcode_doc.py searx/static/oscar/js/searx.min.js searx/templates/oscar/result_templates/default.html searx/templates/oscar/result_templates/images.html searx/templates/oscar/result_templates/map.html searx/templates/oscar/result_templates/torrent.html searx/templates/oscar/result_templates/videos.html
2015-01-09[mod] ignore startpage unicode errorsAdam Tauber
2015-01-09Merge branch 'master' of github.com:asciimoo/searxAdam Tauber
2015-01-09[enh] using the loggerAdam Tauber
2015-01-07Merge branch 'integrated-videos' of https://github.com/Cqoicebordel/searx ↵Adam Tauber
into Cqoicebordel-integrated-videos Conflicts: searx/engines/vimeo.py