Merge remote-tracking branch 'origin/moonshot' into HEAD
[shibboleth/xmltooling.git] / xmltooling / util / ParserPool.cpp
2011-12-13 Sam HartmanMerge remote-tracking branch 'origin/moonshot' into...
2011-12-04 scantorMore boostisms, add string tokenizer
2011-11-14 scantorAdd ASCII loadCatalog method.
2011-06-15 scantorMerge branch '1.x' of ssh://authdev.it.ohio-state.edu...
2011-03-14 Russ AllberyMerge commit 'upstream/1.4.1'
2011-03-14 Russ AllberyImported Upstream version 1.4.1
2010-05-04 cantorAdd back void* casts for legacy builds.
2010-05-04 cantorConvert from NULL macro to nullptr.
2009-12-30 cantorhttps://bugs.internet2.edu/jira/browse/CPPXT-52
2009-11-06 Russ AllberyMerge branch 'upstream' into debian
2009-11-06 Russ AllberyMerge commit 'upstream/1.3'
2009-11-06 Russ AllberyImported Upstream version 1.3
2009-10-12 cantorReducing header overuse, non-inlining selected methods...
2009-08-05 Russ AllberyMerge branch 'upstream' into debian
2009-08-05 Russ AllberyMerge branch 'upstream' into bug/gcc-4.4
2009-08-05 Russ AllberyMerge commit 'upstream/1.2'
2009-08-05 Russ AllberyImported Upstream version 1.2
2009-05-22 cantorRemove non-xstring code.
2009-02-04 cantorRework support for libcurl-based input to parser.
2009-01-30 cantorHandle case where parser returns a null document.
2008-12-16 cantorDisable default resolution in legacy branch.
2008-12-16 cantorXerces 3 revisions.
2008-12-15 cantorXerces 3 revisions.
2008-05-08 Russ AllberyImported Upstream version 1.0
2008-01-10 cantorLower level on CRIT messages.
2007-12-12 cantorInstall SecurityManager to block entity expansion.
2007-10-11 cantorFix namespace in SOAP fault child elements.
2007-07-31 cantorBackport libcurl-based Xerces net access.
2007-05-11 cantorSun requires map value types to have constant keys.
2007-02-20 cantorFix catalog usage to match "real life".
2007-02-13 cantorNo ASCII version of endsWith.
2007-02-11 cantorLower log level.
2007-02-11 cantorLoad known entities using predefined path instead of...
2007-02-02 cantorUpdate copyright.
2007-01-02 cantorImprove parser entity handling, clean up logging catego...
2006-11-09 cantorFix for bug 586.
2006-07-05 cantorRemove catch(...) handler occurrences.
2006-05-03 cantorIntegrate parser pools into library.
2006-04-04 cantorBuild errors with xmlsec off
2006-03-29 cantorUnix porting fixes
2006-03-26 cantorAdd parametrized messaging and serialization to exceptions.
2006-03-12 cantorFirst cut at signing support.
2006-02-24 cantorUse internal parser pool for catalog load.
2006-02-19 cantorInitial parser APIs