Set fourth file version digit to signify rebuild.
[shibboleth/cpp-xmltooling.git] / xmltooling / AbstractDOMCachingXMLObject.cpp
2011-06-15 Scott CantorMerge branch '1.x' of ssh://authdev.it.ohio-state.edu...
2010-08-19 Scott CantorCleaned up conditional in setDOM method.
2010-08-18 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-61
2010-05-04 Scott CantorConvert from NULL macro to nullptr.
2010-02-15 Scott CantorWrap importNode call in exception handler.
2010-02-15 Scott CantorWrap importNode call in exception handler.
2009-10-16 Scott CantorCheck for same document assignment.
2009-10-12 Scott CantorReducing header overuse, non-inlining selected methods...
2008-12-15 Scott CantorXerces 3 revisions.
2007-02-02 Scott CantorUpdate copyright.
2007-01-02 Scott CantorImprove parser entity handling, clean up logging catego...
2006-10-13 Scott Cantorgcc const fix, converted linefeeds
2006-10-11 Scott CantorAdded detach() method to strip off a root parent elemen...
2006-07-05 Scott CantorRemove catch(...) handler occurrences.
2006-04-04 Scott CantorRefactored simple content and child-handling into mixin...
2006-03-29 Scott CantorMoved DOM methods up the tree, add copy c'tors, KeyInfo...
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-06 Scott CantorBase classes for open content models.
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-24 Scott CantorDefault support for arbitrary DOM objects.
2006-02-22 Scott CantorInitial marshalling support.
2006-02-21 Scott CantorManage document while setting DOM.
2006-02-20 Scott CantorInitial DOM handling interfaces.