dbsrgits/DBM-Deep.git
2010-02-22 Rob Kinyon Merged with master and am ready to merge back master
2010-02-22 Rob Kinyon Prepare for 1.0020
2010-02-17 Rob Kinyon Final fixes before releasing last developer release
2010-02-16 Rob Kinyon Had to turn off caching, but I've merged everything...
2010-02-14 Rob Kinyon Apply some changes
2010-02-14 Rob Kinyon Apply some changes
2010-02-06 sprout Set version to 1.0016
2010-02-06 sprout Set release date for 1.0016
2010-01-30 sprout Speed up clear()
2010-01-29 sprout Remove temporary workaround for clear() and "0" key bug
2010-01-29 Rob Kinyon Merge cd5303b: RT# 50541: Fix for clear bug. Introduces...
2010-01-29 sprout Add missing compatibility notice
2010-01-28 sprout Begin the Changes for 1.0016
2010-01-28 sprout Remove one stray version number
2010-01-28 sprout Solve the version problem once and for all by applying...
2010-01-28 sprout Add caveat explaining stale references. This came up...
2010-01-26 sprout Set release date for 1.0015
2010-01-25 Rob Kinyon Intermezzo commit
2010-01-24 sprout Test::More 0.88 is required for done_testing
2010-01-24 sprout Bump version to 1.0015
2010-01-24 sprout Change cd5303b4d4ed6 (to fix RT#50541) is too time...
2010-01-24 Rob Kinyon (RT #40782) '0' as a hashkey wasn't iterated over corre...
2010-01-24 Rob Kinyon (RT #48031) Better var localizations (Thanks, SPROUT!)
2010-01-24 sprout Changes: Compatibility note
2010-01-24 sprout Start preparing the Changes file for 1.0015
2010-01-24 sprout Fix for [RT #32462]: avoid leading temp files around
2010-01-24 sprout Fix fatal recursion warnings (plus tests)
2010-01-11 Rob Kinyon Refactored to _descend to fix the recursion bug
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...
next