summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-10-04fixed code in destructor of BaseModuleLoader, was a little bit weirdAndreas Baumann
2014-10-04added init and destroy functions to modulesAndreas Baumann
2014-10-03added an experimental curl fetcherAndreas Baumann
2014-07-24reading complete sitemap indexes and sitemapsAndreas Baumann
2014-06-15added tinyxml and ticppAndreas Baumann
2014-06-15added error handling for textwolf testsAndreas Baumann
2014-06-15added "xpath"-like selection test for textwolfAndreas Baumann
2014-06-14..Andreas Baumann
2014-06-14added textwolf and a test for itAndreas Baumann
2014-04-30started a robots.txt parserAndreas Baumann
2014-04-25fixed MIME detection using libmagicAndreas Baumann
2012-09-10fixed logger to liblogger renaming on LinuxAndreas 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 ever...Andreas Baumann
2012-09-07fixed all tests on Windows, still issues with static libcrawlAndreas Baumann
2012-09-07fixed more windows testsAndreas Baumann
2012-09-07fixed miracle of unresolved instance function in Singleton (weAndreas Baumann
2012-09-07-Andreas Baumann
2012-09-07fixed all tests and rewrote module testAndreas Baumann
2012-09-06more splitting into libcrawl, crawl binaryAndreas Baumann
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
2012-09-05added Windows WinDbg log sinkAndreas Baumann
2012-09-05fixed syslog logger on WindowsAndreas Baumann
2012-09-05added syslog logger sinkAndreas Baumann
2012-09-04pimplified logger, hides list of sinks (internal implementation)Andreas Baumann
2012-09-02some more fixes in linkingAndreas Baumann
2012-09-02prefer dynamic to static linking (linking a non-PIC .a libraryAndreas Baumann
2012-09-02fixed pkg-config usage for pqxx testsAndreas Baumann
2012-09-02fixed postgresql/pqxx tests on FreeBsdAndreas Baumann
2012-08-24forgot to accept a logger testAndreas Baumann
2012-08-24sorted out visibility issues around Logger/Singleton/scoped_ptrAndreas Baumann
2012-08-22small logger fixes on WindowsAndreas Baumann
2012-08-22-Andreas Baumann
2012-08-22some log testingAndreas Baumann
2012-08-22completly rewrote the logger as singletonAndreas Baumann
2012-08-21added test for module loader in loaded module test (Linux)Andreas Baumann
2012-08-21moved DLL fiddling to Exportable.hppAndreas Baumann
2012-08-21fixed singleton double-instance problem on Windows, not a really nice solutionAndreas Baumann
2012-08-20-Andreas Baumann
2012-08-20added a test showing the singleton module problem on WindowsAndreas Baumann
2012-08-20module test fixesAndreas Baumann
2012-08-20added a module test (Windows)Andreas Baumann
2012-08-19playing with singletonAndreas Baumann
2012-08-17adapted winhttp fetcher to new spooling, but crashesAndreas Baumann
2012-08-17some project renamesAndreas Baumann
2012-08-15renamedAndreas Baumann
2012-08-13added test for lastErrMsg in fetcherAndreas Baumann
2012-08-12fixed fetcher test on linuxAndreas Baumann