Removed unneeded Fcntl imports in DBM::Deep
[dbsrgits/DBM-Deep.git] / lib /
2006-12-25 rkinyon Removed unneeded Fcntl imports in DBM::Deep
2006-12-25 rkinyon Removed lava in DBM::Deep::File
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
2006-11-18 rkinyon Fixing things around
2006-11-18 rkinyon Created a CURRENT per mst's recommendation
2006-11-14 rkinyon First pass at cleanup
2006-06-19 rkinyon r14427@Rob-Kinyons-PowerBook: rob | 2006-06-19 09...
2006-06-19 rkinyon r14236@Rob-Kinyons-PowerBook: rob | 2006-06-14 23...
2006-06-19 rkinyon r14235@Rob-Kinyons-PowerBook: rob | 2006-06-14 22...
2006-06-19 rkinyon r14186@Rob-Kinyons-PowerBook: rob | 2006-06-14 11...
2006-06-19 rkinyon r14010@Rob-Kinyons-PowerBook: rob | 2006-06-07 14...
2006-06-15 rkinyon r14264@Rob-Kinyons-PowerBook: rob | 2006-06-15 16...
2006-06-15 rkinyon r14236@Rob-Kinyons-PowerBook: rob | 2006-06-14 23...
2006-06-15 rkinyon r14235@Rob-Kinyons-PowerBook: rob | 2006-06-14 22...
2006-06-14 rkinyon r14186@rob-kinyons-powerbook58: rob | 2006-06-14...
2006-06-07 rkinyon r14010@rob-kinyons-powerbook58: rob | 2006-06-07...
2006-06-07 rkinyon r13607@rob-kinyons-powerbook58: rob | 2006-05-25...
2006-05-25 rkinyon r13599@rob-kinyons-powerbook58: rob | 2006-05-25...
2006-05-25 rkinyon r13306@rob-kinyons-powerbook58: rob | 2006-05-18...
2006-05-25 rkinyon r13305@rob-kinyons-powerbook58: rob | 2006-05-18...
2006-05-25 rkinyon r13304@rob-kinyons-powerbook58: rob | 2006-05-18...
2006-05-10 rkinyon r13057@rob-kinyons-powerbook58: rob | 2006-05-10...
2006-05-01 rkinyon r11725@rob-kinyons-powerbook58: rob | 2006-05-01...
2006-05-01 rkinyon r11705@rob-kinyons-powerbook58: rob | 2006-05-01...
2006-05-01 rkinyon r11693@rob-kinyons-powerbook58: rob | 2006-04-30...
2006-05-01 rkinyon r11692@rob-kinyons-powerbook58: rob | 2006-04-30...
2006-05-01 rkinyon r11691@rob-kinyons-powerbook58: rob | 2006-04-29...
2006-05-01 rkinyon r11686@rob-kinyons-powerbook58: rob | 2006-04-29...
2006-05-01 rkinyon r11685@rob-kinyons-powerbook58: rob | 2006-04-29...
2006-05-01 rkinyon r11683@rob-kinyons-powerbook58: rob | 2006-04-28...
2006-04-28 rkinyon Broke out a large portion of POD into the Cookbook...
2006-04-28 rkinyon Fixed missing file in MANIFEST
2006-04-28 rkinyon 0.99_01 ready for releas\e
2006-04-27 rkinyon CLEAR now works ... all that's left before 0.99_01...
2006-04-27 rkinyon Converted to use the intermediate keyloc so that keys...
2006-04-26 rkinyon Commit right before adding the keylist
2006-04-25 rkinyon Minor fixes, including removing the ==2/1 from add_buc...
2006-04-23 rkinyon Fixed bug where overwrites weren't transaction-aware
2006-04-22 rkinyon More failing tests, particularly for keys() and transac...
2006-04-21 rkinyon Added faililng tests for autovivification and clear...
2006-04-21 rkinyon delete is now transactional
2006-04-21 rkinyon Phantom reads because transactional writes aren't delet...
2006-04-20 rkinyon rollback and commit both work. Need to add MORE and...
2006-04-20 rkinyon Moved almost all direct accesses to into ::File
2006-04-19 rkinyon Removed only physical access to the in ::Deep
2006-04-19 rkinyon Initial refactoring to use ::File for all physical...
2006-04-19 rkinyon Initial refactoring to use ::File for all physical...
2006-04-19 rkinyon All auditing now goes through a method on ::File
2006-04-19 rkinyon Cleaned up auditing some more
2006-04-19 rkinyon Fixed a bad dependency version
2006-04-19 rkinyon Got auditing all the way brought over. Need to add...
2006-04-19 rkinyon Auditing has been ported save for blessed objects and...
2006-04-18 rkinyon Audit trail on the way
2006-04-11 rkinyon Rollback works now, in a limited fashion
2006-04-11 rkinyon Added ability for ::File to read and write transaction ID
2006-04-11 rkinyon Adding transactions further - settled on MVCC
2006-04-11 rkinyon Tagged 0.983 and removed the branch
2006-04-10 rkinyon Very rudimentary rollback added - needs LOTS AND LOTS...
2006-04-10 rkinyon Converted Engine to use File correctly, removing all...
2006-04-10 rkinyon Broke _root out into its own object, moved a few method...
2006-04-09 rkinyon Intermediate commit prior to radical file format change
2006-04-07 rkinyon Added a test to make sure that the header really works
2006-04-07 rkinyon Set header version to 1
2006-04-07 rkinyon Have a header now
2006-04-07 rkinyon Updated documentation and Changes
2006-04-07 rkinyon Updated documentation to reflect removal of set_pack...
2006-04-07 rkinyon Removed set_pack(), set_digest(), and precalc_sizes...
2006-04-07 rkinyon Recommenced testing of DATA filehandle
2006-04-06 rkinyon New testing feature that allows specification of the...
next