summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-01500px unit testCqoicebordel
2015-02-01[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
2015-01-30Kickass' unit testCqoicebordel
2015-01-30Replace every bunch of whitespaces with only one space in HTML textCqoicebordel
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-27Dailymotion's unit testCqoicebordel
2015-01-27Searchcode engines correctionsCqoicebordel
2015-01-27Searchcode doc's test unitCqoicebordel
2015-01-27Searchcode code's test unitCqoicebordel
2015-01-27A bit of utils unit testsCqoicebordel
2015-01-26Youtube's unit testCqoicebordel
2015-01-26Flickr's test unitCqoicebordel
2015-01-25Mixcloud's unit testCqoicebordel
2015-01-25Deezer's unit testCqoicebordel
2015-01-25Add bing in the test unitsCqoicebordel
2015-01-25Sanitize extract_textCqoicebordel
2015-01-25Merge pull request #201 from pointhi/engine_fixAdam Tauber
[fix] btdigg
2015-01-25[fix] btdiggThomas Pointhuber
2015-01-23Merge pull request #200 from Cqoicebordel/bing-dateAdam Tauber
Change the cookie in bing_news to use the english interface
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[enh] russian .mo file addedAdam Tauber
2015-01-22[fix] handle single closing element in HTMLTextExtractorAdam Tauber
2015-01-22[fix] poolrequest post method parametersAdam Tauber
2015-01-22Merge pull request #195 from dalf/googleAdam Tauber
[fix] google engine (close #193)
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-21Merge pull request #192 from dalf/connection-poolAdam Tauber
[enh] improve response time. close #100
2015-01-21Revert some wrong merge to allow torrents links to be visibleCqoicebordel
2015-01-21BTDigg and Mixcloud enginesCqoicebordel
2015-01-21[enh] use one single http connection pool : improve response time. close #100dalf
2015-01-20Merge pull request #188 from Cqoicebordel/general-cookiesAdam Tauber
General cookies
2015-01-20Move cookies in render()Cqoicebordel
2015-01-20[doc] @dimqua added to authorsAdam Tauber
2015-01-20Merge pull request #186 from Cqoicebordel/add-bang-autocompletionAdam Tauber
Add '?' bang to the autocompleter
2015-01-20Merge pull request #185 from dimqua/masterAdam Tauber
Russian translation
2015-01-19Flake8Cqoicebordel
2015-01-19Thanks @pointhi !Cqoicebordel
2015-01-19Modify theme Courgette to add colorsCqoicebordel
Two colors are needed so I use a space in the cookie and a split in jinja to "encode" and "decode" them. We should enforce that each theme if they must use a cookie, prefix its name with the name of the theme. The color proposed here are based on bootstrap. We could use others.
2015-01-19Extract colorCqoicebordel
2015-01-19Change theme to allow the logo to be text instead of imageCqoicebordel