aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Correct config IDschnetter2008-02-10
* Use a user-provided host name from $HOME/.hostname, if this fileschnetter2008-02-04
* Handle missing git ids gracefullyschnetter2008-02-04
* Provide aliased functions to query the source tree and configurationschnetter2008-02-03
* Improve eye candyschnetter2008-02-03
* Output simulation id and run id to metadata storageschnetter2008-02-03
* Add Cactus directory to source id instead of user name to make itschnetter2008-02-03
* Remove $Header$ comments to prevent everything from recompiling afterschnetter2008-02-03
* Use git, if available, to store the complete source code tree at buildschnetter2008-02-03
* send metadata updates as a transaction of individual remove/add statementstradke2008-02-01
* forgot the namespace specification for STL function transform()tradke2007-11-13
* Add missing #include <cstdlib>.schnetter2007-11-13
* added steerable parameters Formaline::steered_parameters_log_exclusion_list andtradke2007-11-12
* Added new integer parameter Formaline::metadata_lifetime to specify a lifetimetradke2007-10-30
* fixed typo in XML namespace attributetradke2007-10-30
* #include <cstring> for strdupschnetter2007-10-25
* 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
* - use send() rather than print() to send metadata over a socket connectiontradke2007-09-25
* added auto-detection of relay host for Belladonnatradke2007-09-17
* use POSIX::_exit rather than POSIX::exit to really terminate the metadatatradke2007-09-14
* auto-detect relay host for jobs running on AEI's damiana clustertradke2007-08-30
* Use a cascade of if statements instead of C++ exceptions to handleschnetter2007-08-30
* Remove old API to announce data to thorn Formaline.schnetter2007-08-29
* - register callbacks for the Publish APItradke2007-08-29
* Use the suffix ".objectlist.custom" instead of ".objectlist" whenschnetter2007-08-22
* use HTTP PUT to create a new RDF contexttradke2007-08-22
* Provide aliased functions which can be used to announce certain eventsschnetter2007-08-21
* Update build ID format to include configuration name. Use GMT the forschnetter2007-08-21
* Make timeout handling more aggressive: If a timeout occurs whileschnetter2007-08-21
* Make the parameter file name part of the job id.schnetter2007-05-24
* Do not set DISPLAY when using an ssh tunnel.schnetter2007-05-24
* Slight message changeschnetter2007-05-24
* Output host name and port number when communication fails.schnetter2007-05-24
* Replaced assert statements with level 0 CCTK_VWarns so that the user hastradke2006-10-31
* Show stdout and stderr while sending data. This allows people to seeschnetter2006-08-26
* Use new namespace for a CCTK vocabulary. It now points to an actual RDF/XMLtradke2006-08-17
* Fix problems for (t)csh login-shell users with stdin/stdout/stderr redirectiontradke2006-08-16
* Correct prototype of routine scheduled at startup.schnetter2006-08-14
* 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