summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-03-05more lua fixesAndreas Baumann
2014-10-15added file iteration also on WindowsAndreas Baumann
2014-10-15added a directory scanner (Linux for now)Andreas Baumann
2014-10-15added a test for stringicasecmpAndreas Baumann
2014-10-15added a test for stringutils splitAndreas Baumann
2014-10-14fixed url normalizer tests on Windows (by linking them statically).Andreas Baumann
2014-10-14temporary for winhttp fetcher (and tests/fetcher) on Windows, needs alsoAndreas Baumann
2014-10-14fixed linking of url/fetcher test (only links, doesn't run yet)Andreas Baumann
2014-10-14fixed more Linux testsAndreas Baumann
2014-10-14fixed module tests on LinuxAndreas Baumann
2014-10-14fixed demangle test on WindowsAndreas Baumann
2014-10-14adapted google url normlazier Lua binding for WindowsAndreas Baumann
2014-10-14fixed Unix tolua test (use exec_testAndreas Baumann
2014-10-14..Andreas Baumann
2014-10-14tolua test runs on WindowsAndreas Baumann
2014-10-14fixed tolua test (linking to -lutil)Andreas Baumann
2014-10-09backported C++ string handling from tolua++ to toluaAndreas Baumann
2014-10-09fixed some testsAndreas Baumann
2014-10-09adaptiosn to use local toluaAndreas Baumann
2014-10-08fixed some testsAndreas Baumann
2014-10-08some fixes on WindowsAndreas Baumann
2014-10-08fixed memory leaks in module loader and tolua testAndreas Baumann
2014-10-08added flags to module loader, CLOSE_DEFERRED is deferring dlclose with a atexitAndreas Baumann
2014-10-05added userdata to destroy function, remembering userdata on moduleAndreas Baumann
2014-10-05must load all symbols of a C++/Lua module, otherwise the lua_open functionAndreas Baumann
2014-10-05..Andreas Baumann
2014-10-05trying to initialize tolua glue code in test module, segfaulting stillAndreas Baumann
2014-10-05added void * userdata to initModuleAndreas Baumann
2014-10-04first experiments with tolua and Lua glue code in a module and how toAndreas Baumann
2014-10-04fixed small typo in MakefileAndreas Baumann
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