summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/repo/sleepycat/BDBRepository.java
AgeCommit message (Expand)Author
2012-03-29Added BDB panic handling support.Brian S. O'Neill
2012-03-04Prepare release 1.2.3Brian S. O'Neill
2011-02-18Add BDB verify support.Brian S. O'Neill
2010-07-24Allow new layouts if BDB is read-only.Brian S. O'Neill
2010-06-14Add sync option to CheckpointCapability.Brian S. O'Neill
2010-06-10Split data and log files during backup.Brian S. O'Neill
2010-05-16Comments and compatibility for new backup features.Brian S. O'Neill
2010-05-14Added Incremental Backup to HotBackupCapabilityOlga Kuznetsova
2010-03-14Update copyright.Brian S. O'Neill
2010-01-07Add option to keep old transaction log files.Brian S. O'Neill
2009-11-05Add support for compressed records.Brian S. O'Neill
2009-05-18Support backwards compatiblity with older CarbonadoSleepycat packages.Tobias Holgers
2009-05-15Added methods for configuring checkpointThresholdKB, checkpointThresholdMinut...Tobias Holgers
2009-03-17Added capability to perform hot backups.Brian S. O'Neill
2008-07-18Moved transaction support classes to txn package.Brian S. O'Neill
2008-07-07Don't wrap MalformedArgumentExceptions.Brian S. O'Neill
2008-05-21Change open and close log messages.Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...Brian S. O'Neill
2008-04-30Handle missing method from database open hook.Brian S. O'Neill
2008-04-21Support database name remapping.Brian S. O'Neill
2008-03-29Fix map type for database file name feature.Brian S. O'Neill
2008-03-27Support multiple databases in one file.Brian S. O'Neill
2008-03-25Fixes for bugs as reported by FindBugs.Brian S. O'Neill
2008-02-04Make TransactionManager creation more flexible.Brian S. O'Neill
2008-01-20Split TransactionManager and created TransactionScope class.Brian S. O'Neill
2007-10-23Support transaction lock timeout.Brian S. O'Neill
2007-03-28Merged 1.2-dev to trunk.Brian S. O'Neill
2007-01-30More cursor closing paranoia.Brian S. O'Neill
2007-01-11Fixes for bugs found using FindBugs.Brian S. O'Neill
2006-10-23Removed unused methods.Brian S. O'Neill
2006-10-17Prevent accidental replication of internal storables.Brian S. O'Neill
2006-10-15Created StorageCollection.Brian S. O'Neill
2006-10-11Resolved some warnings.Brian S. O'Neill
2006-10-08Folded in projects that have no special dependencies.Brian S. O'Neill