aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
Commit message (Collapse)AuthorAge
* 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
* Removing erroneous LANG specifier for a group.goodale2004-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@202 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Re-organised startup a bit. Now HTTP_Startup is a group.goodale2002-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTP_Startup has three things scheduled in it, in order: HTTP_StartServer which starts the web-server GROUP HTTP_SetupPages which can be used by anything which needs to know the location of the webserver before the webserver starts listening HTTP_FirstServ which listens for connections and may sit there if httpd::pause is true. The reason for this cahnge is that I need to advertise the location of the webserver, but then have Cactus sitting in pause mode, and the old logic didn't allow this. Hopefully by not chaning the name of HTTP_Startup no existing code should be affected. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@175 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Scheduled HTTP_Work before IOUtil_UpdateParFile.tradke2002-03-25
| | | | | | | This closes PR CactusBase/947. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@161 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Schedule a new function to deal with anything to do with content.goodale2000-09-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@27 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