aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Added ability to pause and terminate the simulation.goodale2000-09-16
* Fixing parallel logic.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
* New function HTTP_ArgumentWalk to allow walking through the argument list.goodale2000-09-16
* Bugfix.goodale2000-09-16
* Some more stupid malloc errors.goodale2000-09-16
* Some more headers.goodale2000-09-16
* Some changes so the parameter page works better, plus one malloc bug fixed.goodale2000-09-16
* Fixing typo.goodale2000-09-16
* Adding stuff to parameter page.goodale2000-09-16
* Check for a page with /index.html on the end as well.goodale2000-09-16
* Bugfix for query with no arguments.goodale2000-09-16
* Stupid global replace bug.goodale2000-09-15
* New function HTTP_Write(request,buffer,size);goodale2000-09-15
* Including unistd.h for crypt definition.goodale2000-09-15