Add xsi:nil support to objects.
[shibboleth/xmltooling.git] / xmltooling / impl /
2007-07-31 cantorBackport libcurl-based Xerces net access.
2007-06-28 cantorExpose detection of duplicate insertions.
2007-06-22 cantorCorrect expiration check in context update.
2007-06-10 cantorReduce number of locks used for storage.
2007-05-17 cantorCleaned up source for dual build
2007-05-11 cantorSun apparently striving for Ada-style type safety...
2007-04-18 cantorStop defaulting in xercesc namespace.
2007-03-26 cantorMajor revamp of credential and trust handling code...
2007-03-10 cantorReturn expiration on versioned read.
2007-02-03 cantorEliminate map of expiration times, add option to update...
2007-02-02 cantorUpdate copyright.
2007-01-26 cantorFixed some doxygen warnings.
2007-01-24 cantorAdd version tracking to storage service API.
2007-01-02 cantorImprove parser entity handling, clean up logging catego...
2006-11-27 cantorRefined ElementProxy/ElementExtensible interfaces to...
2006-10-13 cantorgcc const fix, converted linefeeds
2006-10-12 cantorTrack DOM text nodes to ensure fidelity.
2006-09-29 cantorPrevent create/update from seeing expired records.
2006-09-25 cantorSimplify access to records and prevent reads of expired...
2006-09-25 cantorAdd context to log messages.
2006-09-22 cantorSimplify storage context mgmt.
2006-09-22 cantorImplement context storage handles.
2006-09-21 cantorAdded a simple storage abstraction, and an in-memory...
2006-09-08 cantorHandle IDness during (un)marshalling, move more work...
2006-05-21 cantorHook releaseDOM properly, correct KeyInfo handling...
2006-05-18 cantorRefactored Signature signing/validation, various Valida...
2006-05-11 cantorAdd default c'tor for use as base class.
2006-05-09 cantorMade AnyElementImpl public to allow inheritance for...
2006-05-03 cantorIntegrate parser pools into library.
2006-05-02 cantorPrelims for symbol hiding, doesn't work yet
2006-04-04 cantorRefactored simple content and child-handling into mixin...
2006-03-29 cantorSet xsi:type during object construction.
2006-03-29 cantorMoved DOM methods up the tree, add copy c'tors, KeyInfo...
2006-03-26 cantorRevised builder API
2006-03-24 cantorAdd per-object validation.
2006-03-23 cantorHandle variant element names, merge in wildcard class...
2006-03-20 cantorShortcuts for unmarshalling in builder interface, adjus...
2006-03-17 cantorMerged marshalling/unmarshalling methods into core...
2006-03-12 cantorFirst cut at signing support.
2006-03-03 cantorBegan to implement collection 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.