summaryrefslogtreecommitdiff
path: root/tests/url
AgeCommit message (Expand)Author
2015-03-05more lua fixesAndreas Baumann
2014-10-14fixed url normalizer tests on Windows (by linking them statically).Andreas Baumann
2014-10-14fixed more Linux testsAndreas Baumann
2014-10-14adapted google url normlazier Lua binding for WindowsAndreas Baumann
2014-10-09fixed some testsAndreas Baumann
2014-10-08some fixes on WindowsAndreas Baumann
2012-09-10fixed logger to liblogger renaming on LinuxAndreas 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-07fixed all tests on Windows, still issues with static libcrawlAndreas Baumann
2012-09-07fixed more windows testsAndreas Baumann
2012-09-07fixed all tests and rewrote module testAndreas 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-15renamedAndreas Baumann
2012-08-12better naming of modulesAndreas 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
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
2012-08-08modularized all other modulesAndreas Baumann
2012-08-07started modularization of URL filtersAndreas Baumann
2012-08-07-Andreas Baumann
2012-08-07allow modules to be linked as static libraries, mainly to be able toAndreas Baumann
2012-08-07combined the two url normalizer testsAndreas Baumann
2012-08-07cleaned up url normalizer tests and made them use module loaderAndreas Baumann
2012-08-06using typeinfo to find correct destruction function for loadable module objectsAndreas Baumann
2012-08-04unified URL normalization testsAndreas Baumann
2012-08-04rearangment for url testingAndreas Baumann
2012-08-03fighting with reverse iterators for url normalizationAndreas Baumann
2012-07-29-Andreas Baumann
2012-07-29temporarily removed domain, domain filter is a host filter nowAndreas Baumann
2012-07-29started to add simple parseUrl implementationAndreas Baumann
2012-07-28heavy redesign of URL class, must not contain any parsing logic asAndreas Baumann
2012-07-28started to add URL normalizers and testing environment for URLsAndreas Baumann
2012-07-15some investemnet in URL parsingAndreas Baumann