summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-29[mod] pretty url separationAdam Tauber
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-27[mod] reduce cookie expirity time - fixes #204Adam Tauber
2015-01-27[mod] update useragent versionsAdam Tauber
2015-01-27[fix] flickr-noapi logging ++ use correct image url - fixes #203 #181Adam Tauber
2015-01-26Youtube's unit testCqoicebordel
2015-01-26Flickr's test unitCqoicebordel
2015-01-25[enh] always enable inner autocompletition (server side only)Adam Tauber
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