Merged with master and am ready to merge back
[dbsrgits/DBM-Deep.git] / lib /
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-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-28 sprout Remove one stray version number
2010-01-28 sprout Add caveat explaining stale references. This came up...
2010-01-25 Rob Kinyon Intermezzo commit
2010-01-24 sprout Bump version to 1.0015
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 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-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 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-26 Rob Kinyon Added files and deps for SQL backend. THIS STILL NEEDS...
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 Most tests now pass properly
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 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 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 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 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@gmail.com test and fix added for defect #34819
2009-06-29 rkinyon@cpan.org Committed fix for RT#35140
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...
2007-02-26 rkinyon r15625@rob-kinyons-computer (orig r9171): rkinyon...
2007-01-30 rkinyon r14213@rob-kinyons-computer (orig r8080): rkinyon...
2006-11-18 rkinyon Fixing things around
next