Set fourth file version digit to signify rebuild.
[shibboleth/cpp-xmltooling.git] / xmltooling / impl /
2015-01-23 Scott CantorSSPCPP-616 - clean up concatenated string literals
2011-12-03 Scott CantorIncorporating boostisms
2011-11-21 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPOST-70
2011-10-10 Scott CantorExpose size limits on storage in API, and add overflow...
2011-10-10 Scott CantorRevert logging change
2011-09-29 Scott CantorAdd logging when size limits exceeded.
2011-06-15 Scott CantorMerge branch '1.x' of ssh://authdev.it.ohio-state.edu...
2010-07-29 Scott CantorAdd expiration to storage service logging.
2010-07-22 Scott CantorUpdate ctors to use new attribute shortcuts.
2010-05-04 Scott CantorConvert from NULL macro to nullptr.
2010-03-25 Scott CantorCollapse extra function in cleanup thread.
2010-02-15 Scott CantorWrap importNode call in exception handler.
2009-10-30 Scott CantorCorrect eol-style property.
2009-10-12 Scott CantorReducing header overuse, non-inlining selected methods...
2008-12-15 Scott CantorXerces 3 revisions.
2008-09-19 Scott CantorPlug a few memory leaks.
2008-05-28 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-10
2007-07-31 Scott CantorMulti-line svn commit, see body.
2007-06-28 Scott CantorExpose detection of duplicate insertions.
2007-06-22 Scott CantorCorrect expiration check in context update.
2007-06-10 Scott CantorMulti-line svn commit, see body.
2007-05-17 Scott CantorCleaned up source for dual build
2007-05-11 Scott CantorSun apparently striving for Ada-style type safety...
2007-04-18 Scott CantorStop defaulting in xercesc namespace.
2007-03-26 Scott CantorMajor revamp of credential and trust handling code...
2007-03-10 Scott CantorReturn expiration on versioned read.
2007-02-03 Scott CantorEliminate map of expiration times, add option to update...
2007-02-02 Scott CantorUpdate copyright.
2007-01-26 Scott CantorFixed some doxygen warnings.
2007-01-24 Scott CantorAdd version tracking to storage service API.
2007-01-02 Scott CantorImprove parser entity handling, clean up logging catego...
2006-11-27 Scott CantorRefined ElementProxy/ElementExtensible interfaces to...
2006-10-13 Scott Cantorgcc const fix, converted linefeeds
2006-10-12 Scott CantorMulti-line svn commit, see body.
2006-09-29 Scott CantorPrevent create/update from seeing expired records.
2006-09-25 Scott CantorSimplify access to records and prevent reads of expired...
2006-09-25 Scott CantorAdd context to log messages.
2006-09-22 Scott CantorSimplify storage context mgmt.
2006-09-22 Scott CantorImplement context storage handles.
2006-09-21 Scott CantorAdded a simple storage abstraction, and an in-memory...
2006-09-08 Scott CantorHandle IDness during (un)marshalling, move more work...
2006-05-21 Scott CantorHook releaseDOM properly, correct KeyInfo handling...
2006-05-18 Scott CantorRefactored Signature signing/validation, various Valida...
2006-05-11 Scott CantorAdd default c'tor for use as base class.
2006-05-09 Scott CantorMade AnyElementImpl public to allow inheritance for...
2006-05-03 Scott CantorIntegrate parser pools into library.
2006-05-02 Scott CantorPrelims for symbol hiding, doesn't work yet
2006-04-04 Scott CantorRefactored simple content and child-handling into mixin...
2006-03-29 Scott CantorSet xsi:type during object construction.
2006-03-29 Scott CantorMoved DOM methods up the tree, add copy c'tors, KeyInfo...
2006-03-26 Scott CantorRevised builder API
2006-03-24 Scott CantorAdd per-object validation.
2006-03-23 Scott CantorHandle variant element names, merge in wildcard class...
2006-03-20 Scott CantorShortcuts for unmarshalling in builder interface, adjus...
2006-03-17 Scott CantorMerged marshalling/unmarshalling methods into core...
2006-03-12 Scott CantorFirst cut at signing support.
2006-03-03 Scott CantorBegan to implement collection handling.
2006-03-02 Scott CantorBug fixes and API changes from second unit test.
2006-03-01 Scott CantorInitial unit test plus fixes
2006-02-28 Scott CantorDOM fixup changes
2006-02-24 Scott CantorDefault support for arbitrary DOM objects.