aboutsummaryrefslogtreecommitdiff
path: root/src/Content.c
Commit message (Expand)AuthorAge
* Declare HTTP_ContentWork properly with CCTK_ARGUMENTS instead of cGH * GH.schnetter2006-06-03
* Clean up warning messagesschnetter2005-03-01
* Fix pausing and single stepping, and have termination work fromgoodale2004-11-05
* Concerning bug 1699:swhite2004-06-01
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
* Include standard header files to declare string and stdlib prototypesschnetter2004-05-07
* Changed HTTPD function names in exported header files to be in betterswhite2004-05-05
* Fix expansion of __DATE__ and __TIME__ macros in termination message.goodale2004-05-03
* Fixed duplicate variable declaration.tradke2004-04-22
* Addresses Cactus bug 923swhite2004-04-19
* Addresses Cactus bug 907swhite2004-04-16
* Made HTTPD to correctly describe interface by INCLUDE HEADER mechanism.swhite2004-04-13
* Fixed the thorn HTTPDExtra broken by commit of HTTPD changes.swhite2004-04-07
* Regarding Cactus bug report 1632 "HTTPD contains buffer overflows"swhite2004-04-06
* Improve formatting by removing superfluous blanks from web pages.schnetter2004-03-24
* Cast const void * to const pointers instead of non-const pointer.schnetter2004-01-16
* Added more info to front page and fixed wrong compile date (was using theallen2003-07-05
* Don't print estimated times per iteration / to completion at iteration 0tradke2002-01-04
* Callback functions, which serve registered pages, take a 'const cGH *'tradke2002-01-04
* Fixed a division by zero when printing the runtime at cctk_iteration == 0.tradke2001-11-05
* 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
* Fixed most of the compiler warnings.tradke2001-04-03
* Fixing a few warnings (lots left) and the FILE_VERSIONsallen2001-02-24
* Added months, years and millenia to time to completion estimatesallen2000-10-05
* Display just the parameter filename instead of the whole pathallen2000-10-04
* Added screen output of how long the simulation has been running (I went up to...allen2000-10-03
* New headers for all pages.allen2000-09-28
* Made a separate file for Parameters.allen2000-09-21
* Added new default headerallen2000-09-21
* Updated control page to allow single stepping and running until agoodale2000-09-20
* Reversiing commit about auth of controlling, as realised it wa already done.goodale2000-09-20
* Fixing memory leak.goodale2000-09-20
* Make sure the user is authorised to control the simulation, not just togoodale2000-09-20
* Protected #include of unistd.h.goodale2000-09-20
* Moved headers to a separate file, they are now callable by a function.allen2000-09-19
* Changed the auth calls to the new semantics.goodale2000-09-18
* Added a function for sending data from an open file descriptor downgoodale2000-09-17
* Added available options links to main page.goodale2000-09-17
* Added authentification for setting parameters and a control page.goodale2000-09-17
* Added ability to pause and terminate the simulation.goodale2000-09-16
* Adding stdlib.h for malloc.goodale2000-09-16
* Removed old mega-test page.goodale2000-09-16
* Parameter steering stuff.goodale2000-09-16
* Some changes so the parameter page works better, plus one malloc bug fixed.goodale2000-09-16
* Adding stuff to parameter page.goodale2000-09-16
* New function HTTP_Write(request,buffer,size);goodale2000-09-15
* Made parallel aware.goodale2000-09-15
* Origin complains about newlines in strings, so fixed that.goodale2000-09-14