summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/txn
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-03-19Add TransactionMonitor.Brian S. O'Neill
2011-01-19Add Transaction preCommit method.Brian S. O'Neill
2010-04-01Promptly release internal cursor map when scope is closed.Brian S. O'Neill
2010-03-14Update copyright.Brian S. O'Neill
2010-02-17Rollback transaction if commit fails.Brian S. O'Neill
2010-01-18Add attach/detach notification.Brian S. O'Neill
2009-12-22Added isClosed method to Repository.Brian S. O'Neill
2009-12-20Allow transaction to attach if existing scope is inactive.Brian S. O'Neill
2009-10-23Allow transaction implementation to be notified when update mode is selected.Brian S. O'Neill
2009-01-20Ensure that exited transaction cleans up the local scope even when an excepti...Brian S. O'Neill
2008-08-21Removed broken nested transaction optimization.Brian S. O'Neill
2008-07-18Moved transaction support classes to txn package.Brian S. O'Neill