summaryrefslogtreecommitdiff
path: root/src/modules/urlfilter
AgeCommit message (Collapse)Author
2014-10-04adapted all interface in modules, but SEGV happens now in crawler,Andreas Baumann
module tests pass though
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-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-06first properly working logger on Windows (singleton dll issue)Andreas Baumann
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-12improved error handling in module loaderAndreas Baumann
crawlingwolf.exe starts on Windows, fetcher still missing
2012-08-12better naming of modulesAndreas Baumann
2012-08-10some more windows modulesAndreas Baumann
2012-08-08chain filter and modules with one ctor param work nowAndreas Baumann
2012-08-07started modularization of URL filtersAndreas Baumann
better registry function for loading the module (base class as signature) started to support variable arguments for registry create/constructor (work in progress) playing with some Alexandrescu idions :-)