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
/
txn
Age
Commit message (
Expand
)
Author
2014-03-06
Implement AutoCloseable
Adam Vandenberg
2013-04-13
Prevent NPE when using IsolationLevel.NONE.
Brian S. O'Neill
2012-10-01
Prevent deadlock during close.
Brian S. O'Neill
2012-03-04
Prepare release 1.2.3
Brian S. O'Neill
2011-08-10
Fix thread-local memory leaks.
Brian S. O'Neill
2011-03-19
Add TransactionMonitor.
Brian S. O'Neill
2011-01-19
Add Transaction preCommit method.
Brian S. O'Neill
2010-04-01
Promptly release internal cursor map when scope is closed.
Brian S. O'Neill
2010-03-14
Update copyright.
Brian S. O'Neill
2010-02-17
Rollback transaction if commit fails.
Brian S. O'Neill
2010-01-18
Add attach/detach notification.
Brian S. O'Neill
2009-12-22
Added isClosed method to Repository.
Brian S. O'Neill
2009-12-20
Allow transaction to attach if existing scope is inactive.
Brian S. O'Neill
2009-10-23
Allow transaction implementation to be notified when update mode is selected.
Brian S. O'Neill
2009-01-20
Ensure that exited transaction cleans up the local scope even when an excepti...
Brian S. O'Neill
2008-08-21
Removed broken nested transaction optimization.
Brian S. O'Neill
2008-07-18
Moved transaction support classes to txn package.
Brian S. O'Neill