Convert from NULL macro to nullptr.
[shibboleth/cpp-xmltooling.git] / xmltooling / impl / MemoryStorageService.cpp
2010-05-04 Scott CantorConvert from NULL macro to nullptr.
2010-03-25 Scott CantorCollapse extra function in cleanup thread.
2009-10-30 Scott CantorCorrect eol-style property.
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-11 Scott CantorSun apparently striving for Ada-style type safety...
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-24 Scott CantorAdd version tracking to storage service API.
2006-10-13 Scott Cantorgcc const fix, converted linefeeds
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...