summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-02-09added a CRAWLER_UNUSED for lua specific module initialization codeAndreas Baumann
2014-10-25some desperate trials to use create on normalizer module loader to create Lua...Andreas Baumann
2014-10-25added static dumpers for stack l handle in LuaVMAndreas Baumann
2014-10-23..Andreas Baumann
2014-10-16testing with two urlnormalizer modules (google and simple) in crawl.confAndreas Baumann
2014-10-16added getInt to LuaVmAndreas Baumann
2014-10-16fixed destructor of module loader when no modules have been loadedAndreas Baumann
2014-10-15first preliminary module searcherAndreas Baumann
2014-10-15added getstringarray to luavm layerAndreas Baumann
2014-10-15added a directory scanner (Linux for now)Andreas Baumann
2014-10-14crawler works now with Lua also on WindowsAndreas Baumann
2014-10-14added initialize_libcrawler instead of silly tolua trick in the main programAndreas Baumann
2014-10-11added dumping of lua stackAndreas Baumann
2014-10-11dito for stdint.hppAndreas Baumann
2014-10-11added Win32 C99 inttypes.h and stdint.hAndreas Baumann
2014-10-11..Andreas Baumann
2014-10-11added a string splitting function (strtok-like)Andreas Baumann
2014-10-10added execution function to LuaVmAndreas 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-07fighting with some visiblity of symbolsAndreas 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-05trying to initialize tolua glue code in test module, segfaulting stillAndreas Baumann
2014-10-05added void * userdata to initModuleAndreas 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-03fixed setting data from source in fetcher modulesAndreas Baumann
2014-10-03added an experimental curl fetcherAndreas Baumann
2014-10-01reading some Lua globalsAndreas Baumann
2014-09-28first Lua config of crawlerAndreas Baumann
2014-09-28some lua workAndreas Baumann
2014-07-23added parsing of Sitemap in robots.txtAndreas Baumann
2012-09-10libutil move and liblogger rename on WindowsAndreas Baumann
2012-09-07moved TypeDetect.hpp to crawler include filesAndreas Baumann
2012-09-07fixed error handling in module loaderAndreas Baumann
2012-09-07added a libutil for porting stuff and helpersAndreas Baumann
2012-09-07fixed miracle of unresolved instance function in Singleton (weAndreas Baumann
2012-09-06crawler fixed on LinuxAndreas 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