aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
Commit message (Expand)AuthorAge
* Correct some minor errors in comments.schnetter2005-05-05
* Add missing #include <stdio.h> statement.schnetter2004-12-30
* don't know how this compiled with missing include...swhite2004-04-19
* Addresses Cactus bug 923swhite2004-04-19
* Made HTTPD to correctly describe interface by INCLUDE HEADER mechanism.swhite2004-04-13
* Update prototypes.rideout2003-12-01
* Re-organised startup a bit. Now HTTP_Startup is a group.goodale2002-11-12
* Removed unused static variable 'http_actualport'.tradke2002-07-17
* Check for a shell variable HTTPD_PORT. If this is set take its value as thetradke2002-03-19
* Print a warning if 'httpd::use_pthreads' is set to "yes" but Cactus wasn'ttradke2002-03-19
* Minor mods to announce selected http port number whenjshalf2002-01-30
* gcc compiler warnings fixed.tradke2001-09-20
* Moving John's redirection stuff into a file of its own as it is a logicallygoodale2001-05-18
* Modifications so that all cluster nodes involved in a simulation willjshalf2001-05-18
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Set the "HTTPD::terminate" parameter at shutdown in order to flag terminationtradke2001-05-03
* Changed '#ifdef PTHREADS' into '#ifdef CCTK_PTHREADS'.tradke2001-04-05
* Fixed most of the compiler warnings.tradke2001-04-03
* More prototypes to reduce number of warnings.goodale2000-12-15
* CCTK_INT -> int for T3Esallen2000-10-29
* Making sure http thread has finished before shutting down socket.goodale2000-10-25
* Experimental support for threading. Now if you configure withgoodale2000-10-25
* Added hunting for a port if the specified port is in use - this can begoodale2000-09-21
* Don't put infinite timeout on startup unless paused.goodale2000-09-17
* Removed 'standalone' parameter as it was redundant - can now start thegoodale2000-09-17
* Added ability to pause and terminate the simulation.goodale2000-09-16
* Fixing parallel logic.goodale2000-09-16
* Added new parameter 'provide_pages' to allow switching off the defaultgoodale2000-09-15
* Made parallel aware.goodale2000-09-15
* Initial version of C http thorn. There are still a fair number of things ongoodale2000-09-14