aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Generate RDF/XML documents in a more compactified form (as documented ontradke2006-08-02
* Also announce PBS_JOBID if it is set.tradke2006-08-01
* Added utility function rdf::cleanURI() to convert a string into a correct URItradke2006-08-01
* Use CCTK_CompileDateTime() and Util_CurrentDateTime() to get ISO 8601 conformanttradke2006-08-01
* Factor out the routines that send some data to a specific host/port.schnetter2006-07-27
* Move all handling of build and job ids to a separate file.schnetter2006-07-27
* Use size_t instead of int for counting the length of source files.schnetter2006-07-27
* Use the option "-x" when calling ssh. Otherwise it may try to forward anschnetter2006-07-27
* Change NUM_INDENT_SPACES from macro to constant.schnetter2006-07-27
* #include <sys/wait.h>, which is necessary for the WIFSIGNALED macro onschnetter2006-07-27
* Use POSIX::sigaction for setting the SIGALRM handler to bypass the Perltradke2006-07-27
* Remove duplicate code.schnetter2006-07-18
* Include all socket operations in the timeout given by Formaline::timeout.tradke2006-07-17
* Don't use multi-line strings when creating the RDF/XML document header.tradke2006-07-17
* Added new steerable integer parameter Formaline::timeout which lets you settradke2006-07-13
* Fix RDF/XML syntax when sending metadata updates.tradke2006-07-12
* Implemented update of RDF information during evolution and at termination.tradke2006-07-12
* Use HTTP PUT to send an RDF/XML document to an RDF storage server.tradke2006-07-11
* Announce a parameter value only when it was set beforetradke2006-07-06
* Revised version of RDF generation: it follows Dylan Stark's vocabularytradke2006-07-05
* Don't announce both 'n_procs' and 'nprocs'. Pick the latter.tradke2006-07-04
* Commented out unused XML namespaces.tradke2006-06-20
* Added datatype to RDF/XML items.tradke2006-06-20
* Determine the output precision for real numbers fromschnetter2006-06-15
* Announce the parameter file contentschnetter2006-06-15
* Make Formaline::rdf_hostname and Formaline::rdf_port array parameters so thattradke2006-06-15
* Properly indent RDF message.tradke2006-06-15
* Make things work when CCTK_REAL is not double and when CCTK_INT is notschnetter2006-06-14
* Report the number of processors that are used in a run.schnetter2006-06-11
* Add missing end tag of RDF document.tradke2006-05-18
* Properly close the "form:Simulation" tag in an RDF message.tradke2006-05-17
* Start Formaline in WRAGH instead of STARTUP; this is less trouble.schnetter2006-05-14
* Enhance Formaline's announce functionality to register with more than one por...tradke2006-05-10
* Schedule Formaline_OutputSource() after IOUtil_Startup() so that,tradke2006-05-10
* Fix hostname query if gethostbyname() for some reason doesn't return anytradke2006-05-10
* Use Perl instead of C for makeblob and makemetablob.schnetter2006-05-04
* Correct errors in helper programmes.schnetter2006-04-02
* Copy helper programmes to the scratch directory so that they are foundschnetter2006-04-02
* Convert helper programmes from C to perl to make them more portable.schnetter2006-04-02
* Don't use GNU tar features.schnetter2006-02-24
* Correct configury magic that finds out whether gtar is available.schnetter2005-12-02
* Provide an aliased function that returns a unique build ID.schnetter2005-10-19
* Register the functions that intercept the warnings and info messageschnetter2005-10-15
* Make sure that a job ID exists before using it.schnetter2005-10-15
* Remove debug messagesschnetter2005-10-08
* Add a perl script that may become an XML-RPC server in the futureschnetter2005-10-08
* Correct job ids: gmtime returns the month in the range 0..11.schnetter2005-10-06
* Register with the flesh to receive warnings and info messages. Storeschnetter2005-10-05
* Comment out unused variableschnetter2005-10-04
* Correct Y2K bug: gmtime() counts years since 1900, so have to add 1900schnetter2005-08-23