1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 06, 2024 — Jan 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change constructor and added load() method Added getRecid() method
Alex Boisvert
as boisvert
More... over 23 years ago
Updated javadoc package documentation
Alex Boisvert
as boisvert
More... over 23 years ago
Added antRun script for Unix builds
Alex Boisvert
as boisvert
More... over 23 years ago
Updated copyright notice
Alex Boisvert
as boisvert
More... over 23 years ago
Documented version 0.11 changesVersion 0.11 changes
Alex Boisvert
as boisvert
More... over 23 years ago
Bumped version number to 0.11
Alex Boisvert
as boisvert
More... over 23 years ago
Added example for B+Tree
Alex Boisvert
as boisvert
More... over 23 years ago
Added test suite for B+Tree implementation
Alex Boisvert
as boisvert
More... over 23 years ago
Cosmetic changes
Alex Boisvert
as boisvert
More... over 23 years ago
Updated Alex Boisvert's email address
Alex Boisvert
as boisvert
More... over 23 years ago
New B+Tree implementation
Alex Boisvert
as boisvert
More... over 23 years ago
Updated Alex Boivert's email address
Alex Boisvert
as boisvert
More... over 23 years ago
Updated package index doc
Alex Boisvert
as boisvert
More... over 23 years ago
Minor optimization
Alex Boisvert
as boisvert
More... over 23 years ago
Added Comparator and a few implementation classes. Added Tuple and TupleBrowser
Alex Boisvert
as boisvert
More... over 23 years ago
Fixed "build.compiler" error with attribute name. It was incorrectly set to "file" instead of "value".
Alex Boisvert
as boisvert
More... almost 24 years ago
Added cp.bat (got lost along the way)
Alex Boisvert
as boisvert
More... almost 24 years ago
Bumped version to 0.10, documented changes and updated description.
Alex Boisvert
as boisvert
More... almost 24 years ago
fetch() incorrectly released() block with dirty flag, which caused unnecessary performance loss
Alex Boisvert
as boisvert
More... almost 24 years ago
Properly release resources upon close()
Alex Boisvert
as boisvert
More... almost 24 years ago
In commit() skip txnMgr.commit() if no dirty blocks Also, release resource upon close()
Alex Boisvert
as boisvert
More... almost 24 years ago
Properly release resources during close()
Alex Boisvert
as boisvert
More... almost 24 years ago
Properly release resources when TransactionManager is closed
Alex Boisvert
as boisvert
More... almost 24 years ago
Updated most test cases to work under Windows (properly close file to avoid problem when deleting file)
Alex Boisvert
as boisvert
More... almost 24 years ago
Added Test case for HashDirectory enumeration
Alex Boisvert
as boisvert
More... almost 24 years ago
Fix bug report by Daniel Herlemont on Nov. 12, 2000:
Alex Boisvert
as boisvert
More... almost 24 years ago
*** empty log message ***
Alex Boisvert
as boisvert
More... almost 24 years ago
Fix bug in flush() and move listener into inner class to clean ObjectCache interface
Alex Boisvert
as boisvert
More... over 24 years ago
Validation in constructor to avoid creating cache with <= 0 objects
Alex Boisvert
as boisvert
More... over 24 years ago
Use small cache to ensure lots of IO in CrashTest
Alex Boisvert
as boisvert
More... over 24 years ago