aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Display just the parameter filename instead of the whole pathallen2000-10-04
* Added function HTTP_Port(void) to get the port the webserver is running on.goodale2000-10-03
* 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
* Fixed broken linkallen2000-09-23
* Logic for printing port number to stdout wrong way roundallen2000-09-22
* Change to default headerallen2000-09-22
* Fixing tableallen2000-09-22
* Dont display passwordallen2000-09-22
* New window for external linksallen2000-09-22
* Par file name and now managed to really get the right URL for the users guide.allen2000-09-21
* Fixed link to users guide ... I guessed wrongallen2000-09-21
* Enhancements to the parameter pagesallen2000-09-21
* Made a separate file for Parameters.allen2000-09-21
* Sorting out things noticed by switching loads of warnings on.goodale2000-09-21
* Report iteration and time as 0 if GH is NULL.goodale2000-09-21
* Bug fixes.goodale2000-09-21
* Added hunting for a port if the specified port is in use - this can begoodale2000-09-21
* Added an empty statement to a default to keep the NT compiler happy.goodale2000-09-21
* Stopping SIGPIPE on reads. Currently don't do any other error stuffgoodale2000-09-21
* Reworked the socket layer a bit to detect errors when writing to a socket andgoodale2000-09-21
* Added new default headerallen2000-09-21
* Updated control page to allow single stepping and running until agoodale2000-09-20
* Bug fixes for the until expression stuff.goodale2000-09-20
* Bug fixes.goodale2000-09-20
* Slight html formatting fix.goodale2000-09-20
* Changing the defaults for the run until parameters to something pleasant togoodale2000-09-20
* Fixing a memory lek and a formatting statement.goodale2000-09-20
* Fixing some formatting statements.goodale2000-09-20
* Changed name for main pageallen2000-09-20
* Reversiing commit about auth of controlling, as realised it wa already done.goodale2000-09-20
* Fixing memory leak.goodale2000-09-20
* #ifdefing out a debugging statement.goodale2000-09-20
* Make sure the user is authorised to control the simulation, not just togoodale2000-09-20
* Check that there is something in the parsed expression before trying togoodale2000-09-20
* Added parameters and control logic for run until iteration or simulation timegoodale2000-09-20
* Adding missing ; .goodale2000-09-20
* Protected #include of unistd.h.goodale2000-09-20
* Added precedence for operations - can now cope with nasty expressions.goodale2000-09-20
* Oops. Forgot to commit these mods last night. Basically allowing a datagoodale2000-09-20
* Moved headers to a separate file, they are now callable by a function.allen2000-09-19
* Adding a primitive expression parser. It will parse simplegoodale2000-09-19
* Various bugfixes.goodale2000-09-19
* Bug fixes to CookCancel.goodale2000-09-19
* Null terminate user string even if no user authentication.goodale2000-09-19
* Changed the auth calls to the new semantics.goodale2000-09-18
* Cookies.goodale2000-09-18
* Added an extra two arguments to the authentication so it returnsgoodale2000-09-18
* Getting rid of stupid const qualifier.goodale2000-09-18
* Changing exit to CCTK_Abort.goodale2000-09-18