summaryrefslogtreecommitdiff
path: root/src/modules/urlnormalizer/simpleurl/SimpleURLNormalizer.cpp
AgeCommit message (Expand)Author
2015-02-09added a CRAWLER_UNUSED for lua specific module initialization codeAndreas Baumann
2014-10-16testing with two urlnormalizer modules (google and simple) in crawl.confAndreas Baumann
2014-10-04adapted all interface in modules, but SEGV happens now in crawler,Andreas Baumann
2012-08-12better naming of modulesAndreas Baumann
2012-08-10fixed simle url normalizer and it's testsAndreas Baumann
2012-08-07allow modules to be linked as static libraries, mainly to be able toAndreas Baumann
2012-08-07combined the two url normalizer testsAndreas Baumann
2012-08-07reduced some code duplication when registering modulesAndreas Baumann
2012-08-06removed some debug printsAndreas Baumann
2012-08-06using typeinfo to find correct destruction function for loadable module objectsAndreas Baumann
2012-08-06first steps to make URL loader loadableAndreas Baumann