summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2012-08-12streamhtmlparser works on WindowsAndreas Baumann
2012-08-11google url normalization works on Windows, test1 must be improved: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-10started adapting googleurl on windows, icu intergration pendingAndreas Baumann
2012-08-10fixed simle url normalizer and it's testsAndreas Baumann
2012-08-10some more windows modulesAndreas Baumann
2012-08-10module loader works on Windows, simple URL normalizer test worksAndreas Baumann
2012-08-09added spooling to LibFetchRewindInputStream in order to support rewindAndreas Baumann
2012-08-09better libmagic buffer detection with increasing buffer on streamAndreas Baumann
2012-08-08added a file rewind input streamAndreas Baumann
2012-08-08modularized all other modulesAndreas Baumann
2012-08-08chain filter and modules with one ctor param work nowAndreas Baumann
2012-08-07started modularization of URL filtersAndreas 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-07more reduction of module code and fixed dependency problem when buildingAndreas Baumann
2012-08-07cleaned up url normalizer tests and made them use module loaderAndreas Baumann
2012-08-07reduced some code duplication when registering modulesAndreas Baumann
2012-08-06removed some debug printsAndreas Baumann
2012-08-06using typeinfo to find correct destruction function for loadable module objectsAndreas Baumann
2012-08-06first steps to make URL loader loadableAndreas Baumann