summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-10-05added userdata to destroy function, remembering userdata on moduleAndreas Baumann
initialization and passing it to destroy function in principle the system works, a dlopen of the lua module removes necessary functions needed during lua VM shutdown, this is due to stack unwinding and the order objects are destroyed (should be fixable)
2014-10-05trying to initialize tolua glue code in test module, segfaulting stillAndreas Baumann
2014-10-04adapted all interface in modules, but SEGV happens now in crawler,Andreas Baumann
module tests pass though
2014-10-03some curl fixesAndreas Baumann
2014-10-03fixed setting data from source in fetcher modulesAndreas Baumann
2014-10-03..Andreas Baumann
2014-10-03added an experimental curl fetcherAndreas Baumann
2014-10-01reading some Lua globalsAndreas Baumann
2014-10-01cleanup and moved old cpp example crawler to examplesAndreas Baumann
2014-09-28.Andreas Baumann
2014-09-28first Lua config of crawlerAndreas Baumann
2014-09-28.Andreas Baumann
2014-09-28some lua workAndreas Baumann
2014-09-28some testing and stabilizingAndreas Baumann
2014-07-25we also have to normilze with queryAndreas Baumann
2014-07-24..Andreas Baumann
2014-07-24reading complete sitemap indexes and sitemapsAndreas Baumann
2014-07-24..Andreas Baumann
2014-07-24sitemap processing (work in progress)Andreas Baumann
2014-07-23added parsing of Sitemap in robots.txtAndreas 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-07added a libutil for porting stuff and helpersAndreas Baumann
2012-09-07fixed some linker errors on FreeBSD (should also affect Linux, but there ↵Andreas Baumann
everything worked?)
2012-09-07fixed all tests on Windows, still issues with static libcrawlAndreas Baumann
2012-09-06crawler fixed on LinuxAndreas Baumann
2012-09-06works on Windows, after all the movedAndreas 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-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
made a liblogger adapted all tests
2012-09-05-Andreas Baumann
2012-09-05added Windows WinDbg log sinkAndreas Baumann
some renames and cleanups
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
made logger test link statically again (for valgrind and gdb)
2012-09-02-Andreas Baumann
2012-09-02prefer dynamic to static linking (linking a non-PIC .a libraryAndreas Baumann
into a module is illegal, but on Linux!)
2012-09-02fixed a noreturn warning in the SingletonAndreas Baumann
2012-08-30-Andreas Baumann
2012-08-24-Andreas Baumann
2012-08-24-Andreas Baumann
2012-08-24singleton is now comletly hiddenAndreas Baumann
2012-08-24sorted out visibility issues around Logger/Singleton/scoped_ptrAndreas Baumann
added more logging tests
2012-08-23logging fixAndreas Baumann
2012-08-23added some helper to open log sinksAndreas Baumann
2012-08-22-Andreas Baumann
2012-08-22completly rewrote the logger as singletonAndreas Baumann