summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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-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-02some more fixes in linkingAndreas 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 pkg-config usage for pqxx testsAndreas Baumann
2012-09-02fixed postgresql/pqxx tests on FreeBsdAndreas Baumann
2012-08-24forgot to accept a logger testAndreas Baumann
2012-08-24sorted out visibility issues around Logger/Singleton/scoped_ptrAndreas Baumann
added more logging tests
2012-08-22small logger fixes on WindowsAndreas Baumann
2012-08-22-Andreas Baumann
2012-08-22some log testingAndreas Baumann
2012-08-22completly rewrote the logger as singletonAndreas Baumann
2012-08-21added test for module loader in loaded module test (Linux)Andreas Baumann
2012-08-21moved DLL fiddling to Exportable.hppAndreas Baumann
2012-08-21fixed singleton double-instance problem on Windows, not a really nice solutionAndreas Baumann
2012-08-20-Andreas Baumann
2012-08-20added a test showing the singleton module problem on WindowsAndreas Baumann
2012-08-20module test fixesAndreas Baumann
2012-08-20added a module test (Windows)Andreas Baumann
2012-08-19playing with singletonAndreas Baumann
2012-08-17adapted winhttp fetcher to new spooling, but crashesAndreas Baumann
2012-08-17some project renamesAndreas Baumann
2012-08-15renamedAndreas Baumann
2012-08-13added test for lastErrMsg in fetcherAndreas Baumann
2012-08-12fixed fetcher test on linuxAndreas Baumann
2012-08-12added a fetcher module testAndreas Baumann
2012-08-12-Andreas Baumann
2012-08-12better naming of modulesAndreas Baumann
2012-08-12-Andreas Baumann
2012-08-12added a test for WinHttp, quite a nice web library native to WindowsAndreas Baumann
2012-08-12streamhtmlparser works on WindowsAndreas Baumann
2012-08-11fixed URL normalizer tests on Windows, work the same way as on Unix nowAndreas Baumann
2012-08-11google url normalization works on Windows, test1 must be improved:Andreas Baumann
there are linking problems (/DSHARED in *.lib normalization libraries produce clashing registry structures)
2012-08-11added fetchers for type detection testsAndreas Baumann
2012-08-11some more type detection tests for libmagicAndreas Baumann
2012-08-10fixed simle url normalizer and it's testsAndreas Baumann
2012-08-10module loader works on Windows, simple URL normalizer test worksAndreas Baumann
2012-08-10first porting attempts to Windows:Andreas Baumann
nmake support from Wolframe module loader adapted tests for typeinfo and template trickery
2012-08-09reverted libmagic testAndreas Baumann
2012-08-09added spooling to LibFetchRewindInputStream in order to support rewindAndreas Baumann
(current a memory spooling, disk spooling a bit later) added MIME detection to crawler, parse links only in HTML
2012-08-09better libmagic buffer detection with increasing buffer on streamAndreas Baumann
2012-08-08added a file rewind input streamAndreas Baumann
started to add MIME type detection and a module based on libmagic (not finished yet)
2012-08-08modularized all other modulesAndreas Baumann
2012-08-08more testing and docu aroung Type*Andreas Baumann
2012-08-07started modularization of URL filtersAndreas Baumann
better registry function for loading the module (base class as signature) started to support variable arguments for registry create/constructor (work in progress) playing with some Alexandrescu idions :-)
2012-08-07-Andreas Baumann