aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Changes necessary for NT.goodale2000-09-18
* Using recv and send to read from and write to sockets.goodale2000-09-18
* All reading from socket is now done with HTTP_Read. HTTP_Read and HTTP_Writegoodale2000-09-18
* Added a function for sending data from an open file descriptor downgoodale2000-09-17
* Don't put infinite timeout on startup unless paused.goodale2000-09-17
* Added socket reuse if the appropriate things are defined.goodale2000-09-17
* Added available options links to main page.goodale2000-09-17
* Added authentification for setting parameters and a control page.goodale2000-09-17
* Bug fix - forgot to change function when changed data structure it works on.goodale2000-09-17
* Removed 'standalone' parameter as it was redundant - can now start thegoodale2000-09-17