dbsrgits/DBM-Deep.git
2007-02-26 rkinyon t_attic created stonehenge_cleanup stonehenge_cleanup
2007-02-26 rkinyon Created an articles directory, manifest.skip'ed it...
2007-02-26 rkinyon Fixed Changes and a failing test found due to disttest
2007-02-20 rkinyon Added SPONSORS section to DBM::Deep's POD
2007-02-20 rkinyon Finished final draft of the article
2007-02-20 rkinyon Article modifications
2007-02-19 rkinyon Added better handling of 1.0000 to upgrade_db.pl
2007-02-19 rkinyon Documentation
2007-02-18 rkinyon Fixed MANIFEST and README
2007-02-18 rkinyon upgrade_db.pl is almost ready for release
2007-02-18 rkinyon Made get_pod support Perl 5.6 by removing use of in...
2007-02-18 rkinyon Conversion seems to be working
2007-02-18 rkinyon 0-983 is now moved over and parsing - still need to...
2007-02-18 rkinyon Further work done and a test for utils/upgrade_db.pl
2007-02-15 rkinyon Cleanup for new file versions
2007-02-15 rkinyon Cleanup of DB files, step 2
2007-02-15 rkinyon Cleanup of DB files, step 1
2007-02-15 rkinyon Initial draft (unworking) of upgrade_db.pl
2007-02-11 rkinyon More work on the article
2007-02-10 rkinyon Article improvements
2007-02-09 rkinyon Article changes
2007-02-04 rkinyon Removed the verybig test from the MANIFEST - I want...
2007-02-04 rkinyon Cleaned up a little bit
2007-02-04 rkinyon Fixed limitation of transactions to only 32
2007-01-30 rkinyon Added failing test for large numbers of transactions
2007-01-30 rkinyon Minor cleanups
2007-01-30 rkinyon Transactional staleness counters are down from 4 bytes...
2007-01-30 rkinyon Removed transactional staleness counter from the HEAD...
2007-01-30 rkinyon Cleaned up validation code
2007-01-30 rkinyon Change some defaults and the tests to match
2007-01-28 rkinyon data_sector_size parameterization is proceeding apace
2007-01-28 rkinyon Added tests for wrong file versions
2007-01-28 rkinyon On the warpath to 1.0000
2007-01-25 rkinyon Added more to the article
2007-01-25 rkinyon Added more files to the MANIFEST
2007-01-25 rkinyon Continued removal of Clone::Any from everywhere
2007-01-25 rkinyon Fixed numerous issues in the 0.99_03 release
2007-01-24 rkinyon r14930@rob-kinyons-computer: rob | 2007-01-23 21...
2007-01-24 rkinyon r14929@rob-kinyons-computer: rob | 2007-01-23 21...
2007-01-24 rkinyon r14927@rob-kinyons-computer: rob | 2007-01-23 20...
2007-01-22 rkinyon r14893@rob-kinyons-computer: rob | 2007-01-21 00...
2007-01-19 rkinyon r14864@rob-kinyons-computer: rob | 2007-01-18 23...
2007-01-19 rkinyon r14863@rob-kinyons-computer: rob | 2007-01-18 20...
2007-01-19 rkinyon r14862@rob-kinyons-computer: rob | 2007-01-18 19...
2007-01-19 rkinyon r14861@rob-kinyons-computer: rob | 2007-01-18 19...
2007-01-18 rkinyon r14853@rob-kinyons-computer: rob | 2007-01-18 02...
2007-01-18 rkinyon r14852@rob-kinyons-computer: rob | 2007-01-18 01...
2007-01-18 rkinyon r14851@rob-kinyons-computer: rob | 2007-01-17 22...
2007-01-18 rkinyon r14850@rob-kinyons-computer: rob | 2007-01-17 22...
2007-01-18 rkinyon r14849@rob-kinyons-computer: rob | 2007-01-17 22...
2007-01-18 rkinyon r14848@rob-kinyons-computer: rob | 2007-01-17 22...
2007-01-18 rkinyon r14847@rob-kinyons-computer: rob | 2007-01-17 22...
2007-01-17 rkinyon Converted to using only 2 transactions by default and...
2007-01-16 rkinyon Fixed test to remove SKIP for non-win32 machines
2007-01-16 rkinyon Lots and lots of fixes, primarily in terms of improving...
2007-01-15 rkinyon Improved coverage by commenting out unused subs and...
2007-01-15 rkinyon Added test for importing an array
2007-01-15 rkinyon POD updates, including code coverage
2007-01-14 rkinyon Updated MANIFEST, Changes, and other similar distro...
2007-01-14 rkinyon Added missing testfile
2007-01-14 rkinyon Fixed a bug with how transactions worked across a reindex
2007-01-14 rkinyon Moved Engine3 to Engine
2007-01-14 rkinyon Removed Engine.pm and Engine2.pm in preparation to...
2007-01-07 rkinyon Keys now works
2007-01-07 rkinyon Keys works, but exposes issues
2006-12-31 rkinyon Test cleanup
2006-12-31 rkinyon This test now passes
2006-12-31 rkinyon Can write to and read from multiple index levels
2006-12-28 rkinyon Reindexing works ... sort of
2006-12-27 rkinyon Almost ready to add in the reindexing code and t/28.t
2006-12-27 rkinyon Parameterized the freespace management to allow for...
2006-12-27 rkinyon staleness size now fully parameterized
2006-12-27 rkinyon Parameterized the size of the signature + staleness...
2006-12-27 rkinyon Removed some lava from audit trails
2006-12-27 rkinyon Added staleness checking
2006-12-26 rkinyon Committing failing test for freespace staleness
2006-12-26 rkinyon Fixed bug in reference size counting
2006-12-25 rkinyon Removed auditing completely
2006-12-25 rkinyon Removed unneeded Fcntl imports in DBM::Deep
2006-12-25 rkinyon Removed lava in DBM::Deep::File
2006-12-25 rkinyon Fixed multiple transactions
2006-12-25 rkinyon Removed notion of trans_ctr as an attribute - still...
2006-12-24 rkinyon Arrays work in txns, but multiples has issues right now
2006-12-24 rkinyon First transaction test file passes
2006-12-23 rkinyon More tests are passing
2006-12-21 rkinyon Added 16 bytes to the header prepping for transaction...
2006-12-20 rkinyon Fixed problem with how delete on an undef value was...
2006-12-18 rkinyon Added more tests and rollback/commit are kinda working
2006-12-17 rkinyon Added another test
2006-12-13 rkinyon Transactions now seem to work, except for the rollback...
2006-12-09 rkinyon Initial code written for transactional isolation
2006-12-09 rkinyon The engine object is now a singleton in preparation...
2006-12-05 rkinyon Activated two more now-passing tests
2006-12-05 rkinyon Long classnames are now supported
2006-12-05 rkinyon Removed deep recursion warning by converting tail-recur...
2006-12-05 rkinyon Added the test for large data sections
2006-12-05 rkinyon Large values are now handled
2006-12-04 rkinyon Activated more tests marked as skip-all until internal...
2006-12-04 rkinyon Reactivated a test for multi-DB cross-reference
2006-12-04 rkinyon import and export are turned back on and working
next