Set fourth file version digit to signify rebuild.
[shibboleth/cpp-xmltooling.git] / xmltooling / impl / MemoryStorageService.cpp
2015-01-23 Scott CantorSSPCPP-616 - clean up concatenated string literals
2011-12-03 Scott CantorIncorporating boostisms
2011-10-10 Scott CantorExpose size limits on storage in API, and add overflow...
2011-10-10 Scott CantorRevert logging change
2011-09-29 Scott CantorAdd logging when size limits exceeded.
2011-06-15 Scott CantorMerge branch '1.x' of ssh://authdev.it.ohio-state.edu...
2010-07-29 Scott CantorAdd expiration to storage service logging.
2010-07-22 Scott CantorUpdate ctors to use new attribute shortcuts.
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...