aboutsummaryrefslogtreecommitdiff
path: root/src/rdf.cc
Commit message (Expand)AuthorAge
* Clean up the source code handling the announce mechanism in Formaline.eschnett2010-06-30
* - do not publish the source ID anymoretradke2008-03-07
* disable publishing the active thorns list and all parameters for nowtradke2008-03-07
* also announce config ID, build ID, source ID, and run ID as RDFtradke2008-03-07
* use more descriptive names for published runtime informationtradke2008-03-06
* add a datatype attribute to announced CCTK runtime informationtradke2008-03-03
* Remove $Header$ comments to prevent everything from recompiling afterschnetter2008-02-03
* send metadata updates as a transaction of individual remove/add statementstradke2008-02-01
* Added new integer parameter Formaline::metadata_lifetime to specify a lifetimetradke2007-10-30
* fixed typo in XML namespace attributetradke2007-10-30
* RDF datetime datatype should be named 'xsd;dateTime' rather than 'xsd;datetime'tradke2007-10-04
* guess from the local hostname whether we are running as a PBS job ontradke2007-09-25
* - register callbacks for the Publish APItradke2007-08-29
* use HTTP PUT to create a new RDF contexttradke2007-08-22
* Use new namespace for a CCTK vocabulary. It now points to an actual RDF/XMLtradke2006-08-17
* 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
* 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
* 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
* 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
* 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
* Add missing end tag of RDF document.tradke2006-05-18
* Properly close the "form:Simulation" tag in an RDF message.tradke2006-05-17
* Use Perl instead of C for makeblob and makemetablob.schnetter2006-05-04