Have a 98% solution to making references work.
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Engine.pm
2007-09-29 rkinyon Have a 98% solution to making references work.
2007-09-28 rkinyon A raft of minor improvements
2007-09-28 rkinyon The refcount functions have been refactored a bit
2007-09-27 rkinyon Fixed hardcoded 0 staleness for HEAD in inc_txn_stalene...
2007-09-27 rkinyon Fixed the bug revealed by making bucketlists properly...
2007-09-27 rkinyon Added test that breaks the dumper
2007-09-27 rkinyon Added _dump_file and improved how arrays/hashes clean...
2007-09-25 rkinyon Changed everything around so that we're releasing 1...
2007-09-24 rkinyon Added references and a fix for 29583
2007-09-21 rkinyon Incremented version number, added diag for 5.9.5 failur...
2007-03-12 rkinyon Fixed a couple of minor bugs
2007-02-26 rkinyon r14949@rob-kinyons-computer (orig r8702): rkinyon...
2007-01-25 rkinyon r14944@rob-kinyons-computer (orig r8697): rkinyon...
2007-01-24 rkinyon r14214@rob-kinyons-computer (orig r8081): rkinyon...
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 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 r13304@rob-kinyons-powerbook58: rob | 2006-05-18...
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-04-28 rkinyon 0.99_01 ready for releas\e
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 Moved almost all direct accesses to into ::File
2006-04-19 rkinyon Initial refactoring to use ::File for all physical...
2006-04-19 rkinyon Fixed a bad dependency version
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-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 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...
2006-03-22 rkinyon Renamed a few variables and added comments
2006-03-22 rkinyon Added version to the file header
2006-03-22 rkinyon Added read_file_signature
2006-03-22 rkinyon Create a write_signature() method
2006-03-20 rkinyon Children are now tied directly instead of copied. This...
2006-03-18 rkinyon More tests
2006-03-18 rkinyon Converted some calls to new() into tie()
2006-03-17 rkinyon Added tests for storing tied stuff
2006-03-17 rkinyon Removed debugging info
2006-03-17 rkinyon Added unflocks to all tests so that the tests run on OSX
2006-03-14 rkinyon Removed some dependencies on ->_type, instead moving...
2006-03-10 rkinyon Cleaning up split_index()
2006-03-09 rkinyon Added MSWin32 checks for is_writable call
2006-03-09 rkinyon Fixed autobless confusion with _length_needed()
2006-03-08 rkinyon Incompatible file format change
2006-03-08 rkinyon More cleanup ... almost ready for _release_space()
2006-03-08 rkinyon All create_tag() calls now use _request_space()
2006-03-08 rkinyon Created tag_size() and am converting create_tag() calls...
2006-03-08 rkinyon Added _length_needed() function
2006-03-07 rkinyon Converted more to use _request_space() ... still more...
2006-03-07 rkinyon Moved the flock to around the entire loop
2006-03-07 rkinyon Moved a lot of open()'s code into setup_fh()
2006-03-07 rkinyon Added dep on 5.6.0 and started breakout of request_spac...
2006-03-06 rkinyon Branched for fixes off of 0.98
2006-03-04 rkinyon Removed all code that was for the attempt to support REF
2006-03-04 rkinyon Added guard to make sure values that cannot be read...
2006-03-04 rkinyon Rename of Scalar -> Ref
2006-03-03 rkinyon Broke out write_value in order to create scalarrefs
2006-03-03 rkinyon Converted as many max-buckets foreach loops to _find_in...
2006-03-03 rkinyon Broke add_bucket up into _find_in_buckets() ... will...
2006-03-03 rkinyon Removed [base] as no longer needed
2006-03-03 rkinyon Fixed SIG_INTERNAL so that it works + more tests
2006-03-02 rkinyon added key to _get_subloc after figuring out the correct...
2006-03-02 rkinyon Broke out reindexer into its own function
2006-03-02 rkinyon Checkin with some debugging code so that I can reboot...
2006-03-02 rkinyon Cleaned up open() a bit
2006-03-01 rkinyon added test for freespace management
2006-03-01 rkinyon Converted STORE to use find_bucket_list by adding an...
2006-03-01 rkinyon Converted tabs to spaces
2006-03-01 rkinyon close() is now close_fh()
2006-03-01 rkinyon Moved comments around so that they still made some...
2006-03-01 rkinyon All globals are now converted to variables within the...
next