summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2014-10-15added a directory scanner (Linux for now)Andreas Baumann
2014-10-09ignoring some filesAndreas Baumann
2014-10-04first experiments with tolua and Lua glue code in a module and how toAndreas Baumann
make it usable in a Lua script
2014-10-01cleanup and moved old cpp example crawler to examplesAndreas 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-02prefer dynamic to static linking (linking a non-PIC .a libraryAndreas Baumann
into a module is illegal, but on Linux!)
2012-08-22some log testingAndreas Baumann
2012-08-21-Andreas Baumann
2012-08-17added a common base class for spooling rewind input stream, adaptedAndreas Baumann
libfetch rewind input stream to use that one
2012-08-13solved static linking problem of module classes on WindowsAndreas Baumann
2012-08-10module loader works on Windows, simple URL normalizer test worksAndreas Baumann
2012-08-10first porting attempts to Windows:Andreas Baumann
nmake support from Wolframe module loader adapted tests for typeinfo and template trickery
2012-08-07reduced some code duplication when registering modulesAndreas Baumann
2012-07-14added streamhtmlparserAndreas Baumann