Started refactoring of Iterator hierarchy
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Engine.pm
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...
2006-03-01 rkinyon has been removed
2006-03-01 rkinyon Removed global variable
2006-03-01 rkinyon Added setup_fh that handles inodes separate from open()
2006-02-28 rkinyon Moved all constants into DBM::Deep::Engine
2006-02-28 rkinyon Moved find_bucket_list, traverse_index, and get_next_ke...
2006-02-28 rkinyon Moved _bucket_exists to Engine
2006-02-28 rkinyon Moved _delete_bucket to Engine
2006-02-28 rkinyon Moved _get_bucket_value to Engine
2006-02-28 rkinyon Moved add_bucket to the engine
2006-02-28 rkinyon Moved _create_tag, _load_tag, and _index_lookup into...
2006-02-28 rkinyon Moved _close() into the engine
2006-02-28 rkinyon Initial breakout into engine code