aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* remove unused statement. This had a #define _LIBC before but that should not ↵HEADsvnmasterknarf2012-12-17
| | | | | | be necessary git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@255 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Move MPI support from flesh to a thorneschnett2012-07-21
| | | | | | | | | | Move MPI support from flesh to thorn ExternalLibraries/MPI. This also requires thorns that call MPI directly to declare this in their configuration.ccl. Existing configurations using MPI need to include ExternalLibraries/MPI into their thorn list. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@252 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* use C++ map instead of Cactus hash to store page contentsrhaas2012-07-08
| | | | | | | this is because the hash size can get out of hand (GBs) git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@251 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Ensure there is only one redirect per hostschnetter2010-01-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@241 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* look at env(HOSTPORT) and announce this if it is thereknarf2009-06-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@240 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* use env(HOSTNAME) if setknarf2009-06-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@239 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Send Twitter message on startup containing URL when Twitter is availableknarf2009-06-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@238 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Include Licence in READMEknarf2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@234 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Unify README file formatknarf2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@233 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* use correct packageknarf2009-01-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@232 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Declare HTTP_ContentWork properly with CCTK_ARGUMENTS instead of cGH * GH.schnetter2006-06-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@231 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Treat groups where QueryGroupStorage returns an error as groupsschnetter2006-06-03
| | | | | | | without storage, not as groups with storage. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@230 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* HTTP_CookieGet() should return just the value of a cookie, not the entiretradke2006-02-27
| | | | | | | "<name>=<value>" string. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@229 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Added localreduce to activethornsyye002006-01-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@228 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Another fix in HTTP_CookieGet() for the case when there is more than one cookie.tradke2005-12-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@227 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Fixed bug in HTTP_CookieGet() so that it really finds a cookie in a HTTP header.tradke2005-12-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@226 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Fixed killer bug in StringTrimLeading(): never call something liketradke2005-12-12
| | | | | | | 'memmove (0, src, len);'. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@225 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Fixed bug in routine which deletes a single character within a string.tradke2005-11-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@224 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@223 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* 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
* Clean up warning messagesschnetter2005-03-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@218 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Use CCTK_BYTE instead of CCTK_CHAR.schnetter2005-01-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@217 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Add missing #include <stdio.h> statement.schnetter2004-12-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@216 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Fix pausing and single stepping, and have termination work fromgoodale2004-11-05
| | | | | | | pause mode. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@215 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Adding missing copyright files to all thorns and making themgoodale2004-11-02
| | | | | | | consistent. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@213 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Making it compile on machines with no crypt function again.goodale2004-06-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@212 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Include missing header file.schnetter2004-06-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@211 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Concerning bug 1699:swhite2004-06-01
| | | | | | | | | Except for a few places where fprintf(stderr... is explicitly #ifdef'ed out as debug code, replaced calls with CCTK_WARN with appropriate warning levels. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@210 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* See bug 1715swhite2004-06-01
| | | | | | | | Changed a couple of stray calls to 'exit' to CCTK_WARN( 0, ... ), rewrote code to avoid another. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@209 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Pursuant to bug 1715swhite2004-06-01
| | | | | | | Made to compile more cleanly with Intel 7 git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@208 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Untabified.goodale2004-05-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@207 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
| | | | | | | modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@206 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Made closer to the Cactus coding guidelines.goodale2004-05-11
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@204 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Changed calls for non-portable snprintf to calls to Util_snprintf.goodale2004-05-11
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@203 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
* Include standard header files to declare string and stdlib prototypesschnetter2004-05-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@201 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Changed HTTPD function names in exported header files to be in betterswhite2004-05-05
| | | | | | | | | | | | | | conformance with Cactus standards: From To ---- -- HTTP_Send_OK_Header HTTP_SendOKHeader HTTP_Send_OK_Refresh_Header HTTP_SendOKRefreshHeader HTTP_Major_Version HTTP_MajorVersion HTTP_Minor_Version HTTP_MinorVersion HTTP_Arg_Name HTTP_ArgName git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@200 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Fix expansion of __DATE__ and __TIME__ macros in termination message.goodale2004-05-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@199 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Change to using the terminate_next parameter when terminating the simulationgoodale2004-05-03
| | | | | | | | | rather than calling CCTK_Exit. Fixes CactusConnect/1616. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@198 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Fixed duplicate variable declaration.tradke2004-04-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@197 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* don't know how this compiled with missing include...swhite2004-04-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@196 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Addresses Cactus bug 923swhite2004-04-19
| | | | | | | | | | | | | | | | | | | | | Made the download list to be organized by variable, then by data output type, then by slice. To facilitate list manipulation, added temporarily a list module 'PtrList', which perhaps may prove of more general use in the future. Pursuant to Cactus bug 907 Added parameter HTTPExtra::viewport_refresh_seconds to send Refresh header to web browser. Made ViewPort window to respond to viewport_refresh_seconds parameter General HTML improvements...checked with Amaya and lynx. Re-organized CSS info in HTTPD web pages. Got rid of httpuMimeType code which didn't do anything. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@195 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Missed oneswhite2004-04-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@194 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
* Made HTTPD to correctly describe interface by INCLUDE HEADER mechanism.swhite2004-04-13
| | | | | | | | | | | | | | | | | | Changed internal names of http_Auth.h http_Cookies.h http_Steer.h http_Content.h so that HTTPD thorn developers will be required to use this interface, rather than incorrectly explicitly including the source header files. * Protected SString against C++ name mangling * Gave exported functions the HTTP_ prefix * Wrote doc/Content.h * Fixed bug that disabled some steering functionality git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@192 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* TRUE and FALSE are defined by some C librariesswhite2004-04-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@191 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* more stragglersswhite2004-04-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@190 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* Fixed the thorn HTTPDExtra broken by commit of HTTPD changes.swhite2004-04-07
| | | | | | | | | | | | | | | | | | | Made HTTPDExtra to include headers from HTTPD using the proper Cactus include header mechanism (although it seems to still include files directly from other thorns). Did the same process as before with HTTPD, replacing strcpy and sprintf writes of data of unkown length into automatic buffers with calls to a String module. Altered the namespace mechanism for the String module, using header files rather than defining a preprocessor variable. Caveat: Although I turned it on and looked at the pages it produces, I have not tested this as extensively as HTTPD thorn. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@189 1faa4e14-9dd3-4be0-9f0e-ffe519881164
* stragglerswhite2004-04-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@188 1faa4e14-9dd3-4be0-9f0e-ffe519881164