Added recursion test, hoisted staleness() to Sector.pm, and refactored to write_bucke...
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Engine /
2010-01-11 Rob Kinyon Added recursion test, hoisted staleness() to Sector...
2010-01-05 Rob Kinyon Removed extraneous slashes from POD
2010-01-03 Rob Kinyon Added infrastructure to support transactions in ::DBI...
2010-01-01 Rob Kinyon Getting everything ready for release of 1.0019_001
2009-12-31 Rob Kinyon Fixed typo
2009-12-30 Rob Kinyon Added supports() and rewrote the tests so that Engine...
2009-12-30 Rob Kinyon All tests pass except for the transaction tests under...
2009-12-28 Rob Kinyon Fixed how classname is stored
2009-12-27 Rob Kinyon Fixed problem with large keys over 65535 bytes.
2009-12-27 Rob Kinyon Fixed problem with second-level values being overwritte...
2009-12-26 Rob Kinyon Got arrays working, requiring that make_reference and...
2009-12-26 Rob Kinyon Fixed a bug with DBI iterators and made the tets self...
2009-12-25 Rob Kinyon Started refactoring of Iterator hierarchy
2009-12-25 Rob Kinyon Got some basic functionality working. Still isn't fully...
2009-12-05 Rob Kinyon Moved a few things and started on the MySQL schema
2009-12-05 Rob Kinyon Converted ->load calls into Engine::->load_sector(...
2009-12-04 Rob Kinyon Refactored Sector:: out from under Engine:: and into...
2009-11-30 Rob Kinyon Migrated setup_fh -> setup and moved lots of POD into...
2009-11-30 Rob Kinyon Migrating POD over
2009-11-30 Rob Kinyon Started work on DBM::Deep::Engine breakdown
2009-06-29 rkinyon@cpan.org Fixed a bug in how deletions of entries in an auto...
2009-06-29 rkinyon@cpan.org All the tests now pass with the broken out classes
2009-06-29 rkinyon@cpan.org Checking in breakout of the various packages in DBM...
2009-06-29 rkinyon@cpan.org Most tests now pass properly
2009-06-29 rkinyon@cpan.org First checkin of the reversion back from the failed...
2009-06-29 rkinyon@cpan.org begin_work, rollback, and commit now properly lock...
2009-06-29 rkinyon@cpan.org Added further assertions
2009-06-29 rkinyon@cpan.org Txn counter handlers have been migrated to FileHeader...
2009-06-29 rkinyon@cpan.org read_txn_slots has been moved into the FileHeader sector.
2009-06-29 rkinyon@cpan.org Array tests now pass
2009-06-29 rkinyon@cpan.org Hash tests pass again with header being read and cached
2009-06-29 rkinyon@cpan.org Fixed a couple of overlooks in reading an existing...
2009-06-29 rkinyon@cpan.org The header now has its own sector. A lot needs to be...
2009-06-29 rkinyon@cpan.org Removed superfluous VERSION declaration
2009-06-29 rkinyon@cpan.org Conversion is partially complete. Lots of tests are...
2009-06-29 rkinyon@cpan.org Removed the need for the :flock constants from Fcntl...
2009-06-29 rkinyon@cpan.org All sectors now use a string to create themselves
2009-06-29 rkinyon@cpan.org Convert ::Reference to use a string in creation. This...
2009-06-29 rkinyon@cpan.org Converted DBM::Deep::Engine::Sector::Scalar to using...
2009-06-29 rkinyon@cpan.org Optimization: First broke out all the classes that...