summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/repo/map
AgeCommit message (Expand)Author
2012-03-04Prepare release 1.2.3Brian S. O'Neill
2011-08-10Fix thread-local memory leaks.Brian S. O'Neill
2011-05-04Add support for Query controller and timeouts; remove vestigial support for i...Brian S. O'Neill
2010-08-18Introduce SoftValuedCache, which evicts more aggressively than SoftValuedHash...Brian S. O'Neill
2010-03-14Update copyright.Brian S. O'Neill
2008-12-13Release upgrade lock if write lock not acquired.Brian S. O'Neill
2008-12-12Fix deadlock in timed write lock acquisition.Brian S. O'Neill
2008-08-22Fixed map repository deadlock with countAll and truncate when in transaction.Brian S. O'Neill
2008-08-13Clone key before inserting into map.Brian S. O'Neill
2008-07-22Added advanced conversion capability when setting query filter properties. Th...Brian S. O'Neill
2008-07-18Moved transaction support classes to txn package.Brian S. O'Neill
2008-05-14Fix reverse range filter.Brian S. O'Neill
2008-05-09Test fixes.Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...Brian S. O'Neill
2008-05-05Added transaction test case.Brian S. O'Neill
2008-05-05Made TestLockStates a proper unit test.Brian S. O'Neill
2008-05-04Merged map repository implementation from map branch.Brian S. O'Neill