Add xsi:nil support to objects.
[shibboleth/xmltooling.git] / xmltooling / exceptions.h
2007-04-26 cantorFully qualify the header filenames for doxygen.
2007-03-08 cantorMoved URLEncoder down to tooling lib, added exception...
2007-02-02 cantorUpdate copyright.
2006-12-26 cantorFix exception throw signatures
2006-12-26 cantorInherit exceptions from std::exception.
2006-12-19 cantorRename exception macros to avoid conflicts, correct...
2006-09-21 cantorAdded a simple storage abstraction, and an in-memory...
2006-06-12 cantorException hierarchy altered, add EncryptedKey resolution.
2006-05-02 cantorGeneralize exception macro.
2006-05-02 cantorAdd in plugin manager template.
2006-04-04 cantorRefactored simple content and child-handling into mixin...
2006-04-03 cantorWrap rest of KeyInfo, add support for exposing object...
2006-03-29 cantorUnix porting fixes
2006-03-29 cantorMoved DOM methods up the tree, add copy c'tors, KeyInfo...
2006-03-26 cantorRevised builder API
2006-03-26 cantorAdd parametrized messaging and serialization to exceptions.
2006-03-12 cantorFirst cut at signing support.
2006-03-08 cantorValidator interface.
2006-02-21 cantorHousekeeping
2006-02-20 cantorAdd marshalling exceptions.
2006-02-20 cantorInitial DOM handling interfaces.
2006-02-19 cantorMissing const specifiers
2006-02-19 cantorReplace reference to std::exception
2006-02-19 cantorInitial parser APIs