17 years agoRemoved Engine.pm and Engine2.pm in preparation to moving Engine3.pm over to Engine.pm
rkinyon [Sun, 14 Jan 2007 04:52:33 +0000]
Removed Engine.pm and Engine2.pm in preparation to moving Engine3.pm over to Engine.pm

17 years agoKeys now works
rkinyon [Sun, 7 Jan 2007 05:22:06 +0000]
Keys now works

17 years agoKeys works, but exposes issues
rkinyon [Sun, 7 Jan 2007 02:42:32 +0000]
Keys works, but exposes issues

17 years agoTest cleanup
rkinyon [Sun, 31 Dec 2006 20:10:11 +0000]
Test cleanup

17 years agoThis test now passes
rkinyon [Sun, 31 Dec 2006 20:04:14 +0000]
This test now passes

17 years agoCan write to and read from multiple index levels
rkinyon [Sun, 31 Dec 2006 19:39:17 +0000]
Can write to and read from multiple index levels

17 years agoReindexing works ... sort of
rkinyon [Thu, 28 Dec 2006 06:26:40 +0000]
Reindexing works ... sort of

17 years agoAlmost ready to add in the reindexing code and t/28.t
rkinyon [Wed, 27 Dec 2006 05:17:07 +0000]
Almost ready to add in the reindexing code and t/28.t

17 years agoParameterized the freespace management to allow for new sector types more easily...
rkinyon [Wed, 27 Dec 2006 04:51:11 +0000]
Parameterized the freespace management to allow for new sector types more easily - clunky, but it works for now

17 years agostaleness size now fully parameterized
rkinyon [Wed, 27 Dec 2006 04:41:19 +0000]
staleness size now fully parameterized

17 years agoParameterized the size of the signature + staleness counter so that incrementing...
rkinyon [Wed, 27 Dec 2006 04:18:44 +0000]
Parameterized the size of the signature + staleness counter so that incrementing the size of the staleness counter should be easier in the future

17 years agoRemoved some lava from audit trails
rkinyon [Wed, 27 Dec 2006 03:48:01 +0000]
Removed some lava from audit trails

17 years agoAdded staleness checking
rkinyon [Wed, 27 Dec 2006 03:33:16 +0000]
Added staleness checking

17 years agoCommitting failing test for freespace staleness
rkinyon [Tue, 26 Dec 2006 05:24:09 +0000]
Committing failing test for freespace staleness

17 years agoFixed bug in reference size counting
rkinyon [Tue, 26 Dec 2006 04:41:11 +0000]
Fixed bug in reference size counting

17 years agoRemoved auditing completely
rkinyon [Mon, 25 Dec 2006 04:21:47 +0000]
Removed auditing completely

17 years agoRemoved unneeded Fcntl imports in DBM::Deep
rkinyon [Mon, 25 Dec 2006 04:20:53 +0000]
Removed unneeded Fcntl imports in DBM::Deep

17 years agoRemoved lava in DBM::Deep::File
rkinyon [Mon, 25 Dec 2006 04:18:43 +0000]
Removed lava in DBM::Deep::File

17 years agoFixed multiple transactions
rkinyon [Mon, 25 Dec 2006 04:03:37 +0000]
Fixed multiple transactions

17 years agoRemoved notion of trans_ctr as an attribute - still having issues with multiple runni...
rkinyon [Mon, 25 Dec 2006 03:41:36 +0000]
Removed notion of trans_ctr as an attribute - still having issues with multiple running txns

17 years agoArrays work in txns, but multiples has issues right now
rkinyon [Sun, 24 Dec 2006 05:46:31 +0000]
Arrays work in txns, but multiples has issues right now

17 years agoFirst transaction test file passes
rkinyon [Sun, 24 Dec 2006 05:44:17 +0000]
First transaction test file passes

17 years agoMore tests are passing
rkinyon [Sat, 23 Dec 2006 07:10:02 +0000]
More tests are passing

17 years agoAdded 16 bytes to the header prepping for transaction staleness counters
rkinyon [Thu, 21 Dec 2006 05:39:15 +0000]
Added 16 bytes to the header prepping for transaction staleness counters

17 years agoFixed problem with how delete on an undef value was working
rkinyon [Wed, 20 Dec 2006 05:54:05 +0000]
Fixed problem with how delete on an undef value was working

17 years agoAdded more tests and rollback/commit are kinda working
rkinyon [Mon, 18 Dec 2006 06:17:30 +0000]
Added more tests and rollback/commit are kinda working

17 years agoAdded another test
rkinyon [Sun, 17 Dec 2006 04:02:18 +0000]
Added another test

17 years agoTransactions now seem to work, except for the rollback/commit bits
rkinyon [Wed, 13 Dec 2006 06:07:02 +0000]
Transactions now seem to work, except for the rollback/commit bits

17 years agoInitial code written for transactional isolation
rkinyon [Sat, 9 Dec 2006 04:00:52 +0000]
Initial code written for transactional isolation

17 years agoThe engine object is now a singleton in preparation for transactions being hoisted...
rkinyon [Sat, 9 Dec 2006 02:56:37 +0000]
The engine object is now a singleton in preparation for transactions being hoisted from the File to the engine

17 years agoActivated two more now-passing tests
rkinyon [Tue, 5 Dec 2006 14:02:57 +0000]
Activated two more now-passing tests

17 years agoLong classnames are now supported
rkinyon [Tue, 5 Dec 2006 03:19:08 +0000]
Long classnames are now supported

17 years agoRemoved deep recursion warning by converting tail-recursive function to an iterative...
rkinyon [Tue, 5 Dec 2006 03:02:23 +0000]
Removed deep recursion warning by converting tail-recursive function to an iterative algorithm

17 years agoAdded the test for large data sections
rkinyon [Tue, 5 Dec 2006 01:47:46 +0000]
Added the test for large data sections

17 years agoLarge values are now handled
rkinyon [Tue, 5 Dec 2006 01:41:14 +0000]
Large values are now handled

17 years agoActivated more tests marked as skip-all until internal references are supported
rkinyon [Mon, 4 Dec 2006 15:37:20 +0000]
Activated more tests marked as skip-all until internal references are supported

17 years agoReactivated a test for multi-DB cross-reference
rkinyon [Mon, 4 Dec 2006 15:23:51 +0000]
Reactivated a test for multi-DB cross-reference

17 years agoimport and export are turned back on and working
rkinyon [Mon, 4 Dec 2006 04:57:11 +0000]
import and export are turned back on and working

17 years agoautobless added back in
rkinyon [Mon, 4 Dec 2006 04:12:36 +0000]
autobless added back in

17 years agoValues are now restricted to only legal values (hash and array references that aren...
rkinyon [Mon, 4 Dec 2006 03:51:13 +0000]
Values are now restricted to only legal values (hash and array references that aren't tied)

17 years agoAdded freespace management
rkinyon [Mon, 4 Dec 2006 03:26:27 +0000]
Added freespace management

17 years agoFixed how header_var was set during _read_file_header so that a validation is more...
rkinyon [Mon, 4 Dec 2006 02:40:00 +0000]
Fixed how header_var was set during _read_file_header so that a validation is more appropriate

17 years agoKeys now works and tests that aren't meant to pass have been renamed to .todo in...
rkinyon [Mon, 4 Dec 2006 01:13:35 +0000]
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

17 years agoArrays now work correctly
rkinyon [Fri, 1 Dec 2006 04:05:35 +0000]
Arrays now work correctly

17 years agoAutovivification of references now works
rkinyon [Fri, 1 Dec 2006 02:35:48 +0000]
Autovivification of references now works

17 years agoAdded autovivification at the leaf level
rkinyon [Fri, 1 Dec 2006 02:11:40 +0000]
Added autovivification at the leaf level

17 years agoDeleting a key now returns the value
rkinyon [Thu, 30 Nov 2006 04:13:40 +0000]
Deleting a key now returns the value

17 years agoAdded in storage of the key at the hash instead of as part of the value
rkinyon [Thu, 30 Nov 2006 03:58:40 +0000]
Added in storage of the key at the hash instead of as part of the value

17 years agoAdded delete
rkinyon [Wed, 29 Nov 2006 04:24:15 +0000]
Added delete

17 years agoCan actually store more than one keyval pair at a time
rkinyon [Wed, 29 Nov 2006 03:44:02 +0000]
Can actually store more than one keyval pair at a time

17 years agoAdded Null datatype
rkinyon [Tue, 28 Nov 2006 05:07:30 +0000]
Added Null datatype

17 years agoGot a store and a retrieve working
rkinyon [Mon, 27 Nov 2006 05:38:40 +0000]
Got a store and a retrieve working

17 years agoConverted to using an object for each file sector type
rkinyon [Mon, 27 Nov 2006 03:38:52 +0000]
Converted to using an object for each file sector type

17 years agoCleaned up - moving towards better file format
rkinyon [Wed, 22 Nov 2006 22:17:48 +0000]
Cleaned up - moving towards better file format

17 years agoWe pass test 1 for a new engine
rkinyon [Sat, 18 Nov 2006 05:24:04 +0000]
We pass test 1 for a new engine

17 years agostonehenge_cleanup
rkinyon [Sat, 18 Nov 2006 01:51:21 +0000]
stonehenge_cleanup

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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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\!)

18 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

18 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

18 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

18 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

18 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

18 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

18 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