aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
Commit message (Collapse)AuthorAge
* Make HTTPD::use_pthreads=yes the default. This functionality has aschnetter2005-09-26
| | | | | | | graceful fallback built in anyway. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@221 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Correct some minor errors in comments.schnetter2005-05-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@219 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Addresses Cactus bug 907swhite2004-04-16
| | | | | | | | | | | | Added ability to send HTTP Refresh header: HTTP_Send_OK_Refresh_Header Added parameter HTTP::refresh_seconds Made main content window to respond to refresh parameter setting Also Minor improvements to String module Fixed variable decarations after executable code in a block. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@193 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Just add to the description of the 'httpd::port' parameter that its settingtradke2002-03-19
| | | | | | | | will be ignored if a shell variable HTTPD_PORT is set. Just in lack of a better place for documenting this feature... git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@160 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Added a boolean parameter HTTPD::verbose (always steerable, defaulting to "no")tradke2002-03-07
| | | | | | | to tell whether to print HTTP connect messages or not. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@156 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Announce the HTTPD server URL into an HTML file "server_url.html" in directorytradke2001-11-12
| | | | | | | | | HTPPD::announce_server_url_outdir if parameter HTTPD::announce_server_url was set to "yes". This is a dirty hack for SC'01 which will probably be taken back soon. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@137 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Removing now redundant "" on USES and EXTENDS and redundant {} blocks ongoodale2000-12-17
| | | | | | | | | USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@112 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Completing parameter range descriptions and fixing a couple of formatting bugsallen2000-12-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@110 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Experimental support for threading. Now if you configure withgoodale2000-10-25
| | | | | | | | | | | | | | | | | | | | PTHREADS=yes and put httpd::use_pthreads = "yes" in your parameter file, the polling routine will run in its own thread. Be careful if you have any http routines which modify data read by non-http routines, as you run into a potential conflict. It seems to work, 'though I should probably put a mutex on the steering stuff in case the queue gets dispatched at the same time as someone is adding to it... Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@95 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Added screen output of how long the simulation has been running (I went up ↵allen2000-10-03
| | | | | | | | | to weeks, hope that is coarse enough) and estimates of the time per iteration and the time left till it completes. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@90 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Added hunting for a port if the specified port is in use - this can begoodale2000-09-21
| | | | | | | | | | | | | switched off by setting the parameter httpd::hunt to false. Added printing of URL to stdout. Fixed up error stuff in Sockets.c so it compiles under NT. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@75 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Changing the defaults for the run until parameters to something pleasant togoodale2000-09-20
| | | | | | | | | | look at - made the expression one a silly example to flesh out the explanation on the control page. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@66 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Added parameters and control logic for run until iteration or simulation timegoodale2000-09-20
| | | | | | | | | | | or expression. Added parameter and logic for single stepping. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@57 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Added authentification for setting parameters and a control page.goodale2000-09-17
| | | | | | | | | | | | | | | | | | | | | Unless one has previously authenticated by going to /control.html all paramters are read only. The default username and password are both "anon". I also added a hack so these don't get displayed on the web page - this should go away when we have parameter tags. Added http_Content.h which currently contains a function for registering a link to be displayed elsewhere. It takes the URL, the link name, a longer description line, and a flag. Currently the flag should be set to HTTP_QUICKLINK to get things displayed on the quicklinks on some pages. Still need to add a function which will allow other thorns access to this data. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@35 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Removed 'standalone' parameter as it was redundant - can now start thegoodale2000-09-17
| | | | | | | | | simulation paused. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@33 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Added ability to pause and terminate the simulation.goodale2000-09-16
| | | | | | | | | | | | | Also can select how many iterations between steering events. Can now start simulation as 'standalone' twiddle with parameters, then start the simulation, pause it, and kill it. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@31 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Added new parameter 'provide_pages' to allow switching off the defaultgoodale2000-09-15
| | | | | | | | | pages provided by the server. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@12 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Initial version of C http thorn. There are still a fair number of things ongoodale2000-09-14
my to-do list, but it is fairly usable now as far as functionality is concerned. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@2 1faa4e14-9dd3-4be0-9f0e-ffe519881164