summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/cursor/AbstractCursor.java
AgeCommit message (Expand)Author
2012-03-04Prepare release 1.2.3Brian S. O'Neill
2011-04-12Handle concurrent close while copying cursor contents.Brian S. O'Neill
2010-03-14Update copyright.Brian S. O'Neill
2008-05-11Simplify and fix count calculation.Brian S. O'Neill
2007-01-29Fixed multiple cursor implementations to be extra paranoid and close the curs...Brian S. O'Neill
2006-09-19Removed all cursor synchronization. It just adds overhead and no real (or nee...Brian S. O'Neill
2006-09-19Restored synchronization and added comment for doing so.Brian S. O'Neill
2006-09-19Removed unnecessary synchronization.Brian S. O'Neill
2006-08-30Add cursor implementationsBrian S. O'Neill