summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-14removed CVS and mac stuff from tolua subdirAndreas Baumann
2014-10-14add NMAKE build system to tolua on WindowsAndreas Baumann
2014-10-14fixed tolua test (linking to -lutil)Andreas Baumann
2014-10-11playing with some more obscure lua data typesAndreas Baumann
2014-10-11reading boolean recursive module path search in crawlerAndreas 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-11reading debug level and module dir from configAndreas Baumann
2014-10-11..Andreas Baumann
2014-10-11added getString function to read config valuesAndreas Baumann
2014-10-11added a string splitting function (strtok-like)Andreas Baumann
2014-10-10added execution function to LuaVmAndreas Baumann
2014-10-09..Andreas Baumann
2014-10-09first running lua code with URL normalization, cleanup needed..Andreas Baumann
2014-10-09backported C++ string handling from tolua++ to toluaAndreas Baumann
2014-10-09building curl fetcher only if WITH_CURL=1 is setAndreas Baumann
2014-10-09fixed some testsAndreas Baumann
2014-10-09dos2unix for lua code in toluaAndreas Baumann
2014-10-09ignoring some filesAndreas Baumann
2014-10-09removed apple gibberishAndreas Baumann
2014-10-09adaptiosn to use local toluaAndreas Baumann
2014-10-09tolua license and availabilityAndreas Baumann
2014-10-09first trials with a Google normalizer called from Lua, std::string is the pro...Andreas Baumann
2014-10-09more documentation on crawlersAndreas Baumann
2014-10-08Windows CR/LF againAndreas Baumann
2014-10-08binary MUST files for testingAndreas Baumann
2014-10-08updated URL of textwolfAndreas Baumann
2014-10-08more windows fixesAndreas Baumann
2014-10-08fixed some testsAndreas Baumann
2014-10-08compilation fix lua (how did it ever work!)Andreas 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-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-04adapted all interface in modules, but SEGV happens now in crawler,Andreas 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-03some curl fixesAndreas Baumann
2014-10-03fixed setting data from source in fetcher modulesAndreas Baumann