https://issues.shibboleth.net/jira/browse/CPPXT-96
[shibboleth/cpp-xmltooling.git] / xmltooling / util / ParserPool.cpp
2013-05-22 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-96
2012-09-12 Scott CantorRemove extra path resolver call in catalog load.
2012-09-06 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-498 1.5.1
2012-05-20 Scott CantorAdd path resolution and env expansion to catalog path.
2011-12-25 Scott CantorSolaris fixes
2011-12-24 Scott CantorAdjust Lock API
2011-12-21 Scott CantorFix use of temp object in tokenizer
2011-12-21 Scott CantorMove catalog handling to parser API from config API.
2011-12-14 Scott CantorFix some gcc compiler issues
2011-12-04 Scott CantorMore boostisms, add string tokenizer
2011-11-14 Scott CantorAdd ASCII loadCatalog method.
2011-06-15 Scott CantorMerge branch '1.x' of ssh://authdev.it.ohio-state.edu...
2010-05-04 Scott CantorAdd back void* casts for legacy builds.
2010-05-04 Scott CantorConvert from NULL macro to nullptr.
2009-12-30 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-52
2009-10-12 Scott CantorReducing header overuse, non-inlining selected methods...
2009-05-22 Scott CantorRemove non-xstring code.
2009-02-04 Scott CantorRework support for libcurl-based input to parser.
2009-01-30 Scott CantorHandle case where parser returns a null document.
2008-12-16 Scott CantorDisable default resolution in legacy branch.
2008-12-16 Scott CantorXerces 3 revisions.
2008-12-15 Scott CantorXerces 3 revisions.
2008-01-10 Scott CantorLower level on CRIT messages.
2007-12-12 Scott CantorInstall SecurityManager to block entity expansion.
2007-10-11 Scott CantorMulti-line svn commit, see body.
2007-07-31 Scott CantorMulti-line svn commit, see body.
2007-05-11 Scott CantorSun requires map value types to have constant keys.
2007-02-20 Scott CantorFix catalog usage to match "real life".
2007-02-13 Scott CantorNo ASCII version of endsWith.
2007-02-11 Scott CantorLower log level.
2007-02-11 Scott CantorLoad known entities using predefined path instead of...
2007-02-02 Scott CantorUpdate copyright.
2007-01-02 Scott CantorImprove parser entity handling, clean up logging catego...
2006-11-09 Scott CantorFix for bug 586.
2006-07-05 Scott CantorRemove catch(...) handler occurrences.
2006-05-03 Scott CantorIntegrate parser pools into library.
2006-04-04 Scott CantorBuild errors with xmlsec off
2006-03-29 Scott CantorUnix porting fixes
2006-03-26 Scott CantorAdd parametrized messaging and serialization to exceptions.
2006-03-12 Scott CantorFirst cut at signing support.
2006-02-24 Scott CantorUse internal parser pool for catalog load.
2006-02-19 Scott CantorInitial parser APIs