dbsrgits/DBM-Deep.git
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...
2006-04-06 rkinyon Added missing files to the MANIFEST
2006-03-25 rkinyon Added autovivification tests
2006-03-22 rkinyon Renamed a few variables and added comments
2006-03-22 rkinyon Fixed failing test due to changed header
2006-03-22 rkinyon Added version to the file header
2006-03-22 rkinyon Added basic array test structure
2006-03-22 rkinyon Added read_file_signature
2006-03-22 rkinyon Create a write_signature() method
2006-03-22 rkinyon Fixed typo in a build_requires
2006-03-22 rkinyon Added more tests
2006-03-22 rkinyon Completed transcription of 02_hash.t
2006-03-21 rkinyon More tests added
2006-03-21 rkinyon Started migration to Test::Class
2006-03-20 rkinyon Fixed TODO test to check the right die message
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-16 rkinyon Removed _get_self() call in _copy_node
2006-03-14 rkinyon Removed some dependencies on ->_type, instead moving...
2006-03-10 rkinyon test of svn on new machine
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 jhuckaby fixed typo in POD
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 Added fix for RT#17947 and fixed a bug from last checkin
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 Removed warning, but left test directory
2006-03-02 rkinyon Checkin with some debugging code so that I can reboot...
2006-03-02 rkinyon Cleanup
2006-03-02 rkinyon Failing test of using keys when referring to the head
2006-03-02 rkinyon Cleaned up open() a bit
2006-03-02 rkinyon Aliases became calls to methods for subclassability
2006-03-01 rkinyon Removed last holdouts of t/test?.db
2006-03-01 rkinyon Converted all tests to use File::Temp instead of t...
2006-03-01 rkinyon added test for freespace management
2006-03-01 rkinyon Removed extraneous comment
2006-03-01 rkinyon Some minor cleanup of the code layout
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-03-01 rkinyon Added better tests of existence around failure to write...
2006-03-01 rkinyon Removed debug flag from code and POD
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
2006-02-28 rkinyon Removed file-is-open gatekeeper checks ... no tests...
2006-02-28 rkinyon Removed error/clear_error functions
2006-02-28 rkinyon Updated version number to 0.99_01 to reflect dev path...
2006-02-28 rkinyon Final items before release
2006-02-28 rkinyon Added test to verify no writing to a readonly file
2006-02-28 rkinyon Added more tests on SPLICE
2006-02-27 rkinyon Updated POD to mark items as deprecated ... almost...
2006-02-27 rkinyon Added huge internal copy test
2006-02-27 rkinyon Further changes
2006-02-27 rkinyon Consolidated two read()s into one
2006-02-27 rkinyon Updated changes with bugfixes
2006-02-27 rkinyon Updated Changes with the new patch
2006-02-27 rkinyon Hand-applied patch from David Cantrell to add file_offs...
2006-02-27 rkinyon Added test for exporting a blessed arrayref
2006-02-27 rkinyon export() now works with autobless
2006-02-27 rkinyon Added additional cases
next