begin_work, rollback, and commit now properly lock the database
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep.pm
2009-06-29 rkinyon@cpan.org begin_work, rollback, and commit now properly lock...
2009-06-29 rkinyon@cpan.org Added a comment as to where an allocation error is...
2009-06-29 rkinyon@cpan.org Removed flush method
2009-06-29 rkinyon@cpan.org Flushing problems fixed
2009-06-29 rkinyon@cpan.org Txn counter handlers have been migrated to FileHeader...
2009-06-29 rkinyon@cpan.org Conversion is partially complete. Lots of tests are...
2009-06-29 rkinyon@cpan.org DBM/Deep.pm no longer has a link to _storage. Instead...
2009-06-29 rkinyon@cpan.org Removed the need for the :flock constants from Fcntl...
2009-06-29 rkinyon@cpan.org Convert ::Reference to use a string in creation. This...
2009-06-29 rkinyon@cpan.org Optimization: First broke out all the classes that...
2009-06-29 rkinyon@cpan.org Applied patch by Wulfram Humann for improving reindex_e...
2009-06-29 rkinyon@cpan.org Checkin fixing RT#30144
2009-06-29 rkinyon@cpan.org Fix for 30085
2009-06-29 rkinyon@cpan.org Exporting seems to work just fine
2009-06-29 rkinyon@cpan.org Committed fix for RT#35140
2008-03-19 rkinyon r5021@rob-kinyons-computer-2 (orig r10948): rkinyon... trunk
2008-03-10 rkinyon r592@rob-kinyons-computer-2 (orig r10555): rkinyon...
2008-01-11 rkinyon r12194@rob-kinyons-computer-2 (orig r10513): rkinyon...
2007-10-02 rkinyon r8223@rob-kinyons-computer-2 (orig r10043): rkinyon...
2007-10-01 rkinyon r8208@rob-kinyons-computer-2 (orig r10033): rkinyon...
2007-09-28 rkinyon r8199@h460878c2 (orig r10013): rkinyon | 2007-09...
2007-09-25 rkinyon r6200@rob-kinyons-computer-2 (orig r9980): rkinyon...
2007-09-21 rkinyon r6127@000-443-371 (orig r9960): rkinyon | 2007-09...
2007-03-12 rkinyon r15937@rob-kinyons-computer (orig r9234): rkinyon...
2007-02-26 rkinyon r15625@rob-kinyons-computer (orig r9171): rkinyon...
2007-01-30 rkinyon r14213@rob-kinyons-computer (orig r8080): rkinyon...
2006-11-18 rkinyon Fixing things around
2006-11-18 rkinyon Created a CURRENT per mst's recommendation
2006-06-19 rkinyon r14427@Rob-Kinyons-PowerBook: rob | 2006-06-19 09...
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-07 rkinyon r14010@rob-kinyons-powerbook58: rob | 2006-06-07...
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-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-21 rkinyon Added faililng tests for autovivification and clear...
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-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 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 Adding transactions further - settled on MVCC
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 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 Recommenced testing of DATA filehandle
2006-04-06 rkinyon New testing feature that allows specification of the...
2006-03-22 rkinyon Fixed failing test due to changed header
2006-03-14 rkinyon Removed some dependencies on ->_type, instead moving...
2006-03-09 rkinyon Added MSWin32 checks for is_writable call
2006-03-08 jhuckaby fixed typo in POD
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-07 rkinyon Converted more to use _request_space() ... still more...
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 Added guard to make sure values that cannot be read...
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 Removed [base] as no longer needed
2006-03-03 rkinyon Fixed SIG_INTERNAL so that it works + more tests
2006-03-02 rkinyon Cleanup
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 close() is now close_fh()
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 Removed debug flag from code and POD
2006-02-28 rkinyon Moved all constants into DBM::Deep::Engine
next