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 support for auto-commit when transactions are disabled. Added support for sync on close when transactions are disabled. More... over 19 years ago
Formatting cleanup More... over 19 years ago
Make compatible with 0 length record restriction More... over 19 years ago
Added IllegalArgumentException to prevent creation of 0 length records More... over 19 years ago
Added NO_CACHE option to record manager provider More... over 19 years ago
no-op commit to try to get patches working More... over 19 years ago
Add TestStress
Alex Boisvert
as boisvert
More... over 19 years ago
Clean up formatting More... over 19 years ago
Fixed bug in test (inserts were done using default serialization, fetches were done using custom serialization), issue with recman being closed and reopened on first iteration, issue where 10-15 iterations were attempted before first record was inserted. Cleaned up CR/LF formatting problem. More... over 19 years ago
Set to version 1.0
Alex Boisvert
as boisvert
More... over 19 years ago
Force compilation to use JDK 1.3 source and target compatibility
Alex Boisvert
as boisvert
More... over 19 years ago
* Fixed JDK 1.5 compilation problems (variable/function name 'enum' is now illegal; type safety with templates caused one other compilation problem) * Fixed javadoc problems (misnamed param references etc) * Added Ant target for running junit tests
Tatu Saloranta
as doomdark
More... over 19 years ago
Document APIs
Alex Boisvert
as boisvert
More... about 20 years ago
Fixed cosmetic code indentation issues. Fixed javadoc @see mistake More... over 21 years ago
Added todo tasks after introduction of soft cache. More... over 21 years ago
Changed 'api' target to cross reference JDK 1.2 docs; changed 'javadoc' target to cross reference JDK 1.2 and JUnit 3.8 docs More... over 21 years ago
Added TestSoftCache to test suite More... over 21 years ago
Added tests for SoftCache More... over 21 years ago
Added L2 soft cache More... over 21 years ago
Fixed addListener() to prevent null; fixed purgeEntry() to leave cache internals unchanged if eviction exception occurs More... over 21 years ago
Refactored to extend TestCachePolicy; added testEvictionExceptionRecovery() More... over 21 years ago
Added abstract base test for CachePolicy implementations More... over 21 years ago
Added to class javadocs More... over 21 years ago
Refined put(), addListener() contract; added to javadocs More... over 21 years ago
Fixed bug that ignored explicit testcase specification and always used AllTests More... over 21 years ago
added build\tests to generated classpath More... over 21 years ago
added DOS equivalent of test.sh More... over 21 years ago
committed top level test that aggregates subpackage tests More... over 21 years ago
Fix author typo
Alex Boisvert
as boisvert
More... over 21 years ago
Fix javadoc
Alex Boisvert
as boisvert
More... over 21 years ago