Set fourth file version digit to signify rebuild.
[shibboleth/cpp-xmltooling.git] / xmltooling / io /
2015-01-09 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-97
2015-01-04 Scott CantorFix a bug affecting newer boost
2012-07-23 Scott CantorSolaris fixes
2012-04-27 Scott CantorExpose cookie map
2012-02-10 Scott CantorMissing header
2012-02-02 Scott CantorFactor absolutize method back into xmltooling
2012-02-01 Scott CantorAdd default port method to request API
2012-01-26 Scott CantorAvoid use of newer iterator methods
2012-01-26 Scott CantorAvoid use of newer iterator methods
2012-01-23 Scott CantorLanguage matching support in request API
2011-12-04 Scott CantorMore boostisms, add string tokenizer
2011-12-03 Scott CantorIncorporating boostisms
2011-09-13 Scott CantorMismatched new/delete.
2011-06-15 Scott CantorMerge branch '1.x' of ssh://authdev.it.ohio-state.edu...
2010-08-24 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-287
2010-08-21 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPOST-41
2010-05-04 Scott CantorConvert from NULL macro to nullptr.
2010-01-19 Scott CantorReimplement namespace visibility as a three-way setting.
2010-01-19 Scott CantorNote visible usage of prefix on xsi:* attributes.
2010-01-18 Scott CantorDistinguish between visibly used and unused namespaces.
2009-12-30 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-52
2009-11-04 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-255 1.3
2009-10-12 Scott CantorReducing header overuse, non-inlining selected methods...
2009-09-25 Scott CantorNon-inlining selected methods (CPPOST-35).
2009-08-31 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-41
2009-05-20 Scott CantorAdd a method to retrieve AUTH_TYPE.
2008-12-15 Scott CantorXerces 3 revisions.
2008-05-28 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-12
2008-03-14 Scott CantorMulti-line svn commit, see body.
2007-11-25 Scott CantorMove request cookie processing down to base class.
2007-10-25 Scott CantorAdd a status code.
2007-10-17 Scott CantorFixed bug causing duplication of text content.
2007-09-11 Scott CantorPlaceholder children were throwing off text node positions.
2007-08-01 Scott CantorLoad CDATA sections as text content nodes.
2007-05-19 Scott CantorMoved in request/response interfaces from opensaml.
2007-04-26 Scott CantorFully qualify the header filenames for doxygen.
2007-04-26 Scott CantorPorting fixes
2007-04-18 Scott CantorStop defaulting in xercesc namespace.
2007-03-26 Scott CantorMajor revamp of credential and trust handling code...
2007-02-02 Scott CantorUpdate copyright.
2007-01-29 Scott CantorFix leak, bug 624
2007-01-26 Scott CantorFixed some doxygen warnings.
2007-01-02 Scott CantorImprove parser entity handling, clean up logging catego...
2006-10-23 Scott CantorRemoved unnecessary class from string literals.
2006-10-13 Scott Cantorgcc const fix, converted linefeeds
2006-10-12 Scott CantorMulti-line svn commit, see body.
2006-07-05 Scott CantorRemove catch(...) handler occurrences.
2006-06-01 Scott CantorOutput schemaLocation when set on the root of a fragment.
2006-06-01 Scott CantorWrapped encryption schema, also block unknown attribute...
2006-05-18 Scott CantorRefactored Signature signing/validation, various Valida...
2006-05-15 Scott CantorIntegrated credential resolver API with signing context.
2006-05-08 Scott CantorMacro adjustments, date/time class, typed XML attributes.
2006-05-04 Scott CantorTighten up validator namespace checking, rework registr...
2006-04-04 Scott CantorBuild errors with xmlsec off
2006-04-02 Scott CantorMoved signature classes into own namespace.
2006-03-30 Scott CantorAdded some validation code.
2006-03-29 Scott CantorUnix porting fixes
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-21 Scott CantorBlock unmarshall when a DOM or parent exists.
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-07 Scott CantorNamespace handling fixes
2006-03-06 Scott CantorFixes associated with wildcard test classes.
2006-03-03 Scott CantorBegan to implement collection handling.
2006-03-02 Scott CantorFixed inheritance hierarchy, namespace handling
2006-03-02 Scott CantorManage disposal of new objects when exceptions are...
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.
2006-02-22 Scott CantorInitial marshalling support.
2006-02-22 Scott CantorLookup should be by XMLObject.
2006-02-21 Scott CantorAbstract unmarshaller minus signatures.
2006-02-20 Scott CantorEarly marshalling code.