aboutsummaryrefslogtreecommitdiff
path: root/src/function/read_directory.cc
AgeCommit message (Expand)Author
2014-05-04Changed FilesystemContext constructor to accept xalan::Locator*Adrian Kummerländer
2014-05-03Revamped DomDocumentCache with regard to thread safetyAdrian Kummerländer
2014-05-02Changed external functions to enable global installationAdrian Kummerländer
2014-04-30Moved file reading functionality into local functionsAdrian Kummerländer
2014-04-29Simplified external function result node setAdrian Kummerländer
2014-04-28Adapted read-directory tree construction to match the other functionsAdrian Kummerländer
2014-04-27Added status information to external read-xml-file functionAdrian Kummerländer
2014-04-26Added status information to external read-directory functionAdrian Kummerländer
2014-04-26Moved DomDocumentCache instances back into external function classAdrian Kummerländer
2014-04-26Implemented global DOM document cacheAdrian Kummerländer
2014-04-25Improved argument resolution and error handlingAdrian Kummerländer
2014-04-24Added XercesStringGuard scope-guard to manage XMLChAdrian Kummerländer
2014-04-24Expanded FunctionReadDirectory class to return files and directoriesAdrian Kummerländer
2014-04-24Changed TransformerFacade into TransformationFacade for single XSLTsAdrian Kummerländer
2014-04-23Fixed xerces DOM construction related memory leaksAdrian Kummerländer
2014-04-23Switched read-directory nodeSet generation to a xerces DOM documentAdrian Kummerländer
2014-04-22Implemented basic XML output of external read-directory functionAdrian Kummerländer
2014-04-21Implemented basic external directory traversal functionAdrian Kummerländer