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
/
indexed
/
IndexedCursor.java
Age
Commit message (
Expand
)
Author
2012-03-04
Prepare release 1.2.3
Brian S. O'Neill
2012-01-26
Added option for index access to fetch ahead to reduce likelihood of deadlocks.
Brian S. O'Neill
2011-06-30
Skip corrupt master entries, allow existing index entry.
Brian S. O'Neill
2010-08-26
Handle more exceptions with broken indexes.
Brian S. O'Neill
2010-03-14
Update copyright.
Brian S. O'Neill
2009-10-15
Generated readFrom method sets properties states at the end, to ensure that a...
Brian S. O'Neill
2009-07-25
Make cursors more resilient against concurrent close, preventing NoSuchElemen...
Brian S. O'Neill
2008-12-22
Eliminate level of indirection when accessing indexes.
Brian S. O'Neill
2008-05-06
Code cleanup: add @Override annotations, remove unused imports, remove dead c...
Brian S. O'Neill
2007-01-29
Fixed multiple cursor implementations to be extra paranoid and close the curs...
Brian S. O'Neill
2006-10-31
Index records no longer use join property to link to master and instead copy ...
Brian S. O'Neill
2006-10-11
Resolved some warnings.
Brian S. O'Neill
2006-09-19
Removed all cursor synchronization. It just adds overhead and no real (or nee...
Brian S. O'Neill
2006-08-30
Add core repository implementations
Brian S. O'Neill