| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-03 | [fix] piratebay url | Adam Tauber | |
| 2015-02-02 | Merge branch 'unit-tests' of https://github.com/Cqoicebordel/searx into ↵ | Adam Tauber | |
| Cqoicebordel-unit-tests Conflicts: searx/tests/test_engines.py | |||
| 2015-02-01 | PirateBay unit test + reactivation in Settings | Cqoicebordel | |
| 2015-02-01 | Flickr Noapi unit test | Cqoicebordel | |
| 2015-02-01 | [enh] add test for 1x.com | Thomas Pointhuber | |
| 2015-02-01 | 500px unit test | Cqoicebordel | |
| 2015-02-01 | [mod] python importable engine names | Adam Tauber | |
| 2015-02-01 | [enh] improve yacy engine | Thomas Pointhuber | |
| 2015-02-01 | [enh] add 1x.com engine | Thomas Pointhuber | |
| * Deacivated by default, because of the big amount of results | |||
| 2015-01-31 | [enh] default disabled engines - closes #109 | Adam Tauber | |
| 2015-01-31 | [mod] python importable engine names | Adam Tauber | |
| 2015-01-31 | Vimeo's unit test | Cqoicebordel | |
| 2015-01-31 | Stackoverflow's unit test | Cqoicebordel | |
| 2015-01-31 | Google news' unit test | Cqoicebordel | |
| 2015-01-31 | Google images' unit test | Cqoicebordel | |
| 2015-01-30 | Kickass' unit test | Cqoicebordel | |
| 2015-01-30 | BTDigg's unit test | Cqoicebordel | |
| 2015-01-29 | Bing news engine corrections | Cqoicebordel | |
| XPath *never* return None. (I found the HTML report of coverage) | |||
| 2015-01-29 | Bing news' unit test | Cqoicebordel | |
| I have no idea why coverage tell 97% and 2 misses in branches. If anyone has an idea... | |||
| 2015-01-29 | Bing images' unit test | Cqoicebordel | |
| 2015-01-29 | Deviant Art's unit test | Cqoicebordel | |
| 2015-01-29 | Digg's unit test | Cqoicebordel | |
| 2015-01-27 | Searchcode engines corrections | Cqoicebordel | |
| 2015-01-27 | [fix] flickr-noapi logging ++ use correct image url - fixes #203 #181 | Adam Tauber | |
| 2015-01-26 | Youtube's unit test | Cqoicebordel | |
| 2015-01-25 | Add bing in the test units | Cqoicebordel | |
| 2015-01-25 | Sanitize extract_text | Cqoicebordel | |
| 2015-01-25 | [fix] btdigg | Thomas Pointhuber | |
| 2015-01-22 | Change the cookie in bing_news to use the english interface | Cqoicebordel | |
| 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-22 | Merge pull request #194 from Cqoicebordel/moar-engines | Adam Tauber | |
| Moar engines | |||
| 2015-01-21 | BTDigg and Mixcloud engines | Cqoicebordel | |
| 2015-01-21 | [enh] use one single http connection pool : improve response time. close #100 | dalf | |
| 2015-01-17 | Tiny forgots | Cqoicebordel | |
| 2015-01-17 | Flake8 | Cqoicebordel | |
| 2015-01-17 | Add thumbnails in images results | Cqoicebordel | |
| - 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-15 | Flake8 | Cqoicebordel | |
| 2015-01-15 | Fix startpage | Cqoicebordel | |
| 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 rule | Adam Tauber | |
| 2015-01-15 | Merge 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-11 | Fix torrent W3C+UX | Cqoicebordel | |
| Puts links to torrents and magnets in tool bar Fixes a lot of W3C errors | |||
| 2015-01-11 | [fix] dates before 1900 | Adam Tauber | |
| 2015-01-11 | [fix] hadle missing title | Adam Tauber | |
| 2015-01-10 | [fix] pep8 | Thomas Pointhuber | |
| 2015-01-10 | [enh] improve torrent results | Thomas Pointhuber | |
| 2015-01-09 | Merge branch 'master' of https://github.com/asciimoo/searx into code_results | Thomas 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 errors | Adam Tauber | |
| 2015-01-09 | Merge branch 'master' of github.com:asciimoo/searx | Adam Tauber | |
| 2015-01-09 | [enh] using the logger | Adam Tauber | |
| 2015-01-07 | Merge branch 'integrated-videos' of https://github.com/Cqoicebordel/searx ↵ | Adam Tauber | |
| into Cqoicebordel-integrated-videos Conflicts: searx/engines/vimeo.py | |||