summaryrefslogtreecommitdiff
path: root/src/modules/fetcher
AgeCommit message (Expand)Author
2015-03-05more lua fixesAndreas Baumann
2014-10-16changed some throw new to throw (caused stopping of crawler with an unknown e...Andreas Baumann
2014-10-09building curl fetcher only if WITH_CURL=1 is setAndreas Baumann
2014-10-08some fixes on WindowsAndreas Baumann
2014-10-04adapted all interface in modules, but SEGV happens now in crawler,Andreas Baumann
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
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-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-05split away util, logger, and moduleAndreas Baumann
2012-09-02prefer dynamic to static linking (linking a non-PIC .a libraryAndreas Baumann
2012-08-18some code cleanup in fetchersAndreas Baumann
2012-08-17adapted winhttp fetcher to new spooling, but crashesAndreas Baumann
2012-08-17added a common base class for spooling rewind input stream, adaptedAndreas Baumann
2012-08-17some project renamesAndreas Baumann
2012-08-15renamedAndreas Baumann
2012-08-13solved static linking problem of module classes on WindowsAndreas Baumann
2012-08-13winhttp work on windowsAndreas Baumann
2012-08-12-Andreas Baumann
2012-08-12implemented the winhttp fetcher, not working yetAndreas Baumann
2012-08-12added a fetcher module testAndreas Baumann
2012-08-12better naming of modulesAndreas Baumann
2012-08-12we should use WinINet, not WinHttp, spendid!Andreas Baumann
2012-08-11added a file spooling buffer in libfetch rewind input stream, a littleAndreas Baumann
2012-08-11fixed memory buffering in libfetch fetcherAndreas Baumann
2012-08-10some more windows modulesAndreas Baumann
2012-08-09added spooling to LibFetchRewindInputStream in order to support rewindAndreas Baumann
2012-08-08added a file rewind input streamAndreas Baumann
2012-08-08modularized all other modulesAndreas Baumann