aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Added documentation of new argument walking function.goodale2000-09-17
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@32 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
* Fixing parallel logic.goodale2000-09-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@30 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Adding stdlib.h for malloc.goodale2000-09-16
| | | | | | | | | Getting rid of commented out line. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@29 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Removed old mega-test page.goodale2000-09-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@28 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
* Parameter steering stuff.goodale2000-09-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@26 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* New function HTTP_ArgumentWalk to allow walking through the argument list.goodale2000-09-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@25 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Bugfix.goodale2000-09-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@24 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Some more stupid malloc errors.goodale2000-09-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@23 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Some more headers.goodale2000-09-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@22 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Some changes so the parameter page works better, plus one malloc bug fixed.goodale2000-09-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@21 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Fixing typo.goodale2000-09-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@20 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Adding stuff to parameter page.goodale2000-09-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@19 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Check for a page with /index.html on the end as well.goodale2000-09-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@18 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Bugfix for query with no arguments.goodale2000-09-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@17 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Stupid global replace bug.goodale2000-09-15
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@16 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Updating documentation for use of HTTP_Write command.goodale2000-09-15
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@15 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* New function HTTP_Write(request,buffer,size);goodale2000-09-15
| | | | | | | | | | This should be used rather than write(request->filedes,... as then we can add error checking, SSL, etc in transparently. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@14 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Including unistd.h for crypt definition.goodale2000-09-15
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@13 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
* Removing non-portable types.goodale2000-09-15
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@11 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Rationalising headers and checking #ifdefs for their presence.goodale2000-09-15
| | | | | | | | | | You'll probably need to get the latest lib/make/configure etc and do a -config before this will compile for you again. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@10 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Made parallel aware.goodale2000-09-15
| | | | | | | | | | | Added stuff for parameter steering. See doc/Steering.txt. Added stuff for HTTP Basic authentication. See doc/Auth.txt. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@9 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Minor bugfix.goodale2000-09-14
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@8 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Removing non-portable types.goodale2000-09-14
| | | | | | | | | | Uses HAVE_SOCKLEN_T to decide whether to use socklen_t or int for argument to accept. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@7 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Bugfix for catching malformed URIs.goodale2000-09-14
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@6 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Origin complains about newlines in strings, so fixed that.goodale2000-09-14
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@5 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* A couple of example parameter files.goodale2000-09-14
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@4 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
* Standard project directories initialized by cvs2svn.(no author)2000-09-14
git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@1 1faa4e14-9dd3-4be0-9f0e-ffe519881164