summaryrefslogtreecommitdiff
path: root/src/modules/urlnormalizer/googleurl/GoogleURLNormalizer.cpp
AgeCommit message (Collapse)Author
2015-02-09added a CRAWLER_UNUSED for lua specific module initialization codeAndreas Baumann
fixed to comile without WITH_flags (continued)
2014-10-09first trials with a Google normalizer called from Lua, std::string is the ↵Andreas Baumann
problem currently and the missing wrapper for the URL class also added a local 'tolua', we will have to hack it
2014-10-04adapted all interface in modules, but SEGV happens now in crawler,Andreas Baumann
module tests pass though
2014-07-25we also have to normilze with queryAndreas Baumann
2014-07-24..Andreas Baumann
2012-08-12better naming of modulesAndreas Baumann
2012-08-10started adapting googleurl on windows, icu intergration pendingAndreas 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