Almost ready to add in the reindexing code and t/28.t
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Engine3.pm
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 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 Fixed multiple transactions
2006-12-25 rkinyon Removed notion of trans_ctr as an attribute - still...
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-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 Long classnames are now supported
2006-12-05 rkinyon Removed deep recursion warning by converting tail-recur...
2006-12-05 rkinyon Large values are now handled
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
2006-12-04 rkinyon autobless added back in
2006-12-04 rkinyon Values are now restricted to only legal values (hash...
2006-12-04 rkinyon Added freespace management
2006-12-04 rkinyon Fixed how header_var was set during _read_file_header...
2006-12-04 rkinyon Keys now works and tests that aren't meant to pass...
2006-12-01 rkinyon Arrays now work correctly
2006-12-01 rkinyon Autovivification of references now works
2006-12-01 rkinyon Added autovivification at the leaf level
2006-11-30 rkinyon Deleting a key now returns the value
2006-11-30 rkinyon Added in storage of the key at the hash instead of...
2006-11-29 rkinyon Added delete
2006-11-29 rkinyon Can actually store more than one keyval pair at a time
2006-11-28 rkinyon Added Null datatype
2006-11-27 rkinyon Got a store and a retrieve working
2006-11-27 rkinyon Converted to using an object for each file sector type
2006-11-22 rkinyon Cleaned up - moving towards better file format
2006-11-18 rkinyon We pass test 1 for a new engine