Package fixes.
[shibboleth/xmltooling.git] / xmltooling / io / AbstractXMLObjectMarshaller.cpp
2008-03-14 cantorAdd xsi:nil support to objects.
2007-10-17 cantorFixed bug causing duplication of text content.
2007-09-11 cantorPlaceholder children were throwing off text node positions.
2007-04-26 cantorPorting fixes
2007-03-26 cantorMajor revamp of credential and trust handling code...
2007-02-02 cantorUpdate copyright.
2007-01-29 cantorFix leak, bug 624
2007-01-02 cantorImprove parser entity handling, clean up logging catego...
2006-10-23 cantorRemoved unnecessary class from string literals.
2006-10-13 cantorgcc const fix, converted linefeeds
2006-10-12 cantorTrack DOM text nodes to ensure fidelity.
2006-07-05 cantorRemove catch(...) handler occurrences.
2006-06-01 cantorOutput schemaLocation when set on the root of a fragment.
2006-05-18 cantorRefactored Signature signing/validation, various Valida...
2006-05-15 cantorIntegrated credential resolver API with signing context.
2006-04-04 cantorBuild errors with xmlsec off
2006-04-02 cantorMoved signature classes into own namespace.
2006-03-17 cantorMerged marshalling/unmarshalling methods into core...
2006-03-12 cantorFirst cut at signing support.
2006-03-07 cantorNamespace handling fixes
2006-03-06 cantorFixes associated with wildcard test classes.
2006-03-03 cantorBegan to implement collection handling.
2006-03-02 cantorFixed inheritance hierarchy, namespace handling
2006-03-02 cantorBug fixes and API changes from second unit test.
2006-03-01 cantorInitial unit test plus fixes
2006-02-28 cantorDOM fixup changes
2006-02-24 cantorDefault support for arbitrary DOM objects.
2006-02-22 cantorInitial marshalling support.