# # ChangeLog for trunk/Nebulous-Server # # Generated by Trac 1.6 # Jul 20, 2026, 12:08:23 PM Sat, 05 May 2007 02:56:09 GMT jhoblitt [13277] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/lib/Nebulous/Util.pm (modified) set an xattr on all created files of "user.nebulous_key" Sat, 05 May 2007 02:25:09 GMT jhoblitt [13273] * trunk/Nebulous-Server/t/03_server_create_object.t (modified) * trunk/Nebulous-Server/t/04_server_replicate_object.t (modified) * trunk/Nebulous/t/03_server_create_object.t (modified) * trunk/Nebulous/t/04_server_replicate_object.t (modified) add/fix xattr tests Sat, 05 May 2007 01:41:29 GMT jhoblitt [13269] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/t/03_server_create_object.t (modified) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Util.pm (modified) * trunk/Nebulous/t/03_server_create_object.t (modified) add File::ExtAttr support Sat, 05 May 2007 00:31:30 GMT jhoblitt [13257] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous-Server/Todo (modified) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/Todo (modified) * trunk/Nebulous/bin/neb-locate (added) add neb-locate Sat, 05 May 2007 00:14:17 GMT jhoblitt [13256] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/lib/Nebulous/Client.pm (modified) change all Nebulous::Client public methods to behave in list context Fri, 04 May 2007 23:36:46 GMT jhoblitt [13251] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/bin/nebdiskd (modified) * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/bin/nebdiskd (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/t/Test/Nebulous.pm (modified) rework the getmountedvol() stored procedure to attempt to work around ... Fri, 04 May 2007 21:20:43 GMT jhoblitt [13245] * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) change getmountedvol() to set it's own transaction level to attempt ... Fri, 04 May 2007 20:46:29 GMT jhoblitt [13244] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) extra trace debugging in ->find_instances Fri, 04 May 2007 03:47:21 GMT jhoblitt [13233] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous/Build.PL (modified) disable installation of nebclient Fri, 04 May 2007 03:39:18 GMT jhoblitt [13232] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous/Build.PL (modified) use Cwd() instead of ENV{PWD} Fri, 04 May 2007 03:10:29 GMT jhoblitt [13228] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/lib/Nebulous/Client.pm (modified) fix a nasty logic bug in Nebulous::Client->replicate() Fri, 04 May 2007 03:09:32 GMT jhoblitt [13227] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) add debugging statment to ->find_instances Fri, 04 May 2007 03:09:16 GMT jhoblitt [13226] * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) add some additional keys Fri, 04 May 2007 01:37:10 GMT jhoblitt [13221] * trunk/Nebulous-Server/Todo (modified) * trunk/Nebulous/Todo (modified) add xattr Fri, 04 May 2007 01:05:51 GMT jhoblitt [13215] * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) fix new_volume syntax Fri, 04 May 2007 00:48:17 GMT jhoblitt [13210] * trunk/Nebulous-Server/docs/setup.txt (modified) * trunk/Nebulous/docs/setup.txt (modified) update Fri, 04 May 2007 00:48:08 GMT jhoblitt [13209] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/nebclient/configure.ac (modified) VERSION to 0.05 Fri, 04 May 2007 00:46:58 GMT jhoblitt [13208] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous/Changes (modified) break 1:1 relationship between key names and on disk file names Fri, 04 May 2007 00:43:44 GMT jhoblitt [13206] * trunk/Nebulous-Server/t/03_server_create_object.t (modified) * trunk/Nebulous/t/03_server_create_object.t (modified) fix test count Fri, 04 May 2007 00:42:53 GMT jhoblitt [13205] * trunk/Nebulous-Server/t/03_server_create_object.t (modified) * trunk/Nebulous/t/03_server_create_object.t (modified) add tests for paths with '/' in them Thu, 03 May 2007 22:10:14 GMT jhoblitt [13203] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/t/05_server_lock_object.t (modified) * trunk/Nebulous-Server/t/06_server_unlock_object.t (modified) * trunk/Nebulous-Server/t/13_server_rename_object.t (modified) * trunk/Nebulous-Server/t/14_server_xattr.t (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/t/05_server_lock_object.t (modified) * trunk/Nebulous/t/06_server_unlock_object.t (modified) * trunk/Nebulous/t/13_server_rename_object.t (modified) * trunk/Nebulous/t/14_server_xattr.t (modified) * trunk/Nebulous/t/63_client_stat.t (modified) valid that $key arguments are valid Thu, 03 May 2007 03:21:28 GMT jhoblitt [13180] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous-Server/t/09_server_stat_object.t (modified) * trunk/Nebulous/lib/Nebulous/Client.pm (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/t/09_server_stat_object.t (modified) * trunk/Nebulous/t/53_client_cull.t (modified) overhaul Nebulous::Client->cull() add the number of instances to ... Thu, 03 May 2007 01:49:55 GMT jhoblitt [13177] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) SQL cleanup Thu, 03 May 2007 01:44:24 GMT jhoblitt [13173] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous-Server/t/04_server_replicate_object.t (modified) * trunk/Nebulous-Server/t/07_server_find_instances.t (modified) * trunk/Nebulous-Server/t/08_server_delete_instance.t (modified) * trunk/Nebulous-Server/t/11_server_is_valid_object_key.t (added) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/t/04_server_replicate_object.t (modified) * trunk/Nebulous/t/07_server_find_instances.t (modified) * trunk/Nebulous/t/08_server_delete_instance.t (modified) * trunk/Nebulous/t/11_server_is_valid_object_key.t (added) * trunk/Nebulous/t/53_client_cull.t (modified) better paramter checking overhaul instance table add ... Wed, 02 May 2007 23:48:07 GMT jhoblitt [13132] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous/Changes (modified) add volume.available field and logic to use it add volume.allocate ... Wed, 02 May 2007 20:53:42 GMT jhoblitt [13131] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous-Server/t/03_server_create_object.t (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/t/03_server_create_object.t (modified) * trunk/Nebulous/t/Test/Nebulous.pm (modified) add volume.available field and logic to use it Wed, 02 May 2007 20:14:46 GMT jhoblitt [13130] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous-Server/t/03_server_create_object.t (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/t/03_server_create_object.t (modified) * trunk/Nebulous/t/Test/Nebulous.pm (modified) add volume.allocate field and logic to use it Wed, 02 May 2007 01:07:56 GMT jhoblitt [13116] * trunk/Nebulous-Server/t/00_distribution.t (modified) * trunk/Nebulous/t/00_distribution.t (modified) don't check version strings or load modules because it exploids ... Wed, 02 May 2007 01:00:10 GMT jhoblitt [13115] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) add instance.vol_id field misc code cleanups Wed, 02 May 2007 00:42:52 GMT jhoblitt [13111] * trunk/Nebulous-Server/lib/Nebulous/Server/SOAP.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SOAP.pm (modified) hack to fix mysterous lack of initalization Tue, 01 May 2007 02:52:04 GMT jhoblitt [13092] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous-Server/t/03_server_create_object.t (modified) * trunk/Nebulous-Server/t/09_server_is_valid_class_id.t (deleted) * trunk/Nebulous-Server/t/09_server_stat_object.t (modified) * trunk/Nebulous-Server/t/11_server_is_valid_class_id.t (deleted) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/lib/Nebulous/Client.pm (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/t/03_server_create_object.t (modified) * trunk/Nebulous/t/09_server_is_valid_class_id.t (deleted) * trunk/Nebulous/t/09_server_stat_object.t (modified) * trunk/Nebulous/t/11_server_is_valid_class_id.t (deleted) * trunk/Nebulous/t/51_client_create.t (modified) * trunk/Nebulous/t/51_client_open_create.t (modified) * trunk/Nebulous/t/63_client_stat.t (modified) * trunk/Nebulous/t/Test/Nebulous.pm (modified) remove $class_id & $comment params from Nebulous::Server->create() ... Tue, 01 May 2007 02:16:12 GMT jhoblitt [13089] * trunk/Nebulous-Server/lib/Nebulous/Server.pod (modified) * trunk/Nebulous/lib/Nebulous/Server.pod (modified) update SYNOPSIS Tue, 01 May 2007 02:00:07 GMT jhoblitt [13087] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous-Server/t/14_server_xattr.t (added) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/t/14_server_xattr.t (added) add Nebulous::Server->{setxattr_object, listxattr_object, ... Mon, 30 Apr 2007 21:44:52 GMT jhoblitt [13083] * trunk/Nebulous-Server/Todo (modified) * trunk/Nebulous/Todo (modified) add neb-ls todos Sat, 28 Apr 2007 02:52:13 GMT jhoblitt [13080] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/bin/neb-cat (added) add neb-cat Sat, 28 Apr 2007 01:19:59 GMT jhoblitt [13074] * trunk/Nebulous-Server/bin/neb-addvol (modified) * trunk/Nebulous-Server/bin/neb-initdb (modified) * trunk/Nebulous/bin/neb-addvol (modified) * trunk/Nebulous/bin/neb-cp (modified) * trunk/Nebulous/bin/neb-df (modified) * trunk/Nebulous/bin/neb-initdb (modified) * trunk/Nebulous/bin/neb-ls (modified) * trunk/Nebulous/bin/neb-rm (modified) * trunk/Nebulous/bin/neb-touch (modified) fix copyrights Sat, 28 Apr 2007 01:17:45 GMT jhoblitt [13073] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/bin/neb-mv (added) add neb-mv Sat, 28 Apr 2007 01:15:38 GMT jhoblitt [13072] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/lib/Nebulous/Client.pm (modified) change Nebulous::Client->move() to use ->rename_object() Sat, 28 Apr 2007 00:44:58 GMT jhoblitt [13071] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous-Server/t/13_server_rename_object.t (added) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/t/13_server_rename_object.t (added) add Nebulous::Server->rename_object() Sat, 28 Apr 2007 00:13:00 GMT jhoblitt [13069] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/bin/neb-rm (added) add neb-rm Fri, 27 Apr 2007 23:53:17 GMT jhoblitt [13068] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/bin/neb-cp (added) add neb-cp Fri, 27 Apr 2007 01:50:34 GMT jhoblitt [13053] * trunk/Nebulous-Server/scripts/ptest.pl (modified) * trunk/Nebulous/scripts/ptest.pl (modified) remove now unessicary unlocks Fri, 27 Apr 2007 00:14:35 GMT jhoblitt [13049] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/bin/neb-ls (added) add neb-ls Fri, 27 Apr 2007 00:09:22 GMT jhoblitt [13048] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/lib/Nebulous/Client.pm (modified) * trunk/Nebulous/t/64_client_find_objects.t (added) add Nebulous::Client->find_objects() Thu, 26 Apr 2007 23:47:05 GMT jhoblitt [13047] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous-Server/t/12_server_find_objects.t (added) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/nebclient/nebulous.wsdl (modified) * trunk/Nebulous/t/12_server_find_objects.t (added) add Nebulous::Server->find_keys() Thu, 26 Apr 2007 22:28:54 GMT jhoblitt [13046] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/bin/neb-touch (added) add neb-touch Thu, 26 Apr 2007 20:27:33 GMT jhoblitt [13041] * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/bin/neb-df (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) add getmountedvol() stored procedure Wed, 25 Apr 2007 21:40:29 GMT jhoblitt [13027] * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) create the default "class id" when the database is initialized Wed, 25 Apr 2007 21:14:28 GMT jhoblitt [13026] * trunk/Nebulous-Server/autogen.sh (modified) * trunk/Nebulous/autogen.sh (modified) syntax fix Wed, 25 Apr 2007 20:17:06 GMT jhoblitt [13025] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous/Build.PL (modified) install neb-df Wed, 25 Apr 2007 20:15:03 GMT jhoblitt [13024] * trunk/Nebulous-Server/Todo (modified) * trunk/Nebulous/Todo (modified) add Linux::statfs Wed, 25 Apr 2007 19:52:49 GMT jhoblitt [13023] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous-Server/bin/neb-addvol (modified) * trunk/Nebulous-Server/bin/neb-initdb (modified) * trunk/Nebulous-Server/bin/neb-volstat (deleted) * trunk/Nebulous-Server/bin/nebdiskd (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/bin/neb-addvol (modified) * trunk/Nebulous/bin/neb-df (added) * trunk/Nebulous/bin/neb-initdb (modified) * trunk/Nebulous/bin/neb-volstat (deleted) * trunk/Nebulous/bin/nebdiskd (modified) rename neb-volstat -> neb-df references neb-df in PODs Tue, 24 Apr 2007 04:26:17 GMT jhoblitt [12983] * trunk/Nebulous-Server/bin/neb-volstat (added) * trunk/Nebulous/bin/neb-volstat (added) fwv Tue, 24 Apr 2007 01:05:54 GMT jhoblitt [12974] * trunk/Nebulous-Server/scripts/bench_test.pl (modified) * trunk/Nebulous-Server/scripts/ptest.pl (modified) * trunk/Nebulous/scripts/bench_test.pl (modified) * trunk/Nebulous/scripts/ptest.pl (modified) oops Tue, 24 Apr 2007 01:04:56 GMT jhoblitt [12972] * trunk/Nebulous-Server/bin/neb-addvol (modified) * trunk/Nebulous-Server/docs/setup.txt (modified) * trunk/Nebulous-Server/scripts/bench_test.pl (modified) * trunk/Nebulous-Server/scripts/ptest.pl (modified) * trunk/Nebulous/bin/neb-addvol (modified) * trunk/Nebulous/docs/setup.txt (modified) * trunk/Nebulous/nebclient/tests/tap/bootstrap.sh (modified) * trunk/Nebulous/scripts/bench_test.pl (modified) * trunk/Nebulous/scripts/ptest.pl (modified) s/URI::file/URI/g Tue, 24 Apr 2007 00:56:30 GMT jhoblitt [12970] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/bin/neb-addvol (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/bin/neb-addvol (modified) change neb-addvol to properly mangle URIs into paths Mon, 23 Apr 2007 23:33:31 GMT jhoblitt [12968] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous/Changes (modified) update for 0.04 release Mon, 23 Apr 2007 23:31:45 GMT jhoblitt [12967] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous/Changes (modified) update for 0.04 Mon, 23 Apr 2007 23:31:32 GMT jhoblitt [12966] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) VERSION to 0.04 Mon, 23 Apr 2007 20:45:08 GMT jhoblitt [12961] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Client.pm (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Util.pm (modified) change API to generally return true URIs instead of file paths add ... Mon, 23 Apr 2007 20:42:29 GMT jhoblitt [12960] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/t/03_server_create_object.t (modified) * trunk/Nebulous-Server/t/04_server_replicate_object.t (modified) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/t/03_server_create_object.t (modified) * trunk/Nebulous/t/04_server_replicate_object.t (modified) * trunk/Nebulous/t/51_client_create.t (modified) * trunk/Nebulous/t/51_client_open_create.t (modified) * trunk/Nebulous/t/Test/Nebulous.pm (modified) ws add the use of Test::URI in tests Wed, 28 Mar 2007 23:11:28 GMT jhoblitt [12648] * trunk/Nebulous-Server/t/11_server_is_valid_class_id.t (modified) * trunk/Nebulous/t/11_server_is_valid_class_id.t (modified) ws Wed, 28 Mar 2007 22:02:11 GMT jhoblitt [12646] * trunk/Nebulous-Server/t/09_server_stat_object.t (modified) * trunk/Nebulous-Server/t/10_server_is_valid_volume_name.t (modified) * trunk/Nebulous/t/09_server_stat_object.t (modified) * trunk/Nebulous/t/10_server_is_valid_volume_name.t (modified) ws Wed, 28 Mar 2007 21:53:20 GMT jhoblitt [12644] * trunk/Nebulous-Server/t/08_server_delete_instance.t (modified) * trunk/Nebulous-Server/t/09_server_is_valid_class_id.t (modified) * trunk/Nebulous/t/08_server_delete_instance.t (modified) * trunk/Nebulous/t/09_server_is_valid_class_id.t (modified) ws Wed, 28 Mar 2007 21:48:24 GMT jhoblitt [12643] * trunk/Nebulous-Server/t/07_server_find_instances.t (modified) * trunk/Nebulous/t/07_server_find_instances.t (modified) ws check returned URI schemas Wed, 28 Mar 2007 21:41:11 GMT jhoblitt [12641] * trunk/Nebulous-Server/t/06_server_unlock_object.t (modified) * trunk/Nebulous/t/06_server_unlock_object.t (modified) ws Wed, 28 Mar 2007 21:32:54 GMT jhoblitt [12640] * trunk/Nebulous-Server/t/05_server_lock_object.t (modified) * trunk/Nebulous/t/05_server_lock_object.t (modified) ws Sat, 24 Mar 2007 00:40:11 GMT jhoblitt [12580] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/bin/nebdiskd (modified) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/bin/nebdiskd (modified) add nebdiskd support for an rcfile and daemonizing Sat, 24 Mar 2007 00:38:16 GMT jhoblitt [12579] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous/Changes (modified) add nebdiskd Fri, 23 Mar 2007 00:02:22 GMT jhoblitt [12553] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous/Build.PL (modified) fix req. versions Fri, 23 Feb 2007 01:23:45 GMT jhoblitt [12007] * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) rename volume.mountpoint -> volume.path Fri, 23 Feb 2007 01:13:41 GMT jhoblitt [12006] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous/Build.PL (modified) add Net::Server::Daemonize'=> '0.89' & ... Fri, 23 Feb 2007 01:10:57 GMT jhoblitt [12005] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous-Server/bin/nebdiskd (added) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/bin/nebdiskd (added) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) add nebdiskd add mount table Fri, 02 Feb 2007 01:25:48 GMT jhoblitt [11564] * trunk/Nebulous-Server/scripts/ptest.pl (modified) * trunk/Nebulous/scripts/ptest.pl (modified) update Fri, 02 Feb 2007 01:21:59 GMT jhoblitt [11563] * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/MANIFEST (modified) add lib/Nebulous/Server/Apache.pm Tue, 12 Dec 2006 01:49:44 GMT jhoblitt [10635] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous-Server/autogen.sh (added) * trunk/Nebulous-Server/bootstrap-gentoo-mp2.sh (deleted) * trunk/Nebulous-Server/bootstrap-moa-mp1.sh (deleted) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/autogen.sh (added) * trunk/Nebulous/bootstrap-gentoo-mp2.sh (deleted) * trunk/Nebulous/bootstrap-moa-mp1.sh (deleted) include autogen.sh in the tarball Tue, 12 Dec 2006 00:20:09 GMT jhoblitt [10629] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous/Changes (modified) updated for 0.03 release Tue, 12 Dec 2006 00:06:27 GMT jhoblitt [10628] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/Config.pm (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/lib/Nebulous/Server/Config.pm (modified) make Nebulous::Server::Config no longer a singleton Tue, 12 Dec 2006 00:02:53 GMT jhoblitt [10627] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/Log.pm (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/Log.pm (modified) make Nebulous::Server::Log mod_perl aware change ... Fri, 08 Dec 2006 22:23:50 GMT jhoblitt [10580] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/Changes (modified) update SOAP, DBI & DBD, and Apache::* deps Fri, 08 Dec 2006 22:23:25 GMT jhoblitt [10579] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SOAP.pm (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/lib/Nebulous/Server/SOAP.pm (modified) change Nebulous::Server::SOAP to be mod_perl aware change ... Fri, 08 Dec 2006 20:59:59 GMT jhoblitt [10576] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) make SQL syntax MySQL 5 compatible Fri, 08 Dec 2006 20:57:51 GMT jhoblitt [10575] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) add a Nebulous::Server->config() accessor make ... Fri, 08 Dec 2006 03:29:19 GMT jhoblitt [10546] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/t/02_server_setup.t (modified) * trunk/Nebulous-Server/t/03_server_create_object.t (modified) * trunk/Nebulous-Server/t/04_server_replicate_object.t (modified) * trunk/Nebulous-Server/t/05_server_lock_object.t (modified) * trunk/Nebulous-Server/t/06_server_unlock_object.t (modified) * trunk/Nebulous-Server/t/07_server_find_instances.t (modified) * trunk/Nebulous-Server/t/08_server_delete_instance.t (modified) * trunk/Nebulous-Server/t/09_server_is_valid_class_id.t (modified) * trunk/Nebulous-Server/t/09_server_stat_object.t (modified) * trunk/Nebulous-Server/t/10_server_is_valid_volume_name.t (modified) * trunk/Nebulous-Server/t/11_server_is_valid_class_id.t (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/t/02_server_setup.t (modified) * trunk/Nebulous/t/03_server_create_object.t (modified) * trunk/Nebulous/t/04_server_replicate_object.t (modified) * trunk/Nebulous/t/05_server_lock_object.t (modified) * trunk/Nebulous/t/06_server_unlock_object.t (modified) * trunk/Nebulous/t/07_server_find_instances.t (modified) * trunk/Nebulous/t/08_server_delete_instance.t (modified) * trunk/Nebulous/t/09_server_is_valid_class_id.t (modified) * trunk/Nebulous/t/09_server_stat_object.t (modified) * trunk/Nebulous/t/10_server_is_valid_volume_name.t (modified) * trunk/Nebulous/t/11_server_is_valid_class_id.t (modified) change Nebulous::Server instantiate objects (init -> new) instead of ... Tue, 05 Dec 2006 00:15:18 GMT jhoblitt [10451] * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) don't reset the query cache when dropping tables Sat, 21 Jan 2006 02:35:50 GMT jhoblitt [6094] * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) add 'RESET QUERY CACHE' Sat, 03 Dec 2005 03:37:14 GMT jhoblitt [5671] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous/Changes (modified) add missing timestamp Sat, 03 Dec 2005 03:02:10 GMT jhoblitt [5669] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/Changes (modified) recommend Test::Distribution 1.22 Sat, 03 Dec 2005 02:59:49 GMT jhoblitt [5668] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous-Server/t/00_distribution.t (added) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/t/00_distribution.t (added) add t/00_distribution.t Sat, 03 Dec 2005 02:55:35 GMT jhoblitt [5667] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous-Server/t/09_server_is_valid_volume_name.t (deleted) * trunk/Nebulous-Server/t/10_client_new.t (deleted) * trunk/Nebulous-Server/t/10_server_is_valid_volume_name.t (added) * trunk/Nebulous-Server/t/11_client_create.t (deleted) * trunk/Nebulous-Server/t/11_client_open_create.t (deleted) * trunk/Nebulous-Server/t/11_server_is_valid_class_id.t (added) * trunk/Nebulous-Server/t/12_client_replicate.t (deleted) * trunk/Nebulous-Server/t/13_client_cull.t (deleted) * trunk/Nebulous-Server/t/14_client_lock.t (deleted) * trunk/Nebulous-Server/t/15_client_unlock.t (deleted) * trunk/Nebulous-Server/t/16_client_find_instances.t (deleted) * trunk/Nebulous-Server/t/17_client_find.t (deleted) * trunk/Nebulous-Server/t/18_client_open.t (deleted) * trunk/Nebulous-Server/t/19_client_delete.t (deleted) * trunk/Nebulous-Server/t/20_client_copy.t (deleted) * trunk/Nebulous-Server/t/21_client_move.t (deleted) * trunk/Nebulous-Server/t/22_client_delete_instance.t (deleted) * trunk/Nebulous-Server/t/23_client_stat.t (deleted) * trunk/Nebulous-Server/t/24_nebclient.t (deleted) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/t/09_server_is_valid_volume_name.t (deleted) * trunk/Nebulous/t/10_client_new.t (deleted) * trunk/Nebulous/t/10_server_is_valid_volume_name.t (added) * trunk/Nebulous/t/11_client_create.t (deleted) * trunk/Nebulous/t/11_client_open_create.t (deleted) * trunk/Nebulous/t/11_server_is_valid_class_id.t (added) * trunk/Nebulous/t/12_client_replicate.t (deleted) * trunk/Nebulous/t/13_client_cull.t (deleted) * trunk/Nebulous/t/14_client_lock.t (deleted) * trunk/Nebulous/t/15_client_unlock.t (deleted) * trunk/Nebulous/t/16_client_find_instances.t (deleted) * trunk/Nebulous/t/17_client_find.t (deleted) * trunk/Nebulous/t/18_client_open.t (deleted) * trunk/Nebulous/t/19_client_delete.t (deleted) * trunk/Nebulous/t/20_client_copy.t (deleted) * trunk/Nebulous/t/21_client_move.t (deleted) * trunk/Nebulous/t/22_client_delete_instance.t (deleted) * trunk/Nebulous/t/23_client_stat.t (deleted) * trunk/Nebulous/t/24_nebclient.t (deleted) * trunk/Nebulous/t/50_client_new.t (added) * trunk/Nebulous/t/51_client_create.t (added) * trunk/Nebulous/t/51_client_open_create.t (added) * trunk/Nebulous/t/52_client_replicate.t (added) * trunk/Nebulous/t/53_client_cull.t (added) * trunk/Nebulous/t/54_client_lock.t (added) * trunk/Nebulous/t/55_client_unlock.t (added) * trunk/Nebulous/t/56_client_find_instances.t (added) * trunk/Nebulous/t/57_client_find.t (added) * trunk/Nebulous/t/58_client_open.t (added) * trunk/Nebulous/t/59_client_delete.t (added) * trunk/Nebulous/t/60_client_copy.t (added) * trunk/Nebulous/t/61_client_move.t (added) * trunk/Nebulous/t/62_client_delete_instance.t (added) * trunk/Nebulous/t/63_client_stat.t (added) * trunk/Nebulous/t/90_nebclient.t (added) rename test files Sat, 03 Dec 2005 02:35:50 GMT jhoblitt [5665] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/nebclient/configure.ac (modified) [nebclient] VERSION to '0.0.2' Sat, 03 Dec 2005 02:32:56 GMT jhoblitt [5664] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/lib/Nebulous/Client.pm (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) Nebulous::Client, Nebulous::Server, & Nebulous::Server::SQL VERSION ... Sat, 03 Dec 2005 02:26:59 GMT jhoblitt [5662] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous-Server/t/11_client_create.t (modified) * trunk/Nebulous-Server/t/11_client_open_create.t (added) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/lib/Nebulous/Client.pm (modified) * trunk/Nebulous/t/11_client_create.t (modified) * trunk/Nebulous/t/11_client_open_create.t (added) add Nebulous::Client->open_create() change ... Fri, 02 Dec 2005 23:49:08 GMT jhoblitt [5661] * trunk/Nebulous-Server/Changes (modified) * trunk/Nebulous/Changes (modified) * trunk/Nebulous/nebclient/src/nebclient.c (modified) * trunk/Nebulous/nebclient/src/nebclient.h (modified) * trunk/Nebulous/nebclient/tests/tests.c (modified) [nebclient] add nebOpenCreate() [nebclient] change nebCreate() to ... Fri, 02 Dec 2005 23:48:16 GMT jhoblitt [5660] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) fix test failure Thu, 10 Nov 2005 22:07:53 GMT jhoblitt [5504] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/t/03_server_create_object.t (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/t/03_server_create_object.t (modified) change Nebulous::Server->create_object() to validate comment length Thu, 10 Nov 2005 21:57:15 GMT jhoblitt [5503] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) rename Nebulous::Server::SQL->get_class_id -> get_class_by_id Thu, 10 Nov 2005 21:53:56 GMT jhoblitt [5502] * trunk/Nebulous-Server/t/03_server_create_object.t (modified) * trunk/Nebulous/t/03_server_create_object.t (modified) fix test to work with Nebulous::Server->create_object() validating ... Thu, 10 Nov 2005 21:51:06 GMT jhoblitt [5501] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous-Server/t/09_server_is_valid_volume_name.t (added) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/t/09_server_is_valid_volume_name.t (added) add _is_valid_volume_name() Thu, 10 Nov 2005 21:33:58 GMT jhoblitt [5500] * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/MANIFEST (modified) rename t/09_server_util.t -> t/09_server_is_valid_class_id.t