summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
2016-01-23[fix] swisscow and yandex escaping - fixes #499Adam Tauber
2016-01-21[fix] typoThomas Pointhuber
2016-01-21[mod] enable wolframalpha by defaultAdam Tauber
2016-01-21[mod] move wolframalpha to "science" categoryAdam Tauber
2016-01-18[fix] pep8a01200356
2016-01-18Merge branch 'master' of https://github.com/asciimoo/searxa01200356
2016-01-18[fix] temporary disable googles inner links - #491Adam Tauber
2016-01-18[fix] pep8 compatibiltyAdam Tauber
2016-01-10move two testsa01200356
2016-01-10Merge branch 'master' of https://github.com/asciimoo/searxa01200356
Conflicts: searx/tests/test_engines.py
2016-01-10[fix] robot tests and pep8 checkAdam Tauber
2016-01-10[mod] remove buildout/makefile infrastructureAdam Tauber
2016-01-10[fix] google markup change - closes #489Adam Tauber
2016-01-08Merge branch 'master' of https://github.com/asciimoo/searxa01200356
2016-01-06[fix]#485 AttributeError: 'module' object has no attribute 'old_where'misnyo
2016-01-05append link to result in wolframalpha_api (and the tests to validate that)a01200356
2016-01-03[fix] test in wolframalpha_noapia01200356
2016-01-03add tests for unicode strings in wolframalphaa01200356
2016-01-03Merge branch 'master' into wolframalphaa01200356
2016-01-03[fix] unescape htmlentities in wolframalpha_noapi's answera01200356
2016-01-02[fix] flake8 compliance in testa01200356
2016-01-02Add test case in wolframalpha_noapia01200356
[fix] Display multiple answers in wolframalpha_api
2016-01-02[fix]soundcloud.com guest client_id fetches dynamicallymisnyo
2016-01-02[fix] pass wolframalpha_noapi testsa01200356
2016-01-02update tests for wolframalphaa01200356
2016-01-01[enh] wolframalpha appends resulta01200356
2015-12-30Add tests for the Wolfram Alpha engines (both API and NO API versions)a01200356
2015-12-29Make wolframalpha_noapi.py flake8 complianta01200356
2015-12-29Remove unnecessary code in wolframalpha_noapi enginea01200356
The answer is scraped from a js function, so parsing the html tree doesn't achieve anything here.
2015-12-29Wolfram Alpha (no API needed now)a01200356
2015-12-29[fix] #471 #463 fix old openssl(<1.0.2) requests verify errormisnyo
2015-12-28More fixes (Travis again).a01200356
forfuckssaketravisnotagain
2015-12-28Merge branch 'wolframalpha'a01200356
2015-12-28Fix Travis errors.a01200356
2015-12-27Disable engine by default.a01200356
2015-12-27Undo minor change.a01200356
2015-12-27Merge branch 'master' into wolframalphaa01200356
2015-12-27Remove non API version (doesn't work)a01200356
2015-12-26Returns answer rather than results.a01200356
More appropriate in this case because it will always give just one answer.
2015-12-23[enh] improve gigablast engineThomas Pointhuber
add language and safesearch support
2015-12-23Wolfie kinda works using APIa01200356
2015-12-22[enh] version 0.8.1v0.8.1Adam Tauber
2015-12-22[fix] gigablast https + url paramsAdam Tauber
2015-12-22[fix] prevent google engine to redirectAdam Tauber
nid/pref cookies are also removed
2015-12-22[fix] remove debug messageAdam Tauber
2015-12-17Merge pull request #466 from GreenLunar/masterAdam Tauber
Update OpenSearch Description
2015-12-17Update descriptionGreenLunar
2015-12-15[fix] quickfix for sometimes missing PREF cookieAdam Tauber
2015-12-09[doc] correct google images docstringAdam Tauber
2015-12-09[fix] replace the dead google images ajax api with a working oneAdam Tauber