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
Added javadoc warning about structural modification to BTree during browsing
Alex Boisvert
as boisvert
More... over 23 years ago
Fixed test case
Alex Boisvert
as boisvert
More... over 23 years ago
Output error message about file deletion instead of throwing an exception
Alex Boisvert
as boisvert
More... over 23 years ago
updated to ant version 1.4.1
Alex Boisvert
as boisvert
More... over 23 years ago
updated to Ant 1.4.1
Alex Boisvert
as boisvert
More... over 23 years ago
updated changes for 0.13
Alex Boisvert
as boisvert
More... over 23 years ago
Upgraded to JUnit 3.7
Alex Boisvert
as boisvert
More... over 23 years ago
Not needed by any build target
Alex Boisvert
as boisvert
More... over 23 years ago
Replaced by crimson
Alex Boisvert
as boisvert
More... over 23 years ago
Added unit test contribution by Christof Dallermassl
Alex Boisvert
as boisvert
More... over 23 years ago
Added new build file for Cygwin platform
Alex Boisvert
as boisvert
More... over 23 years ago
Changed assert() to assertTrue() following upgrade to JUnit 2.7
Alex Boisvert
as boisvert
More... over 23 years ago
Added JAXP 1.1
Alex Boisvert
as boisvert
More... over 23 years ago
Added crimson XML parser
Alex Boisvert
as boisvert
More... over 23 years ago
Updated for Ant 1.4
Alex Boisvert
as boisvert
More... over 23 years ago
Removed unecessary JTA jar
Alex Boisvert
as boisvert
More... over 23 years ago
Upgrade to Ant 1.4
Alex Boisvert
as boisvert
More... over 23 years ago
Updated javadoc
Alex Boisvert
as boisvert
More... over 23 years ago
Added new class IntegerComparator. Contribution from Christof Dallermassl.
Alex Boisvert
as boisvert
More... over 23 years ago
Updated javadoc.
Alex Boisvert
as boisvert
More... over 23 years ago
Updated contributions
Alex Boisvert
as boisvert
More... over 23 years ago
Documented changes for version 0.12
Alex Boisvert
as boisvert
More... over 23 years ago
Added synchronization to many methods
Alex Boisvert
as boisvert
More... over 23 years ago
Bumped version number to 0.12
Alex Boisvert
as boisvert
More... over 23 years ago
Added new StreamCorrupted test case (contributed by Christof Dallermassl)
Alex Boisvert
as boisvert
More... over 23 years ago
Fix a bug in insert() which didn't correctly link the previous (existing) BPage with the newly allocated BPage during a page overflow.
Alex Boisvert
as boisvert
More... over 23 years ago
Change example to reuse the persistent B+Tree. (Less confusing for newbies)
Alex Boisvert
as boisvert
More... over 23 years ago
Updated tests with HTree's new constructor signature and new getRecid() method
Alex Boisvert
as boisvert
More... over 23 years ago
Updated to HTree's new constructor
Alex Boisvert
as boisvert
More... over 23 years ago
Added getRecid() method
Alex Boisvert
as boisvert
More... over 23 years ago