17 years agoTagged 0.99_03 tags/0-99_03 0-99_03
rkinyon [Wed, 24 Jan 2007 21:47:57 +0000]
Tagged 0.99_03

17 years ago r14214@rob-kinyons-computer (orig r8081): rkinyon | 2006-11-17 20:51:21 -0500
rkinyon [Wed, 24 Jan 2007 03:40:02 +0000]
 r14214@rob-kinyons-computer (orig r8081):  rkinyon | 2006-11-17 20:51:21 -0500
 stonehenge_cleanup
 r14215@rob-kinyons-computer (orig r8086):  rkinyon | 2006-11-18 00:24:04 -0500
 We pass test 1 for a new engine
 r14232@rob-kinyons-computer (orig r8098):  rkinyon | 2006-11-22 17:17:48 -0500
 Cleaned up - moving towards better file format
 r14238@rob-kinyons-computer (orig r8109):  rkinyon | 2006-11-26 22:38:52 -0500
 Converted to using an object for each file sector type
 r14239@rob-kinyons-computer (orig r8110):  rkinyon | 2006-11-27 00:38:40 -0500
 Got a store and a retrieve working
 r14255@rob-kinyons-computer (orig r8307):  rkinyon | 2006-11-28 00:07:30 -0500
 Added Null datatype
 r14259@rob-kinyons-computer (orig r8319):  rkinyon | 2006-11-28 22:44:02 -0500
 Can actually store more than one keyval pair at a time
 r14260@rob-kinyons-computer (orig r8320):  rkinyon | 2006-11-28 23:24:15 -0500
 Added delete
 r14267@rob-kinyons-computer (orig r8323):  rkinyon | 2006-11-29 22:58:40 -0500
 Added in storage of the key at the hash instead of as part of the value
 r14268@rob-kinyons-computer (orig r8324):  rkinyon | 2006-11-29 23:13:40 -0500
 Deleting a key now returns the value
 r14270@rob-kinyons-computer (orig r8329):  rkinyon | 2006-11-30 21:11:40 -0500
 Added autovivification at the leaf level
 r14271@rob-kinyons-computer (orig r8330):  rkinyon | 2006-11-30 21:35:48 -0500
 Autovivification of references now works
 r14272@rob-kinyons-computer (orig r8335):  rkinyon | 2006-11-30 23:05:35 -0500
 Arrays now work correctly
 r14288@rob-kinyons-computer (orig r8348):  rkinyon | 2006-12-03 20:13:35 -0500
 Keys now works and tests that aren't meant to pass have been renamed to .todo in order to allow for ./Build test to be successful
 r14289@rob-kinyons-computer (orig r8349):  rkinyon | 2006-12-03 21:40:00 -0500
 Fixed how header_var was set during _read_file_header so that a validation is more appropriate
 r14290@rob-kinyons-computer (orig r8350):  rkinyon | 2006-12-03 22:26:27 -0500
 Added freespace management
 r14291@rob-kinyons-computer (orig r8351):  rkinyon | 2006-12-03 22:51:13 -0500
 Values are now restricted to only legal values (hash and array references that aren't tied)
 r14292@rob-kinyons-computer (orig r8352):  rkinyon | 2006-12-03 23:12:36 -0500
 autobless added back in
 r14293@rob-kinyons-computer (orig r8353):  rkinyon | 2006-12-03 23:57:11 -0500
 import and export are turned back on and working
 r14296@rob-kinyons-computer (orig r8354):  rkinyon | 2006-12-04 10:23:51 -0500
 Reactivated a test for multi-DB cross-reference
 r14298@rob-kinyons-computer (orig r8355):  rkinyon | 2006-12-04 10:37:20 -0500
 Activated more tests marked as skip-all until internal references are supported
 r14313@rob-kinyons-computer (orig r8359):  rkinyon | 2006-12-04 20:41:14 -0500
 Large values are now handled
 r14314@rob-kinyons-computer (orig r8360):  rkinyon | 2006-12-04 20:47:46 -0500
 Added the test for large data sections
 r14315@rob-kinyons-computer (orig r8361):  rkinyon | 2006-12-04 22:02:23 -0500
 Removed deep recursion warning by converting tail-recursive function to an iterative algorithm
 r14316@rob-kinyons-computer (orig r8362):  rkinyon | 2006-12-04 22:19:08 -0500
 Long classnames are now supported
 r14320@rob-kinyons-computer (orig r8365):  rkinyon | 2006-12-05 09:02:57 -0500
 Activated two more now-passing tests
 r14388@rob-kinyons-computer (orig r8374):  rkinyon | 2006-12-08 21:56:37 -0500
 The engine object is now a singleton in preparation for transactions being hoisted from the File to the engine
 r14389@rob-kinyons-computer (orig r8375):  rkinyon | 2006-12-08 23:00:52 -0500
 Initial code written for transactional isolation
 r14422@rob-kinyons-computer (orig r8391):  rkinyon | 2006-12-13 01:07:02 -0500
 Transactions now seem to work, except for the rollback/commit bits
 r14510@rob-kinyons-computer (orig r8400):  rkinyon | 2006-12-16 23:02:18 -0500
 Added another test
 r14511@rob-kinyons-computer (orig r8407):  rkinyon | 2006-12-18 01:17:30 -0500
 Added more tests and rollback/commit are kinda working
 r14548@rob-kinyons-computer (orig r8410):  rkinyon | 2006-12-20 00:54:05 -0500
 Fixed problem with how delete on an undef value was working
 r14577@rob-kinyons-computer (orig r8414):  rkinyon | 2006-12-21 00:39:15 -0500
 Added 16 bytes to the header prepping for transaction staleness counters
 r14604@rob-kinyons-computer (orig r8430):  rkinyon | 2006-12-23 02:10:02 -0500
 More tests are passing
 r14605@rob-kinyons-computer (orig r8442):  rkinyon | 2006-12-24 00:44:17 -0500
 First transaction test file passes
 r14606@rob-kinyons-computer (orig r8443):  rkinyon | 2006-12-24 00:46:31 -0500
 Arrays work in txns, but multiples has issues right now
 r14607@rob-kinyons-computer (orig r8450):  rkinyon | 2006-12-24 22:41:36 -0500
 Removed notion of trans_ctr as an attribute - still having issues with multiple running txns
 r14608@rob-kinyons-computer (orig r8451):  rkinyon | 2006-12-24 23:03:37 -0500
 Fixed multiple transactions
 r14609@rob-kinyons-computer (orig r8452):  rkinyon | 2006-12-24 23:18:43 -0500
 Removed lava in DBM::Deep::File
 r14610@rob-kinyons-computer (orig r8453):  rkinyon | 2006-12-24 23:20:53 -0500
 Removed unneeded Fcntl imports in DBM::Deep
 r14611@rob-kinyons-computer (orig r8454):  rkinyon | 2006-12-24 23:21:47 -0500
 Removed auditing completely
 r14612@rob-kinyons-computer (orig r8461):  rkinyon | 2006-12-25 23:41:11 -0500
 Fixed bug in reference size counting
 r14613@rob-kinyons-computer (orig r8462):  rkinyon | 2006-12-26 00:24:09 -0500
 Committing failing test for freespace staleness
 r14614@rob-kinyons-computer (orig r8464):  rkinyon | 2006-12-26 22:33:16 -0500
 Added staleness checking
 r14615@rob-kinyons-computer (orig r8465):  rkinyon | 2006-12-26 22:48:01 -0500
 Removed some lava from audit trails
 r14616@rob-kinyons-computer (orig r8466):  rkinyon | 2006-12-26 23:18:44 -0500
 Parameterized the size of the signature + staleness counter so that incrementing the size of the staleness counter should be easier in the future
 r14617@rob-kinyons-computer (orig r8467):  rkinyon | 2006-12-26 23:41:19 -0500
 staleness size now fully parameterized
 r14618@rob-kinyons-computer (orig r8470):  rkinyon | 2006-12-26 23:51:11 -0500
 Parameterized the freespace management to allow for new sector types more easily - clunky, but it works for now
 r14619@rob-kinyons-computer (orig r8473):  rkinyon | 2006-12-27 00:17:07 -0500
 Almost ready to add in the reindexing code and t/28.t
 r14639@rob-kinyons-computer (orig r8478):  rkinyon | 2006-12-28 01:26:40 -0500
 Reindexing works ... sort of
 r14657@rob-kinyons-computer (orig r8499):  rkinyon | 2006-12-31 14:39:17 -0500
 Can write to and read from multiple index levels
 r14658@rob-kinyons-computer (orig r8500):  rkinyon | 2006-12-31 15:04:14 -0500
 This test now passes
 r14659@rob-kinyons-computer (orig r8501):  rkinyon | 2006-12-31 15:10:11 -0500
 Test cleanup

 r14718@rob-kinyons-computer (orig r8520):  rkinyon | 2007-01-06 21:42:32 -0500
 Keys works, but exposes issues
 r14719@rob-kinyons-computer (orig r8521):  rkinyon | 2007-01-07 00:22:06 -0500
 Keys now works
 r14820@rob-kinyons-computer (orig r8574):  rkinyon | 2007-01-13 23:52:33 -0500
 Removed Engine.pm and Engine2.pm in preparation to moving Engine3.pm over to Engine.pm
 r14821@rob-kinyons-computer (orig r8575):  rkinyon | 2007-01-14 00:04:31 -0500
 Moved Engine3 to Engine
 r14822@rob-kinyons-computer (orig r8576):  rkinyon | 2007-01-14 00:39:19 -0500
 Fixed a bug with how transactions worked across a reindex
 r14823@rob-kinyons-computer (orig r8577):  rkinyon | 2007-01-14 00:48:49 -0500
 Added missing testfile
 r14824@rob-kinyons-computer (orig r8578):  rkinyon | 2007-01-14 01:00:32 -0500
 Updated MANIFEST, Changes, and other similar distro maintenance
 r14825@rob-kinyons-computer (orig r8588):  rkinyon | 2007-01-15 00:29:46 -0500
 POD updates, including code coverage
 r14826@rob-kinyons-computer (orig r8589):  rkinyon | 2007-01-15 00:44:06 -0500
 Added test for importing an array
 r14827@rob-kinyons-computer (orig r8590):  rkinyon | 2007-01-15 01:14:42 -0500
 Improved coverage by commenting out unused subs and adding some tests (one of which showcased a broken function
 r14839@rob-kinyons-computer (orig r8591):  rkinyon | 2007-01-16 10:33:29 -0500
 Lots and lots of fixes, primarily in terms of improving test coverage
 r14840@rob-kinyons-computer (orig r8592):  rkinyon | 2007-01-16 10:52:49 -0500
 Fixed test to remove SKIP for non-win32 machines
 r14841@rob-kinyons-computer (orig r8596):  rkinyon | 2007-01-17 10:32:40 -0500
 Converted to using only 2 transactions by default and added the num_txns to the header
 r14854@rob-kinyons-computer (orig r8599):  rkinyon | 2007-01-18 10:15:51 -0500
  r14847@rob-kinyons-computer:  rob | 2007-01-17 22:13:19 -0500
  Added gatekeepers to array methods to verify only legal keys are used

 r14855@rob-kinyons-computer (orig r8600):  rkinyon | 2007-01-18 10:16:00 -0500
  r14848@rob-kinyons-computer:  rob | 2007-01-17 22:15:40 -0500
  Added tests for undefined array indices

 r14856@rob-kinyons-computer (orig r8601):  rkinyon | 2007-01-18 10:16:39 -0500
  r14849@rob-kinyons-computer:  rob | 2007-01-17 22:19:30 -0500
  Added tets for undefined and missing hash keys

 r14857@rob-kinyons-computer (orig r8602):  rkinyon | 2007-01-18 10:16:45 -0500
  r14850@rob-kinyons-computer:  rob | 2007-01-17 22:21:57 -0500
  Added test for unlocking an unlocked filehandle

 r14858@rob-kinyons-computer (orig r8603):  rkinyon | 2007-01-18 10:16:54 -0500
  r14851@rob-kinyons-computer:  rob | 2007-01-17 22:44:38 -0500
  Added some further transaction tests and broke out DBM-Deep.pod from DBM-Deep.pm

 r14859@rob-kinyons-computer (orig r8604):  rkinyon | 2007-01-18 10:17:01 -0500
  r14852@rob-kinyons-computer:  rob | 2007-01-18 01:29:59 -0500
  More POD explaining undocumented constructor options

 r14860@rob-kinyons-computer (orig r8605):  rkinyon | 2007-01-18 10:17:08 -0500
  r14853@rob-kinyons-computer:  rob | 2007-01-18 02:01:33 -0500
  More POD cleanups, couple more tests, and better code coverage

 r14865@rob-kinyons-computer (orig r8609):  rkinyon | 2007-01-19 01:40:04 -0500
  r14861@rob-kinyons-computer:  rob | 2007-01-18 19:30:04 -0500
  Added some code to handling actual deleting of keys, thus being able to reuse that space

 r14866@rob-kinyons-computer (orig r8610):  rkinyon | 2007-01-19 01:40:12 -0500
  r14862@rob-kinyons-computer:  rob | 2007-01-18 19:51:24 -0500
  Start of my article

 r14867@rob-kinyons-computer (orig r8611):  rkinyon | 2007-01-19 01:40:19 -0500
  r14863@rob-kinyons-computer:  rob | 2007-01-18 20:39:16 -0500
  More on the article

 r14868@rob-kinyons-computer (orig r8612):  rkinyon | 2007-01-19 01:40:24 -0500
  r14864@rob-kinyons-computer:  rob | 2007-01-18 23:05:43 -0500
  More article stuff

 r14897@rob-kinyons-computer (orig r8670):  rkinyon | 2007-01-22 00:19:20 -0500
  r14893@rob-kinyons-computer:  rob | 2007-01-21 00:02:55 -0500
  More work on the article
  r14896@rob-kinyons-computer:  rob | 2007-01-21 23:19:11 -0500
  More added to freespace

 r14928@rob-kinyons-computer (orig r8689):  rkinyon | 2007-01-23 21:49:27 -0500
  r14927@rob-kinyons-computer:  rob | 2007-01-23 20:49:11 -0500
  POD and article updates

 r14931@rob-kinyons-computer (orig r8690):  rkinyon | 2007-01-23 22:37:11 -0500
  r14929@rob-kinyons-computer:  rob | 2007-01-23 21:02:26 -0500
  Further cleanup

 r14932@rob-kinyons-computer (orig r8691):  rkinyon | 2007-01-23 22:37:19 -0500
  r14930@rob-kinyons-computer:  rob | 2007-01-23 21:36:37 -0500
  Fixed a couple of broken tests and prepped for release

17 years agoAdded a CURRENT
rkinyon [Sat, 18 Nov 2006 01:47:50 +0000]
Added a CURRENT

17 years agoRemoved final vestiges of misunderstandings
rkinyon [Sat, 18 Nov 2006 01:44:36 +0000]
Removed final vestiges of misunderstandings

17 years agoFixing things around
rkinyon [Sat, 18 Nov 2006 01:44:09 +0000]
Fixing things around

17 years agoCreated a CURRENT per mst's recommendation
rkinyon [Sat, 18 Nov 2006 01:14:32 +0000]
Created a CURRENT per mst's recommendation

17 years agoFirst pass at cleanup
rkinyon [Tue, 14 Nov 2006 05:28:31 +0000]
First pass at cleanup

17 years ago r14427@Rob-Kinyons-PowerBook: rob | 2006-06-19 09:14:51 -0400
rkinyon [Mon, 19 Jun 2006 13:15:04 +0000]
 r14427@Rob-Kinyons-PowerBook:  rob | 2006-06-19 09:14:51 -0400
 Checking to fix SVK

17 years ago(no commit message)
rkinyon [Mon, 19 Jun 2006 13:13:21 +0000]

17 years ago(no commit message)
rkinyon [Mon, 19 Jun 2006 13:13:13 +0000]

17 years ago r14264@Rob-Kinyons-PowerBook: rob | 2006-06-15 16:05:57 -0400
rkinyon [Mon, 19 Jun 2006 13:12:47 +0000]
 r14264@Rob-Kinyons-PowerBook:  rob | 2006-06-15 16:05:57 -0400
 Pushing everything so that Todd Hepler can see it

17 years ago r14236@Rob-Kinyons-PowerBook: rob | 2006-06-14 23:07:31 -0400
rkinyon [Mon, 19 Jun 2006 13:12:40 +0000]
 r14236@Rob-Kinyons-PowerBook:  rob | 2006-06-14 23:07:31 -0400
 Engine2 kinda works ...

17 years ago r14235@Rob-Kinyons-PowerBook: rob | 2006-06-14 22:24:47 -0400
rkinyon [Mon, 19 Jun 2006 13:12:32 +0000]
 r14235@Rob-Kinyons-PowerBook:  rob | 2006-06-14 22:24:47 -0400
 Moving further along

17 years ago r14186@Rob-Kinyons-PowerBook: rob | 2006-06-14 11:44:48 -0400
rkinyon [Mon, 19 Jun 2006 13:12:21 +0000]
 r14186@Rob-Kinyons-PowerBook:  rob | 2006-06-14 11:44:48 -0400
 Almost ready to test-drive Engine2

17 years ago r14010@Rob-Kinyons-PowerBook: rob | 2006-06-07 14:35:06 -0400
rkinyon [Mon, 19 Jun 2006 13:12:08 +0000]
 r14010@Rob-Kinyons-PowerBook:  rob | 2006-06-07 14:35:06 -0400
 Converted to use _storage instead of _fileobj and laid out the new code for using key-to-me pointers

17 years ago r13607@Rob-Kinyons-PowerBook: rob | 2006-05-25 15:12:31 -0400
rkinyon [Mon, 19 Jun 2006 13:11:59 +0000]
 r13607@Rob-Kinyons-PowerBook:  rob | 2006-05-25 15:12:31 -0400
 We now bless the tying of assignments unless they're tied

17 years ago r13599@Rob-Kinyons-PowerBook: rob | 2006-05-25 14:21:08 -0400
rkinyon [Mon, 19 Jun 2006 13:10:54 +0000]
 r13599@Rob-Kinyons-PowerBook:  rob | 2006-05-25 14:21:08 -0400
 Finished converting all code to use the four primary engine methods

17 years ago r13306@Rob-Kinyons-PowerBook: rob | 2006-05-18 16:15:49 -0400
rkinyon [Mon, 19 Jun 2006 13:10:27 +0000]
 r13306@Rob-Kinyons-PowerBook:  rob | 2006-05-18 16:15:49 -0400
 Converted FETCH

17 years ago r13305@Rob-Kinyons-PowerBook: rob | 2006-05-18 15:18:06 -0400
rkinyon [Mon, 19 Jun 2006 13:10:15 +0000]
 r13305@Rob-Kinyons-PowerBook:  rob | 2006-05-18 15:18:06 -0400
 Removed cause of unitialized warnings

17 years ago r13304@Rob-Kinyons-PowerBook: rob | 2006-05-18 15:10:48 -0400
rkinyon [Mon, 19 Jun 2006 13:10:06 +0000]
 r13304@Rob-Kinyons-PowerBook:  rob | 2006-05-18 15:10:48 -0400
 Worked out the new API

17 years ago r13132@Rob-Kinyons-PowerBook: rob | 2006-05-14 20:27:47 -0400
rkinyon [Mon, 19 Jun 2006 13:09:53 +0000]
 r13132@Rob-Kinyons-PowerBook:  rob | 2006-05-14 20:27:47 -0400
 Added/modified more files

17 years ago r13058@Rob-Kinyons-PowerBook: rob | 2006-05-10 15:39:37 -0400
rkinyon [Mon, 19 Jun 2006 13:09:18 +0000]
 r13058@Rob-Kinyons-PowerBook:  rob | 2006-05-10 15:39:37 -0400
  r11694@rob-kinyons-powerbook58 (orig r5987):  rkinyon | 2006-04-30 22:22:45 -0400
   r11683@rob-kinyons-powerbook58:  rob | 2006-04-28 20:54:09 -0400
   Fixed export() so that it works on blessed root values

  r11695@rob-kinyons-powerbook58 (orig r5988):  rkinyon | 2006-04-30 22:22:53 -0400
   r11685@rob-kinyons-powerbook58:  rob | 2006-04-29 10:50:27 -0400
   Have tests for a couple bugs

  r11696@rob-kinyons-powerbook58 (orig r5989):  rkinyon | 2006-04-30 22:23:00 -0400
   r11686@rob-kinyons-powerbook58:  rob | 2006-04-29 23:23:17 -0400
   Fixed export() so that it works with crossreferences

  r11697@rob-kinyons-powerbook58 (orig r5990):  rkinyon | 2006-04-30 22:23:06 -0400
   r11687@rob-kinyons-powerbook58:  rob | 2006-04-29 23:33:57 -0400
   Added the failing test for import() tying stuff when it shouldn't

  r11698@rob-kinyons-powerbook58 (orig r5991):  rkinyon | 2006-04-30 22:23:13 -0400
   r11691@rob-kinyons-powerbook58:  rob | 2006-04-29 23:53:52 -0400
   Moved some more POD over

  r11699@rob-kinyons-powerbook58 (orig r5992):  rkinyon | 2006-04-30 22:23:21 -0400
   r11692@rob-kinyons-powerbook58:  rob | 2006-04-30 00:04:30 -0400
   Added dependency on FileHandle::Fmode to handle filestatus checks

  r11700@rob-kinyons-powerbook58 (orig r5993):  rkinyon | 2006-04-30 22:23:29 -0400
   r11693@rob-kinyons-powerbook58:  rob | 2006-04-30 22:15:38 -0400
   Fixed Win32 bug reported by BrowserUk

  r11706@rob-kinyons-powerbook58 (orig r5995):  rkinyon | 2006-05-01 13:19:59 -0400
   r11705@rob-kinyons-powerbook58:  rob | 2006-05-01 13:19:45 -0400
   Fixed bugs with delete_bucket, add_bucket, and transactions that were exposed through Win32 testing done by Nigel Sandever (Thanks\!)

  r11726@rob-kinyons-powerbook58 (orig r5996):  rkinyon | 2006-05-01 15:53:56 -0400
   r11725@rob-kinyons-powerbook58:  rob | 2006-05-01 15:53:46 -0400
   Fixed import() so that it doesn't tied the data structure that was passed in

17 years ago r13057@Rob-Kinyons-PowerBook: rob | 2006-05-10 15:38:57 -0400
rkinyon [Mon, 19 Jun 2006 13:09:07 +0000]
 r13057@Rob-Kinyons-PowerBook:  rob | 2006-05-10 15:38:57 -0400
 Checked in another failing test on the delete ->{foo} topic

17 years ago r14264@Rob-Kinyons-PowerBook: rob | 2006-06-15 16:05:57 -0400
rkinyon [Thu, 15 Jun 2006 20:06:24 +0000]
 r14264@Rob-Kinyons-PowerBook:  rob | 2006-06-15 16:05:57 -0400
 Pushing everything so that Todd Hepler can see it

17 years ago r14236@Rob-Kinyons-PowerBook: rob | 2006-06-14 23:07:31 -0400
rkinyon [Thu, 15 Jun 2006 20:06:17 +0000]
 r14236@Rob-Kinyons-PowerBook:  rob | 2006-06-14 23:07:31 -0400
 Engine2 kinda works ...

17 years ago r14235@Rob-Kinyons-PowerBook: rob | 2006-06-14 22:24:47 -0400
rkinyon [Thu, 15 Jun 2006 20:06:06 +0000]
 r14235@Rob-Kinyons-PowerBook:  rob | 2006-06-14 22:24:47 -0400
 Moving further along

17 years ago r14186@rob-kinyons-powerbook58: rob | 2006-06-14 11:44:48 -0400
rkinyon [Wed, 14 Jun 2006 15:44:58 +0000]
 r14186@rob-kinyons-powerbook58:  rob | 2006-06-14 11:44:48 -0400
 Almost ready to test-drive Engine2

17 years ago r14010@rob-kinyons-powerbook58: rob | 2006-06-07 14:35:06 -0400
rkinyon [Wed, 7 Jun 2006 18:35:29 +0000]
 r14010@rob-kinyons-powerbook58:  rob | 2006-06-07 14:35:06 -0400
 Converted to use _storage instead of _fileobj and laid out the new code for using key-to-me pointers

17 years ago r13607@rob-kinyons-powerbook58: rob | 2006-05-25 15:12:31 -0400
rkinyon [Wed, 7 Jun 2006 18:35:16 +0000]
 r13607@rob-kinyons-powerbook58:  rob | 2006-05-25 15:12:31 -0400
 We now bless the tying of assignments unless they're tied

17 years ago r13599@rob-kinyons-powerbook58: rob | 2006-05-25 14:21:08 -0400
rkinyon [Thu, 25 May 2006 18:22:04 +0000]
 r13599@rob-kinyons-powerbook58:  rob | 2006-05-25 14:21:08 -0400
 Finished converting all code to use the four primary engine methods

17 years ago r13306@rob-kinyons-powerbook58: rob | 2006-05-18 16:15:49 -0400
rkinyon [Thu, 25 May 2006 18:21:56 +0000]
 r13306@rob-kinyons-powerbook58:  rob | 2006-05-18 16:15:49 -0400
 Converted FETCH

17 years ago r13305@rob-kinyons-powerbook58: rob | 2006-05-18 15:18:06 -0400
rkinyon [Thu, 25 May 2006 18:21:50 +0000]
 r13305@rob-kinyons-powerbook58:  rob | 2006-05-18 15:18:06 -0400
 Removed cause of unitialized warnings

17 years ago r13304@rob-kinyons-powerbook58: rob | 2006-05-18 15:10:48 -0400
rkinyon [Thu, 25 May 2006 18:21:43 +0000]
 r13304@rob-kinyons-powerbook58:  rob | 2006-05-18 15:10:48 -0400
 Worked out the new API

17 years ago r13132@rob-kinyons-powerbook58: rob | 2006-05-14 20:27:47 -0400
rkinyon [Thu, 25 May 2006 18:21:32 +0000]
 r13132@rob-kinyons-powerbook58:  rob | 2006-05-14 20:27:47 -0400
 Added/modified more files

17 years ago r13131@rob-kinyons-powerbook58: rob | 2006-05-14 20:22:12 -0400
rkinyon [Thu, 25 May 2006 18:21:24 +0000]
 r13131@rob-kinyons-powerbook58:  rob | 2006-05-14 20:22:12 -0400
 Added LONG_TEST environment variable to skip long-running tests

17 years ago r13078@rob-kinyons-powerbook58: rob | 2006-05-11 10:33:40 -0400
rkinyon [Thu, 25 May 2006 18:21:16 +0000]
 r13078@rob-kinyons-powerbook58:  rob | 2006-05-11 10:33:40 -0400
 Removed unneeded test

17 years ago r13057@rob-kinyons-powerbook58: rob | 2006-05-10 15:38:57 -0400
rkinyon [Wed, 10 May 2006 19:47:57 +0000]
 r13057@rob-kinyons-powerbook58:  rob | 2006-05-10 15:38:57 -0400
 Checked in another failing test on the delete ->{foo} topic

17 years ago r11725@rob-kinyons-powerbook58: rob | 2006-05-01 15:53:46 -0400
rkinyon [Wed, 10 May 2006 19:47:51 +0000]
 r11725@rob-kinyons-powerbook58:  rob | 2006-05-01 15:53:46 -0400
 Fixed import() so that it doesn't tied the data structure that was passed in

17 years ago r11705@rob-kinyons-powerbook58: rob | 2006-05-01 13:19:45 -0400
rkinyon [Wed, 10 May 2006 19:47:47 +0000]
 r11705@rob-kinyons-powerbook58:  rob | 2006-05-01 13:19:45 -0400
 Fixed bugs with delete_bucket, add_bucket, and transactions that were exposed through Win32 testing done by Nigel Sandever (Thanks\!)

17 years ago r11693@rob-kinyons-powerbook58: rob | 2006-04-30 22:15:38 -0400
rkinyon [Wed, 10 May 2006 19:47:40 +0000]
 r11693@rob-kinyons-powerbook58:  rob | 2006-04-30 22:15:38 -0400
 Fixed Win32 bug reported by BrowserUk

17 years ago r11692@rob-kinyons-powerbook58: rob | 2006-04-30 00:04:30 -0400
rkinyon [Wed, 10 May 2006 19:47:13 +0000]
 r11692@rob-kinyons-powerbook58:  rob | 2006-04-30 00:04:30 -0400
 Added dependency on FileHandle::Fmode to handle filestatus checks

17 years ago r11691@rob-kinyons-powerbook58: rob | 2006-04-29 23:53:52 -0400
rkinyon [Wed, 10 May 2006 19:46:37 +0000]
 r11691@rob-kinyons-powerbook58:  rob | 2006-04-29 23:53:52 -0400
 Moved some more POD over

17 years ago r11687@rob-kinyons-powerbook58: rob | 2006-04-29 23:33:57 -0400
rkinyon [Wed, 10 May 2006 19:46:31 +0000]
 r11687@rob-kinyons-powerbook58:  rob | 2006-04-29 23:33:57 -0400
 Added the failing test for import() tying stuff when it shouldn't

17 years ago r11686@rob-kinyons-powerbook58: rob | 2006-04-29 23:23:17 -0400
rkinyon [Wed, 10 May 2006 19:46:12 +0000]
 r11686@rob-kinyons-powerbook58:  rob | 2006-04-29 23:23:17 -0400
 Fixed export() so that it works with crossreferences

17 years ago r11685@rob-kinyons-powerbook58: rob | 2006-04-29 10:50:27 -0400
rkinyon [Wed, 10 May 2006 19:46:05 +0000]
 r11685@rob-kinyons-powerbook58:  rob | 2006-04-29 10:50:27 -0400
 Have tests for a couple bugs

17 years ago r11683@rob-kinyons-powerbook58: rob | 2006-04-28 20:54:09 -0400
rkinyon [Wed, 10 May 2006 19:45:51 +0000]
 r11683@rob-kinyons-powerbook58:  rob | 2006-04-28 20:54:09 -0400
 Fixed export() so that it works on blessed root values

18 years ago r11725@rob-kinyons-powerbook58: rob | 2006-05-01 15:53:46 -0400
rkinyon [Mon, 1 May 2006 19:53:56 +0000]
 r11725@rob-kinyons-powerbook58:  rob | 2006-05-01 15:53:46 -0400
 Fixed import() so that it doesn't tied the data structure that was passed in

18 years ago r11705@rob-kinyons-powerbook58: rob | 2006-05-01 13:19:45 -0400
rkinyon [Mon, 1 May 2006 17:19:59 +0000]
 r11705@rob-kinyons-powerbook58:  rob | 2006-05-01 13:19:45 -0400
 Fixed bugs with delete_bucket, add_bucket, and transactions that were exposed through Win32 testing done by Nigel Sandever (Thanks\!)

18 years ago r11693@rob-kinyons-powerbook58: rob | 2006-04-30 22:15:38 -0400
rkinyon [Mon, 1 May 2006 02:23:29 +0000]
 r11693@rob-kinyons-powerbook58:  rob | 2006-04-30 22:15:38 -0400
 Fixed Win32 bug reported by BrowserUk

18 years ago r11692@rob-kinyons-powerbook58: rob | 2006-04-30 00:04:30 -0400
rkinyon [Mon, 1 May 2006 02:23:21 +0000]
 r11692@rob-kinyons-powerbook58:  rob | 2006-04-30 00:04:30 -0400
 Added dependency on FileHandle::Fmode to handle filestatus checks

18 years ago r11691@rob-kinyons-powerbook58: rob | 2006-04-29 23:53:52 -0400
rkinyon [Mon, 1 May 2006 02:23:13 +0000]
 r11691@rob-kinyons-powerbook58:  rob | 2006-04-29 23:53:52 -0400
 Moved some more POD over

18 years ago r11687@rob-kinyons-powerbook58: rob | 2006-04-29 23:33:57 -0400
rkinyon [Mon, 1 May 2006 02:23:06 +0000]
 r11687@rob-kinyons-powerbook58:  rob | 2006-04-29 23:33:57 -0400
 Added the failing test for import() tying stuff when it shouldn't

18 years ago r11686@rob-kinyons-powerbook58: rob | 2006-04-29 23:23:17 -0400
rkinyon [Mon, 1 May 2006 02:23:00 +0000]
 r11686@rob-kinyons-powerbook58:  rob | 2006-04-29 23:23:17 -0400
 Fixed export() so that it works with crossreferences

18 years ago r11685@rob-kinyons-powerbook58: rob | 2006-04-29 10:50:27 -0400
rkinyon [Mon, 1 May 2006 02:22:53 +0000]
 r11685@rob-kinyons-powerbook58:  rob | 2006-04-29 10:50:27 -0400
 Have tests for a couple bugs

18 years ago r11683@rob-kinyons-powerbook58: rob | 2006-04-28 20:54:09 -0400
rkinyon [Mon, 1 May 2006 02:22:45 +0000]
 r11683@rob-kinyons-powerbook58:  rob | 2006-04-28 20:54:09 -0400
 Fixed export() so that it works on blessed root values

18 years agoBroke out a large portion of POD into the Cookbook and Internals POD files
rkinyon [Fri, 28 Apr 2006 18:46:27 +0000]
Broke out a large portion of POD into the Cookbook and Internals POD files

18 years agoFixed missing file in MANIFEST
rkinyon [Fri, 28 Apr 2006 13:22:44 +0000]
Fixed missing file in MANIFEST

18 years ago0.99_01 ready for releas\e
rkinyon [Fri, 28 Apr 2006 00:33:52 +0000]
0.99_01 ready for releas\e

18 years agoCLEAR now works ... all that's left before 0.99_01 is documentation
rkinyon [Thu, 27 Apr 2006 19:00:54 +0000]
CLEAR now works ... all that's left before 0.99_01 is documentation

18 years agoRenamed a few things to make more sense
rkinyon [Thu, 27 Apr 2006 18:37:26 +0000]
Renamed a few things to make more sense

18 years agoAdded tests for 3 transactions at the same time
rkinyon [Thu, 27 Apr 2006 18:26:27 +0000]
Added tests for 3 transactions at the same time

18 years agoAdded push and unshift tests
rkinyon [Thu, 27 Apr 2006 18:10:30 +0000]
Added push and unshift tests

18 years agoAdded test for commit with arrays
rkinyon [Thu, 27 Apr 2006 13:52:00 +0000]
Added test for commit with arrays

18 years agoConverted to use the intermediate keyloc so that keys work under transactions
rkinyon [Thu, 27 Apr 2006 13:48:52 +0000]
Converted to use the intermediate keyloc so that keys work under transactions

18 years agoCommit right before adding the keylist
rkinyon [Wed, 26 Apr 2006 02:19:10 +0000]
Commit right before adding the keylist

18 years agoMinor fixes, including removing the ==2/1 from add_bucket()
rkinyon [Tue, 25 Apr 2006 14:55:16 +0000]
Minor fixes, including removing the  ==2/1 from add_bucket()

18 years agoFixed bug where overwrites weren't transaction-aware
rkinyon [Sun, 23 Apr 2006 15:18:12 +0000]
Fixed bug where overwrites weren't transaction-aware

18 years agoAdded tests for clear() and keys()/length() in the big hash/array tests
rkinyon [Sat, 22 Apr 2006 14:16:51 +0000]
Added tests for clear() and keys()/length() in the big hash/array tests

18 years agoMore failing tests, particularly for keys() and transactions.
rkinyon [Sat, 22 Apr 2006 03:19:20 +0000]
More failing tests, particularly for keys() and transactions.

18 years agoAdded faililng tests for autovivification and clear() within transactions
rkinyon [Fri, 21 Apr 2006 21:05:26 +0000]
Added faililng tests for autovivification and clear() within transactions

18 years agodelete is now transactional
rkinyon [Fri, 21 Apr 2006 20:25:49 +0000]
delete is now transactional

18 years agoPhantom reads because transactional writes aren't deleted yet have been fixed
rkinyon [Fri, 21 Apr 2006 19:30:36 +0000]
Phantom reads because transactional writes aren't deleted yet have been fixed

18 years agoFixed useclass/requireclass bug in Test::Deep
rkinyon [Fri, 21 Apr 2006 02:30:24 +0000]
Fixed useclass/requireclass bug in Test::Deep

18 years agoMore transaction tests and reorg of tests
rkinyon [Thu, 20 Apr 2006 15:51:51 +0000]
More transaction tests and reorg of tests

18 years agorollback and commit both work. Need to add MORE and MORE tests
rkinyon [Thu, 20 Apr 2006 15:36:17 +0000]
rollback and commit both work. Need to add MORE and MORE tests

18 years agoMoved almost all direct accesses to into ::File
rkinyon [Thu, 20 Apr 2006 02:51:15 +0000]
Moved almost all direct accesses to  into ::File

18 years agoRemoved only physical access to the in ::Deep
rkinyon [Wed, 19 Apr 2006 18:12:51 +0000]
Removed only physical access to the  in ::Deep

18 years agoInitial refactoring to use ::File for all physical file access instead of allowing...
rkinyon [Wed, 19 Apr 2006 18:09:52 +0000]
Initial refactoring to use ::File for all physical file access instead of allowing it in ::Engine

18 years agoInitial refactoring to use ::File for all physical file access instead of allowing...
rkinyon [Wed, 19 Apr 2006 18:09:10 +0000]
Initial refactoring to use ::File for all physical file access instead of allowing it in ::Engine

18 years agoAll auditing now goes through a method on ::File
rkinyon [Wed, 19 Apr 2006 17:10:10 +0000]
All auditing now goes through a method on ::File

18 years agoCleaned up auditing some more
rkinyon [Wed, 19 Apr 2006 17:00:27 +0000]
Cleaned up auditing some more

18 years agoFixed a bad dependency version
rkinyon [Wed, 19 Apr 2006 15:44:18 +0000]
Fixed a bad dependency version
Fixed a bug where the transaction_offset wasn't being modified by the
file_offset

18 years agoGot auditing all the way brought over. Need to add array tests, but those can wait
rkinyon [Wed, 19 Apr 2006 02:59:22 +0000]
Got auditing all the way brought over. Need to add array tests, but those can wait

18 years agoAuditing has been ported save for blessed objects and clear
rkinyon [Wed, 19 Apr 2006 01:12:47 +0000]
Auditing has been ported save for blessed objects and clear

18 years agoAudit trail on the way
rkinyon [Tue, 18 Apr 2006 23:27:00 +0000]
Audit trail on the way

18 years agoAdded Test::Deep and removed Test::Class dependency
rkinyon [Tue, 18 Apr 2006 02:58:17 +0000]
Added Test::Deep and removed Test::Class dependency

18 years agoFixed export/import tests
rkinyon [Tue, 18 Apr 2006 02:57:44 +0000]
Fixed export/import tests

18 years agoRollback works now, in a limited fashion
rkinyon [Tue, 11 Apr 2006 21:36:11 +0000]
Rollback works now, in a limited fashion

18 years agoAdded ability for ::File to read and write transaction ID
rkinyon [Tue, 11 Apr 2006 17:53:59 +0000]
Added ability for ::File to read and write transaction ID

18 years agoAdding transactions further - settled on MVCC
rkinyon [Tue, 11 Apr 2006 15:19:35 +0000]
Adding transactions further - settled on MVCC

18 years agoTagged 0.983 and removed the branch
rkinyon [Tue, 11 Apr 2006 03:01:11 +0000]
Tagged 0.983 and removed the branch

18 years agoVery rudimentary rollback added - needs LOTS AND LOTS of work
rkinyon [Mon, 10 Apr 2006 23:33:01 +0000]
Very rudimentary rollback added - needs LOTS AND LOTS of work

18 years agoConverted Engine to use File correctly, removing all tramping of
rkinyon [Mon, 10 Apr 2006 15:24:52 +0000]
Converted Engine to use File correctly, removing all tramping of

18 years agoBroke _root out into its own object, moved a few methods up to it, and renamed _root...
rkinyon [Mon, 10 Apr 2006 03:33:15 +0000]
Broke _root out into its own object, moved a few methods up to it, and renamed _root to _fileobj

18 years agoIntermediate commit prior to radical file format change
rkinyon [Sun, 9 Apr 2006 01:38:17 +0000]
Intermediate commit prior to radical file format change

18 years agoAdded a test to make sure that the header really works
rkinyon [Fri, 7 Apr 2006 01:49:12 +0000]
Added a test to make sure that the header really works

18 years agoSet header version to 1
rkinyon [Fri, 7 Apr 2006 01:40:48 +0000]
Set header version to 1

18 years agoHave a header now
rkinyon [Fri, 7 Apr 2006 01:31:09 +0000]
Have a header now

18 years agoUpdated documentation and Changes
rkinyon [Fri, 7 Apr 2006 00:54:19 +0000]
Updated documentation and Changes

18 years agoUpdated documentation to reflect removal of set_pack and set_digest
rkinyon [Fri, 7 Apr 2006 00:51:12 +0000]
Updated documentation to reflect removal of set_pack and set_digest