summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-23[enh] version 0.13.1v0.13.1Adam Tauber
2017-11-23[fix] autocompleter py3 compatibility - fixes #1088Adam Tauber
2017-11-23[fix] replace obsolete string.join functionAdam Tauber
2017-11-23[fix] measure request duration only if total_time attribute is set - fixes au...Adam Tauber
2017-11-22[fix] change domain name in google engine testAdam Tauber
2017-11-22[fix] use english in google engine if no language was set - this prevents gue...Adam Tauber
2017-11-22[fix] revert language changes to prevent CAPTCHAsAdam Tauber
2017-11-22[enh] timeout and total HTTP time are managed by searx.poolrequestsAlexandre Flament
2017-11-22Merge pull request #1090 from asciimoo/requirement_upgradeAdam Tauber
2017-11-22Dependencies upgradeAlexandre Flament
2017-11-21[enh] version 0.13.0v0.13.0Adam Tauber
2017-11-21[doc] add @vachi, @lcpz, @nikaiw, Thirnearez, @MrPetovan, @woorst, @Apply55gx...Adam Tauber
2017-11-21[enh] update translationsAdam Tauber
2017-11-21[fix] remove trailing 0x00 from csv outputAdam Tauber
2017-11-21[fix] resurrect csv output in py2Adam Tauber
2017-11-21[fix] fix language support of googleAdam Tauber
2017-11-21[fix] allow none as category in preferences - #1086Adam Tauber
2017-11-15Merge pull request #1084 from moon2l/masterAdam Tauber
2017-11-15fix bug: TypeError: set(['bing', 'google']) is not JSON serializable, when cu...yujunqiang
2017-11-14Merge pull request #1083 from cclauss/patch-2Adam Tauber
2017-11-14print() is a function in Python 3cclauss
2017-11-13[enh] update translationsAdam Tauber
2017-11-07Merge pull request #1079 from pyrrh0n1c/masterAdam Tauber
2017-11-07Fixed unittests.pyrrh0n1c
2017-11-07Fixed typos.pyrrh0n1c
2017-11-07Fixed the currency_convert engine.pyrrh0n1c
2017-11-03Merge pull request #1068 from Apply55gx/geniusAdam Tauber
2017-11-03Merge pull request #1078 from kvch/result-engines-setAdam Tauber
2017-11-03results: make engines of results setNoémi Ványi
2017-11-02[mod] add more error handling to json engine II.Adam Tauber
2017-11-02[mod] add more error handling to json engineAdam Tauber
2017-11-02Merge pull request #1076 from jibe-b/patch-10Adam Tauber
2017-11-02[fix] update openairepublicationsjibe-b
2017-11-01[add] OpenAIRE publication enginejibe-b
2017-11-01Merge pull request #1075 from kvch/finish-jibe-b-enginesAdam Tauber
2017-11-01minor fix of BASE engineNoémi Ványi
2017-11-01minor fixes of pubmed engineNoémi Ványi
2017-11-01[add] pubmed enginejibe-b
2017-11-01minor fixes of doi resolverNoémi Ványi
2017-11-01[enh] oa_doi_rewrite plugin broadens doai_rewritejibe-b
2017-11-01add OpenAIRE engine as a json engineNoémi Ványi
2017-11-01minor fixes of arxivNoémi Ványi
2017-11-01[fix] remove .encode for python3 compatibilityjibe-b
2017-11-01[enh] use format to concatenate stringsjibe-b
2017-11-01[add] arxiv enginejibe-b
2017-11-01[enh] update translationsAdam Tauber
2017-10-26[fix] pep8Adam Tauber
2017-10-26[mod] compress saved preferences in urlAdam Tauber
2017-10-25Merge pull request #1 from asciimoo/masterApply55gx
2017-10-25removed unused indicies arrayApply55gx