index
:
Carbonado.git
fix-failing-test
gh-pages
master
v1.3
Forked from https://github.com/Carbonado/Carbonado
Jesse Morgan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
amazon
/
carbonado
/
repo
/
map
Age
Commit message (
Expand
)
Author
2010-08-18
Introduce SoftValuedCache, which evicts more aggressively than SoftValuedHash...
Brian S. O'Neill
2010-03-14
Update copyright.
Brian S. O'Neill
2008-12-13
Release upgrade lock if write lock not acquired.
Brian S. O'Neill
2008-12-12
Fix deadlock in timed write lock acquisition.
Brian S. O'Neill
2008-08-22
Fixed map repository deadlock with countAll and truncate when in transaction.
Brian S. O'Neill
2008-08-13
Clone key before inserting into map.
Brian S. O'Neill
2008-07-22
Added advanced conversion capability when setting query filter properties. Th...
Brian S. O'Neill
2008-07-18
Moved transaction support classes to txn package.
Brian S. O'Neill
2008-05-14
Fix reverse range filter.
Brian S. O'Neill
2008-05-09
Test fixes.
Brian S. O'Neill
2008-05-06
Code cleanup: add @Override annotations, remove unused imports, remove dead c...
Brian S. O'Neill
2008-05-05
Added transaction test case.
Brian S. O'Neill
2008-05-05
Made TestLockStates a proper unit test.
Brian S. O'Neill
2008-05-04
Merged map repository implementation from map branch.
Brian S. O'Neill