Set fourth file version digit to signify rebuild.
[shibboleth/cpp-xmltooling.git] / xmltooling / util /
2008-12-16 Scott CantorDisable default resolution in legacy branch.
2008-12-16 Scott CantorXerces 3 revisions.
2008-12-15 Scott CantorXerces 3 revisions.
2008-11-21 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-18
2008-07-23 Scott CantorDefine sizeof(long) and switch to lib64 for some platforms.
2008-07-02 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-8
2008-04-02 Scott CantorDon't bother setting an SSL version, we're not trusting...
2008-03-14 Scott CantorSwitch to TLS.
2008-03-14 Scott CantorAdd some logging.
2008-03-04 Scott CantorModify select call to match example and Xerces trunk.
2008-02-14 Scott CantorLog unknown curl errors.
2008-01-30 Scott CantorMulti-line svn commit, see body.
2008-01-29 Scott CantorPath resolver class for supporting installation-indepen...
2008-01-27 Scott CantorAdd some logging.
2008-01-10 Scott CantorLower level on CRIT messages.
2007-12-19 Scott CantorExpose client request parameters to template engine.
2007-12-14 Scott CantorChange Xerces exceptions to my own.
2007-12-12 Scott CantorInstall SecurityManager to block entity expansion.
2007-11-14 Scott CantorNeed const casts for const iterator access.
2007-11-14 Scott CantorAdd non-const algorithm.
2007-11-13 Scott CantorExtraneous typename.
2007-11-13 Scott CantorRework iterator template again for Sun's broken STL.
2007-11-09 Scott CantorMisuse of typename.
2007-11-09 Scott CantorMulti-line svn commit, see body.
2007-11-08 Scott CantorAdd a find_if template for pointer-based containers.
2007-11-07 Scott CantorAdd const to operator methods.
2007-11-07 Scott CantorAdd some simple STL predicates.
2007-11-04 Scott CantorFor now, hard code the SSL settings.
2007-11-02 Scott CantorCorrect header guards and export macros.
2007-11-02 Scott CantorCorrect header guards and export macros.
2007-10-11 Scott CantorMulti-line svn commit, see body.
2007-09-09 Scott CantorNon-const XML ID lookup.
2007-09-05 Scott CantorAdd pretty print option.
2007-08-29 Scott CantorRemove curl initialization code.
2007-08-01 Scott CantorMissed log reference.
2007-08-01 Scott CantorMissing assert header.
2007-07-31 Scott CantorMulti-line svn commit, see body.
2007-06-28 Scott CantorExpose detection of duplicate insertions.
2007-06-22 Scott CantorHelps to read and write the same type of data.
2007-05-21 Scott CantorMove ReplayCache and StorageService APIs to full build...
2007-05-17 Scott CantorCleaned up source for dual build
2007-05-11 Scott CantorFix -> convenience operator for non-class iterators.
2007-05-11 Scott CantorFix for STLs where iterator is a type but not a class.
2007-05-11 Scott CantorSun requires map value types to have constant keys.
2007-05-11 Scott CantorMissing signal header, tighten up template for map...
2007-05-08 Scott CantorInitialize timestamp based on initial load.
2007-05-04 Scott CantorMulti-line svn commit, see body.
2007-05-03 Scott CantorAdd internal copy of the Xerces net accessor for libcur...
2007-04-30 Scott CantorNeed to pass NULL into namespace lookup function for...
2007-04-28 Scott CantorEnhance plugin manager template with alternate type...
2007-04-26 Scott CantorFully qualify the header filenames for doxygen.
2007-04-20 Scott CantorMulti-line svn commit, see body.
2007-04-18 Scott CantorStop defaulting in xercesc namespace.
2007-04-13 Scott CantorInject logging category into base class.
2007-04-12 Scott CantorAdd credential context APIs, refactor criteria matching...
2007-03-26 Scott CantorMajor revamp of credential and trust handling code...
2007-03-08 Scott CantorMoved URLEncoder down to tooling lib, added exception...
2007-02-20 Scott CantorFix catalog usage to match "real life".
2007-02-13 Scott CantorNo ASCII version of endsWith.
2007-02-11 Scott CantorLower log level.
2007-02-11 Scott CantorLoad known entities using predefined path instead of...
2007-02-09 Scott CantorShorten "built-in" plugin types.
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-25 Scott CantorOnly delete storage service when we built it.
2007-01-24 Scott CantorAdd version tracking to storage service API.
2007-01-24 Scott CantorFix stream operators.
2007-01-10 Scott CantorMissing Xerces headers.
2007-01-04 Scott CantorChange class access, better logging, trap reload errors.
2007-01-03 Scott CantorFix defaulting of reload flag.
2007-01-03 Scott CantorBase class for reloadable local and remote configurations.
2007-01-02 Scott CantorImprove parser entity handling, clean up logging catego...
2006-12-28 Scott CantorConflicting header guard.
2006-12-20 Scott CantorSuppress warnings.
2006-12-20 Scott CantorVirtualize template parameters.
2006-11-27 Scott CantorBrute-force XML ID lookup.
2006-11-22 Scott CantorStream operators (Unicode string operator is an experiment)
2006-11-16 Scott CantorFunction to serialize to stream.
2006-11-09 Scott CantorFix for bug 586.
2006-11-06 Scott CantorRemoved RSA-SHA padding constants, found them in latest...
2006-11-06 Scott CantorRSA-SHA padding constants.
2006-10-23 Scott CantorRemoved unnecessary class from string literals.
2006-10-19 Scott CantorTemplate replacement engine ported from Shib, added...
2006-10-13 Scott Cantorgcc const fix, converted linefeeds
2006-10-12 Scott CantorMulti-line svn commit, see body.
2006-10-09 Scott CantorMoved ReplayCache into xmltooling
2006-09-25 Scott CantorSimplify access to records and prevent reads of expired...
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-07 Scott CantorSOAP 1.1 classes
2006-07-24 Scott CantorCredential resolver plugin
2006-07-13 Scott CantorFixed erase method.
2006-07-05 Scott CantorRename shared lock wrapper, allow pre-existing locks.
2006-07-05 Scott CantorRemove catch(...) handler occurrences.
2006-07-05 Scott CantorAdded DocumentJanitor to avoid some catch(...) handlers.
2006-07-03 Scott CantorReworked int/bool attribute handling.
2006-07-02 Scott CantorUnix thread support
2006-07-02 Scott CantorThreading support.
next