Log of /trunk/xmlrpc
Directory Listing
Revision
386 -
Directory Listing
Modified
Wed Jun 19 03:27:44 2002 UTC (17 years, 5 months ago) by
gage
Now the daemon server is working again.
This file needs some serious work so that it
is easier to connect up to other parts of webwork
Revision
382 -
Directory Listing
Modified
Tue Jun 18 22:20:55 2002 UTC (17 years, 5 months ago) by
gage
This has been replaced by the file ww_daemon.pl
Revision
381 -
Directory Listing
Modified
Tue Jun 18 22:20:07 2002 UTC (17 years, 5 months ago) by
gage
omitted a $ from $out. (Sorry)
Revision
375 -
Directory Listing
Modified
Tue Jun 18 18:10:41 2002 UTC (17 years, 5 months ago) by
gage
Deleted some debugging statements
Moving some of the directory specifications to the top so that
the files are more portable.
Revision
374 -
Directory Listing
Modified
Tue Jun 18 17:55:20 2002 UTC (17 years, 5 months ago) by
gage
Deleted some debugging statements
Added a check to make sure that a macro file has actually been loaded, by checking that _$macrofile_init has been defined.
Revision
373 -
Directory Listing
Modified
Tue Jun 18 17:46:08 2002 UTC (17 years, 5 months ago) by
gage
this log file does not need to be kept in the CVS
Revision
366 -
Directory Listing
Modified
Sun Jun 16 17:22:06 2002 UTC (17 years, 5 months ago) by
gage
Minor abstractions added. The port is now defined by $PORT at the
top of the code.
Revision
328 -
Directory Listing
Modified
Thu May 30 21:56:44 2002 UTC (17 years, 6 months ago) by
gage
Changed formatting in Webwork.pm
The RPC files are not being used.
Revision
320 -
Directory Listing
Modified
Thu May 30 19:17:36 2002 UTC (17 years, 6 months ago) by
gage
Added some debugging print STDERR statements for checking the
initialization of the PGtranslator object.
they have been commented out. Except for one announcing the
successful completion of intializing an object.
Revision
318 -
Directory Listing
Modified
Thu May 30 19:15:02 2002 UTC (17 years, 6 months ago) by
gage
Minor safety additions to PG_restricted_eval to keep potentially
undefined variables from throwing errors.
These may not be the best fixes. (search for "undefined line number")
Revision
315 -
Directory Listing
Modified
Thu May 30 19:11:58 2002 UTC (17 years, 6 months ago) by
gage
Adding filtering subroutine which transforms objects such as
AnswerHash (which can't be transmitted by xml_rpc) to HASH
which can.
Avoids errors with Soaplite.
Revision
282 -
Directory Listing
Modified
Fri May 17 21:53:03 2002 UTC (17 years, 6 months ago) by
gage
removing unneeded files
Revision
281 -
Directory Listing
Modified
Fri May 17 21:51:11 2002 UTC (17 years, 6 months ago) by
gage
*** empty log message ***
Revision
280 -
Directory Listing
Modified
Fri May 17 21:50:09 2002 UTC (17 years, 6 months ago) by
gage
These files are not needed -- they refer to old CPAN modules
Revision
279 -
Directory Listing
Added
Fri May 17 21:44:04 2002 UTC (17 years, 6 months ago) by
gage
Experimental xmlrpc WeBWorK webservices