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
/
sleepycat
/
BDBRepositoryBuilder.java
Age
Commit message (
Expand
)
Author
2012-10-09
Add additional deadlock detection mode.
Brian S. O'Neill
2012-03-29
Added BDB panic handling support.
Brian S. O'Neill
2012-03-04
Prepare release 1.2.3
Brian S. O'Neill
2011-06-03
Default transaction limit is now 1000.
Brian S. O'Neill
2011-05-17
Default max checkpoint interval at 1 minute.
Brian S. O'Neill
2011-04-02
Add support to specify log region size. Patch provided by Michael Roberts.
Brian S. O'Neill
2011-02-18
Add BDB verify support.
Brian S. O'Neill
2011-01-20
Add option to set max locks; increase default number of lockers.
Brian S. O'Neill
2011-01-11
Added option to set max transactions.
Brian S. O'Neill
2011-01-08
Add option to disable reverse splits.
Brian S. O'Neill
2010-09-30
Add option to force logging sub-system to initialize.
Brian S. O'Neill
2010-09-07
Make builder be final.
Brian S. O'Neill
2010-03-19
Support class loaders that don't provide a Package.
Brian S. O'Neill
2010-03-14
Update copyright.
Brian S. O'Neill
2010-03-01
Deprecated ThrowUnchecked class.
Brian S. O'Neill
2010-01-07
Add option to keep old transaction log files.
Brian S. O'Neill
2009-11-05
Add support for compressed records.
Brian S. O'Neill
2009-11-04
Support setting max log file size.
Brian S. O'Neill
2009-05-18
Support backwards compatiblity with older CarbonadoSleepycat packages.
Tobias Holgers
2009-05-15
Added methods for configuring checkpointThresholdKB, checkpointThresholdMinut...
Tobias Holgers
2009-03-17
Added backup restore functionality.
Brian S. O'Neill
2008-12-18
Fix parameter name.
Brian S. O'Neill
2008-12-18
Added cachePercent member variable to support maxMemoryPercent BDB configurat...
Peter Carbon
2008-05-06
Code cleanup: add @Override annotations, remove unused imports, remove dead c...
Brian S. O'Neill
2008-04-21
Support database name remapping.
Brian S. O'Neill
2008-03-29
Fix map type for database file name feature.
Brian S. O'Neill
2008-03-27
Support multiple databases in one file.
Brian S. O'Neill
2007-03-28
Merged 1.2-dev to trunk.
Brian S. O'Neill
2007-03-15
IndexedRepository supports optional and throttled index repair.
Brian S. O'Neill
2006-12-16
Use setTransactionWriteNoSync in examples because it is safer.
Brian S. O'Neill
2006-12-16
Support write-no-sync mode for Sleepycat repositories.
Brian S. O'Neill
2006-12-01
Add Storable to CorruptEncodingException when loading from index.
Brian S. O'Neill
2006-10-14
Added support for memory-only transaction logs.
Brian S. O'Neill
2006-10-11
Resolved some warnings.
Brian S. O'Neill
2006-10-08
Folded in projects that have no special dependencies.
Brian S. O'Neill