dbsrgits/DBM-Deep.git
2010-01-11 Rob Kinyon Added recursion test, hoisted staleness() to Sector...
2010-01-08 Rob Kinyon Fixed bug in Build.PL and pre-seeded expected activity...
2010-01-06 Rob Kinyon Ready to release
2010-01-06 Rob Kinyon (RT #48031) Better var localizations (Thanks, SPROUT!)
2010-01-06 Rob Kinyon (RT #40782) '0' as a hashkey wasn't iterated over corre...
2010-01-06 Rob Kinyon Added a TODO list
2010-01-06 Rob Kinyon RT# 50541: Fix for clear bug. Introduces a speed regression
2010-01-05 Rob Kinyon Removed extraneous slashes from POD
2010-01-05 Rob Kinyon (RT #44981) Added VERSION to ::Array, ::Engine, and...
2010-01-05 Rob Kinyon Applied POD Patch by FWIE (RT #51888)
2010-01-03 Rob Kinyon Fixed immediate dependence on DBI
2010-01-03 Rob Kinyon Don't need the commit with AutoCommit
2010-01-03 Rob Kinyon Added infrastructure to support transactions in ::DBI...
2010-01-03 Rob Kinyon Fixed up so that SQLite is supported
2010-01-03 Rob Kinyon First pass at SQLite support. Have everything through...
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 Added missing file
2009-11-30 Rob Kinyon Started work on DBM::Deep::Engine breakdown
2009-11-30 Rob Kinyon POD linebreak cleanup
2009-11-30 Rob Kinyon Created concept of Storage:: in order to start adding...
2009-11-27 Rob Kinyon Converted all relevant tests to use new_dbm instead...
2009-11-26 Rob Kinyon Added files and deps for SQL backend. THIS STILL NEEDS...
2009-11-26 Rob Kinyon new_dbm() added to allow for running the same tests...
2009-11-25 Rob Kinyon Standardized test incantations
2009-11-25 Rob Kinyon Fixed calling convention
2009-11-25 Rob Kinyon Added .gitignore file
2009-06-29 adamk@cpan.org Test::More's BAIL_OUT command imposes a 0.61 dependency
2009-06-29 rkinyon@cpan.org Fixed a bug in how deletions of entries in an auto...
2009-06-29 rkinyon@cpan.org Added documentation to ::File
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 Added a whole bunch of documentation
2009-06-29 rkinyon@cpan.org Fixed t/13 on Leopard and a couple issues with no_plan...
2009-06-29 rkinyon@cpan.org All tests pass and/or have been marked as not being run
2009-06-29 rkinyon@cpan.org Most tests now pass properly
2009-06-29 rkinyon@cpan.org Added description to a test
2009-06-29 rkinyon@cpan.org Fixed a bug in upgrade_db.pl in failing on unrecognized...
2009-06-29 rkinyon@cpan.org First checkin of the reversion back from the failed...
2009-06-29 jettero@cpan.org 1) forgot to add some t/5* tests to the MANIFEST 2...
2009-06-29 jettero@cpan.org alternate between using transactions and not causes...
2009-06-29 jettero@cpan.org credit for Alex
2009-06-29 jettero@cpan.org here's a test that shows the memory leak
2009-06-29 rkinyon@cpan.org Fixed problem with block vs. string evals
2009-06-29 rkinyon@cpan.org Fixed why t/33 was failing (errors were skipping the...
2009-06-29 rkinyon@cpan.org begin_work, rollback, and commit now properly lock...
2009-06-29 rkinyon@cpan.org Added a comment as to where an allocation error is...
2009-06-29 rkinyon@cpan.org Added further assertions
2009-06-29 rkinyon@cpan.org Fixed storage->size to only return what the size of...
2009-06-29 rkinyon@cpan.org Removed flush method
2009-06-29 rkinyon@cpan.org Flushing problems fixed
2009-06-29 rkinyon@cpan.org Txn counter handlers have been migrated to FileHeader...
2009-06-29 jettero@cpan.org repeatedly deleting a key will produce blist errors
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 DBM/Deep.pm no longer has a link to _storage. Instead...
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...
2009-06-29 rkinyon@cpan.org Updated Changes
2009-06-29 rkinyon@cpan.org Applied patch by Wulfram Humann for improving reindex_e...
2009-06-29 rkinyon@cpan.org Checkin fixing RT#30144
2009-06-29 rkinyon@cpan.org Added requirement for FileHandle::Fmode to t/44 in...
2009-06-29 rkinyon@cpan.org Fix for 30085
2009-06-29 rkinyon@cpan.org Exporting seems to work just fine
2009-06-29 rkinyon@cpan.org Fixed up EJS's fix so that it uses data we already...
2009-06-29 rkinyon@cpan.org Fixed indentation and removed the importation of symbol...
2009-06-29 esobchenko... test and fix added for defect #34819
2009-06-29 rkinyon@cpan.org Committed fix for RT#35140
2009-06-29 rkinyon@cpan.org Pod::Usage is now required for the build
2008-03-19 rkinyon r5021@rob-kinyons-computer-2 (orig r10948): rkinyon... trunk
2008-03-10 rkinyon r592@rob-kinyons-computer-2 (orig r10555): rkinyon...
2008-01-11 rkinyon r12194@rob-kinyons-computer-2 (orig r10513): rkinyon...
2007-10-02 rkinyon r8223@rob-kinyons-computer-2 (orig r10043): rkinyon...
2007-10-01 rkinyon r8208@rob-kinyons-computer-2 (orig r10033): rkinyon...
2007-09-28 rkinyon r8199@h460878c2 (orig r10013): rkinyon | 2007-09...
2007-09-25 rkinyon r6200@rob-kinyons-computer-2 (orig r9980): rkinyon...
2007-09-21 rkinyon r6127@000-443-371 (orig r9960): rkinyon | 2007-09...
2007-03-12 rkinyon r15937@rob-kinyons-computer (orig r9234): rkinyon...
next