summaryrefslogtreecommitdiff
path: root/src/modules/urlnormalizer
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-16simple url normalizer in Lua on WindowsAndreas Baumann
2014-10-16..Andreas Baumann
2014-10-16testing with two urlnormalizer modules (google and simple) in crawl.confAndreas Baumann
2014-10-14fixed url normalizer tests on Windows (by linking them statically).Andreas Baumann
There is some improvement to make the WITH_MODULELOADER a make property and not hard-coded in the makefiles!
2014-10-14adapted google url normlazier Lua binding for WindowsAndreas Baumann
adapting cralwer to link work with Lua on windows (work in progress)
2014-10-09first running lua code with URL normalization, cleanup needed..Andreas Baumann
2014-10-09adaptiosn to use local toluaAndreas Baumann
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-08some fixes on WindowsAndreas Baumann
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-09-10libutil move and liblogger rename on WindowsAndreas Baumann
2012-09-07fixed some linker errors on FreeBSD (should also affect Linux, but there ↵Andreas Baumann
everything worked?)
2012-09-07fixed all tests on Windows, still issues with static libcrawlAndreas Baumann
2012-09-06crawler fixed on LinuxAndreas Baumann
2012-09-06more splitting into libcrawl, crawl binaryAndreas Baumann
moved more public header to 'include' changed approach for dynamic linking on Windows
2012-09-05started to solve the logger dll problem on WindowsAndreas Baumann
2012-09-05split away util, logger, and moduleAndreas Baumann
made a liblogger adapted all tests
2012-09-02prefer dynamic to static linking (linking a non-PIC .a libraryAndreas Baumann
into a module is illegal, but on Linux!)
2012-08-15renamedAndreas Baumann
2012-08-13solved static linking problem of module classes on WindowsAndreas Baumann
2012-08-12better naming of modulesAndreas Baumann
2012-08-12streamhtmlparser works on WindowsAndreas Baumann
2012-08-11google url normalization works on Windows, test1 must be improved:Andreas Baumann
there are linking problems (/DSHARED in *.lib normalization libraries produce clashing registry structures)
2012-08-10started adapting googleurl on windows, icu intergration pendingAndreas Baumann
2012-08-10fixed simle url normalizer and it's testsAndreas Baumann
2012-08-10some more windows modulesAndreas Baumann
2012-08-10module loader works on Windows, simple URL normalizer test worksAndreas Baumann
2012-08-07allow modules to be linked as static libraries, mainly to be able toAndreas Baumann
use valgrind for leak-checking
2012-08-07combined the two url normalizer testsAndreas Baumann
2012-08-07more reduction of module code and fixed dependency problem when buildingAndreas Baumann
2012-08-07cleaned up url normalizer tests and made them use module loaderAndreas 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