# # ChangeLog for trunk/Nebulous-Server # # Generated by Trac 1.6 # Jul 20, 2026, 10:56:09 PM 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 Thu, 10 Nov 2005 21:31:50 GMT jhoblitt [5499] * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/MANIFEST (modified) add t/09_server_util.t Thu, 10 Nov 2005 21:31:26 GMT jhoblitt [5498] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/t/09_server_is_valid_class_id.t (added) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/t/09_server_is_valid_class_id.t (added) factor class id verification check into _is_valid_class_id() Thu, 10 Nov 2005 21:30:32 GMT jhoblitt [5497] * trunk/Nebulous-Server/t/03_server_create_object.t (modified) * trunk/Nebulous-Server/t/23_client_stat.t (modified) * trunk/Nebulous/t/03_server_create_object.t (modified) * trunk/Nebulous/t/23_client_stat.t (modified) * trunk/Nebulous/t/Test/Nebulous.pm (modified) fix tests to work with Nebulous::Server->create_object() verifying ... Thu, 10 Nov 2005 21:21:14 GMT jhoblitt [5496] * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) change the class table so the class_id field isn't auto-incremented Wed, 09 Nov 2005 01:35:59 GMT jhoblitt [5492] * trunk/Nebulous-Server/t/09_server_stat_object.t (modified) * trunk/Nebulous/t/09_server_stat_object.t (modified) don't use an invalid class ID Wed, 09 Nov 2005 01:33:09 GMT jhoblitt [5491] * trunk/Nebulous-Server/t/03_server_create_object.t (modified) * trunk/Nebulous/t/03_server_create_object.t (modified) fix typo Wed, 09 Nov 2005 01:31:07 GMT jhoblitt [5490] * 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) change create_object to verify that it's class param is valid Wed, 09 Nov 2005 00:59:20 GMT jhoblitt [5489] * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) remove instance from the class table Wed, 09 Nov 2005 00:49:44 GMT jhoblitt [5488] * trunk/Nebulous-Server/docs/database_setup.txt (modified) * trunk/Nebulous/docs/database_setup.txt (modified) drop database scheme as it is a duplicate of Nebulous::Server::SQL Wed, 09 Nov 2005 00:48:24 GMT jhoblitt [5487] * 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 type to storage_object fix delete_object sql Sat, 05 Nov 2005 03:26:07 GMT jhoblitt [5481] * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) change delete_object to also remove storage_object_attr Sat, 05 Nov 2005 02:47:38 GMT jhoblitt [5480] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous/Build.PL (modified) require SOAP::Lite 0.65 Sat, 05 Nov 2005 02:46:32 GMT jhoblitt [5479] * trunk/Nebulous-Server/docs/database_setup.txt (modified) * trunk/Nebulous/docs/database_setup.txt (modified) split storage_object table -> storage_object & storage_object_attr Sat, 05 Nov 2005 02:35:45 GMT jhoblitt [5478] * 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) split storage_object table into storage_object & storage_object_attr Sat, 05 Nov 2005 01:13:35 GMT jhoblitt [5477] * trunk/Nebulous-Server/docs/design.txt (modified) * trunk/Nebulous/docs/design.txt (modified) add some server methods Sat, 05 Nov 2005 01:08:32 GMT jhoblitt [5476] * trunk/Nebulous-Server/docs/design.txt (modified) * trunk/Nebulous/docs/design.txt (modified) update Wed, 14 Sep 2005 03:24:45 GMT jhoblitt [5050] * trunk/Nebulous-Server/docs/design.txt (modified) * trunk/Nebulous/docs/design.txt (modified) * trunk/Nebulous/lib/Nebulous/Client/QuickStart.pod (modified) fix typos Wed, 14 Sep 2005 00:50:59 GMT jhoblitt [5046] * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous-Server/examples (added) * trunk/Nebulous-Server/examples/Makefile (added) * trunk/Nebulous-Server/examples/nebexample.c (added) * trunk/Nebulous-Server/examples/nebexample.pl (added) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/examples (added) * trunk/Nebulous/examples/Makefile (added) * trunk/Nebulous/examples/nebexample.c (added) * trunk/Nebulous/examples/nebexample.pl (added) add examples Wed, 14 Sep 2005 00:46:58 GMT jhoblitt [5045] * trunk/Nebulous-Server/docs/design.txt (modified) * trunk/Nebulous-Server/docs/requirements.txt (modified) * trunk/Nebulous/docs/design.txt (modified) * trunk/Nebulous/docs/requirements.txt (modified) update Wed, 14 Sep 2005 00:36:38 GMT jhoblitt [5044] * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/lib/Nebulous/Client/QuickStart.pod (added) add Nebulous::Server::QuickStart Fri, 02 Sep 2005 04:20:29 GMT jhoblitt [4943] * trunk/Nebulous-Server/docs/design.txt (modified) * trunk/Nebulous-Server/docs/setup.txt (modified) * trunk/Nebulous/docs/design.txt (modified) * trunk/Nebulous/docs/setup.txt (modified) update Fri, 02 Sep 2005 00:03:19 GMT jhoblitt [4942] * trunk/Nebulous-Server/Todo (modified) * trunk/Nebulous/Todo (modified) update Thu, 01 Sep 2005 22:08:16 GMT jhoblitt [4941] * trunk/Nebulous-Server/Todo (modified) * trunk/Nebulous/Todo (modified) update Thu, 01 Sep 2005 22:07:14 GMT jhoblitt [4940] * trunk/Nebulous-Server/Todo (modified) * trunk/Nebulous/Todo (modified) update Thu, 01 Sep 2005 21:22:55 GMT jhoblitt [4939] * trunk/Nebulous-Server/Todo (modified) * trunk/Nebulous/Todo (modified) update Wed, 31 Aug 2005 21:00:12 GMT jhoblitt [4933] * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) add index for volume.name Wed, 31 Aug 2005 20:56:39 GMT jhoblitt [4932] * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/MANIFEST (modified) rename scripts/imageserver.pl -> scripts/nebulous.cgi remove ... Wed, 31 Aug 2005 20:55:39 GMT jhoblitt [4931] * 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) update Wed, 31 Aug 2005 20:55:07 GMT jhoblitt [4930] * trunk/Nebulous-Server/scripts/imageserver.pl (deleted) * trunk/Nebulous-Server/scripts/nebulous.cgi (added) * trunk/Nebulous/scripts/imageserver.pl (deleted) * trunk/Nebulous/scripts/nebulous.cgi (added) rename imageserver.pl -> nebulous.cgi Wed, 31 Aug 2005 20:53:25 GMT jhoblitt [4929] * trunk/Nebulous-Server/scripts/stest.pl (deleted) * trunk/Nebulous/scripts/stest.pl (deleted) remove Wed, 31 Aug 2005 02:20:58 GMT jhoblitt [4924] * trunk/Nebulous-Server/Todo (modified) * trunk/Nebulous/Todo (modified) update Wed, 31 Aug 2005 02:15:25 GMT jhoblitt [4923] * trunk/Nebulous-Server/Todo (modified) * trunk/Nebulous/Todo (modified) update Wed, 31 Aug 2005 02:07:13 GMT jhoblitt [4921] * trunk/Nebulous-Server/docs/setup.txt (modified) * trunk/Nebulous/docs/setup.txt (modified) update Wed, 31 Aug 2005 00:48:50 GMT jhoblitt [4917] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous/Build.PL (modified) fix script_files Wed, 31 Aug 2005 00:40:40 GMT jhoblitt [4915] * trunk/Nebulous-Server/t (modified) * trunk/Nebulous-Server/t/.cvsignore (modified) * trunk/Nebulous/t (modified) * trunk/Nebulous/t/.cvsignore (modified) remove paths Wed, 31 Aug 2005 00:40:39 GMT jhoblitt [4914] * trunk/Nebulous-Server/t (modified) * trunk/Nebulous-Server/t/.cvsignore (added) * trunk/Nebulous/t (modified) * trunk/Nebulous/t/.cvsignore (added) * trunk/Nebulous/t/conf (modified) * trunk/Nebulous/t/conf/.cvsignore (added) fwv Wed, 31 Aug 2005 00:37:32 GMT jhoblitt [4913] * trunk/Nebulous (modified) * trunk/Nebulous-Server (modified) * trunk/Nebulous-Server/.cvsignore (added) * trunk/Nebulous/.cvsignore (added) * trunk/Nebulous/nebclient (modified) * trunk/Nebulous/nebclient/.cvsignore (added) first working version Wed, 31 Aug 2005 00:34:41 GMT jhoblitt [4912] * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) fix new_volume() sql Wed, 31 Aug 2005 00:32:16 GMT jhoblitt [4910] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/MANIFEST (modified) add neb-addvol Wed, 31 Aug 2005 00:30:20 GMT jhoblitt [4909] * trunk/Nebulous-Server/bin/neb-addvol (added) * trunk/Nebulous/bin/neb-addvol (added) first working version Wed, 31 Aug 2005 00:29:46 GMT jhoblitt [4908] * trunk/Nebulous-Server/bin/neb-initdb (modified) * trunk/Nebulous/bin/neb-initdb (modified) see also neb-addvol Wed, 31 Aug 2005 00:26:59 GMT jhoblitt [4907] * trunk/Nebulous-Server/bin/neb-initdb (modified) * trunk/Nebulous/bin/neb-initdb (modified) indicate that options are not required if environment is configured Wed, 31 Aug 2005 00:11:12 GMT jhoblitt [4906] * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) add new_volume() Wed, 31 Aug 2005 00:05:05 GMT jhoblitt [4905] * trunk/Nebulous-Server/bin/neb-initdb (modified) * trunk/Nebulous/bin/neb-initdb (modified) VERSION to '0.02' add NEB_DB, NEB_USER, & NEB_PASS environment variables Tue, 30 Aug 2005 00:04:04 GMT jhoblitt [4897] * trunk/Nebulous-Server/bin/neb-initdb (modified) * trunk/Nebulous/bin/neb-initdb (modified) add script body and pod Sat, 27 Aug 2005 03:40:25 GMT jhoblitt [4894] * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) add get_db_schema() and get_db_clear() Sat, 27 Aug 2005 02:47:04 GMT jhoblitt [4892] * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/MANIFEST (modified) add lib/Nebulous/Client.pod add lib/Nebulous/Server.pod add ... Sat, 27 Aug 2005 01:16:00 GMT jhoblitt [4890] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous/Build.PL (modified) add Apache2::SOAP to build_requires move Apache::DBI to build_requires Sat, 27 Aug 2005 01:10:00 GMT jhoblitt [4889] * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous-Server/docs/setup.txt (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/docs/setup.txt (modified) add lib/Nebulous/Server/Config.pm Sat, 27 Aug 2005 01:02:20 GMT jhoblitt [4888] * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/MANIFEST (modified) remove lib/Nebulous/Server/Apache.pm add lib/Nebulous/Server/SOAP.pm Fri, 26 Aug 2005 02:52:20 GMT jhoblitt [4885] * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/MANIFEST (modified) add nebclient/nebclient.pc.in & nebclient/Doxyfile.in Fri, 26 Aug 2005 02:45:04 GMT jhoblitt [4883] * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/MANIFEST (modified) add bin/neb-initdb Fri, 26 Aug 2005 02:44:37 GMT jhoblitt [4882] * trunk/Nebulous-Server/bin (added) * trunk/Nebulous-Server/bin/neb-initdb (added) * trunk/Nebulous/bin (added) * trunk/Nebulous/bin/neb-initdb (added) first working version Fri, 26 Aug 2005 02:42:36 GMT jhoblitt [4881] * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/MANIFEST (modified) remove docs/apache_setup.txt & docs/calc_gid.c Fri, 26 Aug 2005 02:06:33 GMT jhoblitt [4880] * trunk/Nebulous-Server/lib/Nebulous/Server/Log.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/Log.pm (modified) typo fix Thu, 25 Aug 2005 23:42:34 GMT jhoblitt [4879] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/scripts/bench_test.pl (modified) * trunk/Nebulous-Server/scripts/stest.pl (modified) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/lib/Nebulous/Client.pod (modified) * trunk/Nebulous/scripts/bench_test.pl (modified) * trunk/Nebulous/scripts/stest.pl (modified) * trunk/Nebulous/t/Test/Nebulous.pm (modified) document object methods Thu, 25 Aug 2005 23:42:33 GMT jhoblitt [4878] * trunk/Nebulous-Server/lib/Nebulous/Server/Log.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/Log.pm (modified) add init() class method Thu, 25 Aug 2005 02:17:39 GMT jhoblitt [4875] * trunk/Nebulous-Server/docs/database_setup.txt (modified) * trunk/Nebulous/docs/database_setup.txt (modified) add log table Thu, 25 Aug 2005 01:44:32 GMT jhoblitt [4874] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/Config.pm (added) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/Config.pm (added) rename Nebulous::Server->setup() -> Nebulous::Server->init() add ... Thu, 25 Aug 2005 01:40:04 GMT jhoblitt [4873] * 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_stat_object.t (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_stat_object.t (modified) * trunk/Nebulous/t/conf/startup.pl.in (modified) rename Nebulous::Server->setup() -> Nebulous::Server->init() add ... Wed, 17 Aug 2005 03:11:01 GMT jhoblitt [4804] * trunk/Nebulous-Server/docs/setup.txt (modified) * trunk/Nebulous/docs/setup.txt (modified) podify Wed, 17 Aug 2005 02:53:10 GMT jhoblitt [4803] * trunk/Nebulous-Server/docs/calc_gid.c (deleted) * trunk/Nebulous/docs/calc_gid.c (deleted) remove Wed, 17 Aug 2005 02:52:32 GMT jhoblitt [4802] * trunk/Nebulous-Server/docs/setup.txt (modified) * trunk/Nebulous/docs/setup.txt (modified) add gid generator Wed, 17 Aug 2005 02:43:11 GMT jhoblitt [4801] * trunk/Nebulous-Server/docs/apache_setup.txt (deleted) * trunk/Nebulous-Server/docs/setup.txt (modified) * trunk/Nebulous/docs/apache_setup.txt (deleted) * trunk/Nebulous/docs/setup.txt (modified) merge apache_setup.txt into setup.txt Wed, 17 Aug 2005 01:03:30 GMT jhoblitt [4798] * trunk/Nebulous-Server/Todo (modified) * trunk/Nebulous/Todo (modified) update Wed, 17 Aug 2005 01:00:42 GMT jhoblitt [4795] * trunk/Nebulous-Server/Todo (modified) * trunk/Nebulous/Todo (modified) update Fri, 29 Jul 2005 04:02:01 GMT jhoblitt [4665] * trunk/Nebulous-Server/docs/database_setup.txt (modified) * trunk/Nebulous/docs/database_setup.txt (modified) change to mysql 'grant' syntax Thu, 28 Jul 2005 03:48:41 GMT jhoblitt [4638] * trunk/Nebulous-Server/t/18_client_open.t (modified) * trunk/Nebulous/lib/Nebulous/Client.pm (modified) * trunk/Nebulous/t/18_client_open.t (modified) ->open( $foo, 'write') is not allowed when object has multiple instances Thu, 28 Jul 2005 01:20:09 GMT jhoblitt [4629] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/Makefile.PL (deleted) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/Makefile.PL (deleted) auto generate Makefile.PL Thu, 28 Jul 2005 01:17:45 GMT jhoblitt [4628] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous/Build.PL (modified) embed nebclient require Params::Validate '0.73' Thu, 28 Jul 2005 01:14:03 GMT jhoblitt [4627] * trunk/Nebulous-Server/nebulous.wsdl (deleted) * trunk/Nebulous-Server/t/apache_03_server_create_object.x (deleted) * trunk/Nebulous-Server/t/apache_04_server_replicate_object.x (deleted) * trunk/Nebulous-Server/t/apache_05_server_lock_object.x (deleted) * trunk/Nebulous/nebulous.wsdl (deleted) * trunk/Nebulous/t/apache_03_server_create_object.x (deleted) * trunk/Nebulous/t/apache_04_server_replicate_object.x (deleted) * trunk/Nebulous/t/apache_05_server_lock_object.x (deleted) removed Thu, 28 Jul 2005 01:13:15 GMT jhoblitt [4626] * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/MANIFEST (modified) remove duplicate nebclient/nebulous.wsdl Thu, 28 Jul 2005 01:12:04 GMT jhoblitt [4625] * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/MANIFEST (modified) add nebclient/* remove old test files Thu, 28 Jul 2005 01:09:35 GMT jhoblitt [4624] * trunk/Nebulous-Server/t/24_nebclient.t (added) * trunk/Nebulous/t/24_nebclient.t (added) first working version Wed, 27 Jul 2005 20:50:17 GMT jhoblitt [4621] * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/MANIFEST (modified) rename gsoap -> nebclient Thu, 30 Jun 2005 02:35:06 GMT jhoblitt [4440] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous-Server/Todo (modified) * trunk/Nebulous-Server/docs/apache_setup.txt (modified) * trunk/Nebulous-Server/docs/setup.txt (modified) * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server.pod (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/Apache.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/Log.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SOAP.pm (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous-Server/nebulous.wsdl (modified) * trunk/Nebulous-Server/scripts/bench_test.pl (modified) * trunk/Nebulous-Server/scripts/imageserver.pl (modified) * trunk/Nebulous-Server/scripts/ptest.pl (modified) * trunk/Nebulous-Server/scripts/stest.pl (modified) * trunk/Nebulous-Server/t/01_load.t (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_stat_object.t (modified) * trunk/Nebulous-Server/t/10_client_new.t (modified) * trunk/Nebulous-Server/t/11_client_create.t (modified) * trunk/Nebulous-Server/t/12_client_replicate.t (modified) * trunk/Nebulous-Server/t/13_client_cull.t (modified) * trunk/Nebulous-Server/t/14_client_lock.t (modified) * trunk/Nebulous-Server/t/15_client_unlock.t (modified) * trunk/Nebulous-Server/t/16_client_find_instances.t (modified) * trunk/Nebulous-Server/t/17_client_find.t (modified) * trunk/Nebulous-Server/t/18_client_open.t (modified) * trunk/Nebulous-Server/t/19_client_delete.t (modified) * trunk/Nebulous-Server/t/20_client_copy.t (modified) * trunk/Nebulous-Server/t/21_client_move.t (modified) * trunk/Nebulous-Server/t/22_client_delete_instance.t (modified) * trunk/Nebulous-Server/t/23_client_stat.t (modified) * trunk/Nebulous-Server/t/apache_03_server_create_object.x (modified) * trunk/Nebulous-Server/t/apache_04_server_replicate_object.x (modified) * trunk/Nebulous-Server/t/apache_05_server_lock_object.x (modified) * trunk/Nebulous/Build.PL (modified) * trunk/Nebulous/MANIFEST (modified) * trunk/Nebulous/Todo (modified) * trunk/Nebulous/docs/apache_setup.txt (modified) * trunk/Nebulous/docs/setup.txt (modified) * trunk/Nebulous/lib/Nebulous/Client.pm (modified) * trunk/Nebulous/lib/Nebulous/Client.pod (modified) * trunk/Nebulous/lib/Nebulous/Client/HTTP.pm (modified) * trunk/Nebulous/lib/Nebulous/Client/Log.pm (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server.pod (modified) * trunk/Nebulous/lib/Nebulous/Server/Apache.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/Log.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SOAP.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/lib/Nebulous/Util.pm (modified) * trunk/Nebulous/nebclient/bootstrap.sh (modified) * trunk/Nebulous/nebclient/configure.ac (modified) * trunk/Nebulous/nebclient/nebulous.wsdl (modified) * trunk/Nebulous/nebclient/src/Makefile.am (modified) * trunk/Nebulous/nebclient/src/nebclient.c (modified) * trunk/Nebulous/nebclient/src/nebclient.h (modified) * trunk/Nebulous/nebclient/src/test.c (modified) * trunk/Nebulous/nebulous.wsdl (modified) * trunk/Nebulous/scripts/bench_test.pl (modified) * trunk/Nebulous/scripts/imageserver.pl (modified) * trunk/Nebulous/scripts/ptest.pl (modified) * trunk/Nebulous/scripts/stest.pl (modified) * trunk/Nebulous/t/01_load.t (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_stat_object.t (modified) * trunk/Nebulous/t/10_client_new.t (modified) * trunk/Nebulous/t/11_client_create.t (modified) * trunk/Nebulous/t/12_client_replicate.t (modified) * trunk/Nebulous/t/13_client_cull.t (modified) * trunk/Nebulous/t/14_client_lock.t (modified) * trunk/Nebulous/t/15_client_unlock.t (modified) * trunk/Nebulous/t/16_client_find_instances.t (modified) * trunk/Nebulous/t/17_client_find.t (modified) * trunk/Nebulous/t/18_client_open.t (modified) * trunk/Nebulous/t/19_client_delete.t (modified) * trunk/Nebulous/t/20_client_copy.t (modified) * trunk/Nebulous/t/21_client_move.t (modified) * trunk/Nebulous/t/22_client_delete_instance.t (modified) * trunk/Nebulous/t/23_client_stat.t (modified) * trunk/Nebulous/t/Test/Nebulous.pm (modified) * trunk/Nebulous/t/apache_03_server_create_object.x (modified) * trunk/Nebulous/t/apache_04_server_replicate_object.x (modified) * trunk/Nebulous/t/apache_05_server_lock_object.x (modified) * trunk/Nebulous/t/conf/extra.conf.in (modified) * trunk/Nebulous/t/conf/startup.pl.in (modified) rename PS::IPP::IData -> Nebulous Thu, 30 Jun 2005 02:14:06 GMT jhoblitt [4439] * trunk/Nebulous-Server/bootstrap-gentoo-mp2.sh (added) * trunk/Nebulous/bootstrap-gentoo-mp2.sh (added) first working version Thu, 30 Jun 2005 01:37:16 GMT jhoblitt [4436] * trunk/Nebulous-Server/t/01_load.t (modified) * trunk/Nebulous/t/01_load.t (modified) drop PS::IPP::IData::Server::Apache Mon, 06 Jun 2005 21:17:11 GMT jhoblitt [4119] * trunk/Nebulous-Server/docs/setup.txt (modified) * trunk/Nebulous/docs/setup.txt (modified) add blurb about my.conf Mon, 06 Jun 2005 21:16:31 GMT jhoblitt [4118] * trunk/Nebulous-Server/MANIFEST (modified) * trunk/Nebulous/MANIFEST (modified) rename iData.wsdl -> gsoap/idata.wsdl Sat, 15 Jan 2005 04:02:12 GMT jhoblitt [3016] * trunk/Nebulous-Server/docs/database_setup.txt (modified) * trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous-Server/t/09_server_stat_object.t (modified) * trunk/Nebulous-Server/t/23_client_stat.t (modified) * trunk/Nebulous/docs/database_setup.txt (modified) * trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) * trunk/Nebulous/t/09_server_stat_object.t (modified) * trunk/Nebulous/t/23_client_stat.t (modified) * trunk/Nebulous/t/Test/Nebulous.pm (modified) update database scheme for mysql 4.1 syntax Sat, 15 Jan 2005 03:29:58 GMT jhoblitt [3015] * trunk/Nebulous-Server/docs/database_setup.txt (modified) * trunk/Nebulous/docs/database_setup.txt (modified) fix concurrency problem Sat, 15 Jan 2005 02:40:55 GMT jhoblitt [3014] * trunk/Nebulous-Server/scripts/bench_test.pl (modified) * trunk/Nebulous/scripts/bench_test.pl (modified) use timethese instead cmpthese Sat, 15 Jan 2005 02:34:17 GMT jhoblitt [3013] * trunk/Nebulous-Server/Todo (modified) * trunk/Nebulous/Todo (modified) add foreign keys Fri, 14 Jan 2005 23:47:55 GMT jhoblitt [3004] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous/Build.PL (modified) list Apache::Test and Apache::TestMB as separate dependencies Fri, 14 Jan 2005 23:43:00 GMT jhoblitt [3003] * trunk/Nebulous-Server/Build.PL (modified) * trunk/Nebulous/Build.PL (modified) move Test::More & Apache::TestMB to build_requires Fri, 14 Jan 2005 21:23:35 GMT jhoblitt [2997] * trunk/Nebulous-Server/docs/apache_setup.txt (modified) * trunk/Nebulous/docs/apache_setup.txt (modified) add mod_perl-1.29 build instructions Thu, 06 Jan 2005 04:46:53 GMT jhoblitt [2924] * trunk/Nebulous-Server/t/01_load.t (modified) * trunk/Nebulous/t/01_load.t (modified) fix test count Thu, 06 Jan 2005 04:44:55 GMT jhoblitt [2922] * trunk/Nebulous-Server/idata.wsdl (deleted) * trunk/Nebulous/idata.wsdl (deleted) * trunk/Nebulous/nebclient (added) * trunk/Nebulous/nebclient/nebulous.wsdl (added) moved Thu, 06 Jan 2005 04:44:08 GMT jhoblitt [2921] * trunk/Nebulous-Server/idata.wsdl (modified) * trunk/Nebulous/idata.wsdl (modified) gsoap compatibility fixes Thu, 06 Jan 2005 04:29:09 GMT jhoblitt [2920] * trunk/Nebulous-Server/TODO (deleted) * trunk/Nebulous-Server/Todo (modified) * trunk/Nebulous/TODO (deleted) * trunk/Nebulous/Todo (modified) update Todo removed TODO Thu, 06 Jan 2005 04:00:23 GMT jhoblitt [2918] * trunk/Nebulous-Server/lib/Nebulous/Server/Apache.pm (modified) * trunk/Nebulous-Server/t/01_load.t (modified) * trunk/Nebulous/lib/Nebulous/Client.pm (modified) * trunk/Nebulous/lib/Nebulous/Server/Apache.pm (modified) * trunk/Nebulous/t/01_load.t (modified) use PS::IPP::IData::Server::SOAP as a proxy between Apache.pm and ... Thu, 06 Jan 2005 03:56:43 GMT jhoblitt [2917] * trunk/Nebulous-Server/lib/Nebulous/Server/SOAP.pm (added) * trunk/Nebulous/lib/Nebulous/Server/SOAP.pm (added) first working version Wed, 05 Jan 2005 22:27:22 GMT jhoblitt [2913] * trunk/Nebulous-Server/t/19_client_delete.t (modified) * trunk/Nebulous/t/19_client_delete.t (modified) clarify non-existent object test Wed, 05 Jan 2005 21:05:48 GMT jhoblitt [2910] * trunk/Nebulous-Server/idata.wsdl (added) * trunk/Nebulous/idata.wsdl (added) first working version Wed, 05 Jan 2005 04:31:59 GMT jhoblitt [2905] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) always call ->finish on select sths Wed, 05 Jan 2005 04:04:45 GMT jhoblitt [2904] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) fix scoping issue Wed, 05 Jan 2005 03:45:52 GMT jhoblitt [2903] * trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) * trunk/Nebulous/lib/Nebulous/Server.pm (modified) move from DBI->prepare to DBI->prepare_cached cleanup _get_storage_volume Wed, 05 Jan 2005 03:19:12 GMT jhoblitt [2902] * 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) remove raw SQl from _get_storage_volume