aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Moved some functionality over into thorn Socket. Now that HTTPD inherits fromtradke2002-05-14
* Catch 'Connection reset by peer' return code from socket calls.tradke2002-04-22
* Check for a shell variable HTTPD_PORT. If this is set take its value as thetradke2002-03-19
* Print a warning if 'httpd::use_pthreads' is set to "yes" but Cactus wasn'ttradke2002-03-19
* Print HTTP connect messages only if 'HTTPD::verbose' is set to "yes".tradke2002-03-07
* ifdef DEBUG for printf statementlanfer2002-01-31
* Fix error in code.jshalf2002-01-30
* Minor mods to announce selected http port number whenjshalf2002-01-30
* Need to include <winsock2.h> now.tradke2002-01-07
* Replaced sleep(3) by select(2) to make it compile under windoofs.tradke2002-01-07
* Take out debug statement.tradke2002-01-07
* Fixed debug statement.tradke2002-01-07
* 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
* removinglanfer2001-12-10
* increased QuickLinks[524] QuickLinks[1524], was giving corrupted html code wh...lanfer2001-11-21
* Made the HTTP server more compliant with the standard - it nowgoodale2001-11-21
* fixlanfer2001-11-13
* temp. fix to read bigger data, ignore this file, sc relatedlanfer2001-11-13
* Bugfix for announcing a redirected URL.tradke2001-11-12
* Bugfix.tradke2001-11-12
* Announce the HTTPD server URL into an HTML file "server_url.html" in directorytradke2001-11-12
* increasing maximal message size for http based communicationlanfer2001-11-12
* Fixed a division by zero when printing the runtime at cctk_iteration == 0.tradke2001-11-05
* gcc compiler warnings fixed.tradke2001-09-20
* Declare image array as 'unsigned char []'. Prevents hundreds of warningstradke2001-09-07
* Print info message if an address gets redirected.tradke2001-05-21
* Fixed compiler warnings.tradke2001-05-19
* 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
* FILEVERSION fixallen2001-05-06
* CCTK_FILEVERSIONallen2001-05-06
* Set the "HTTPD::terminate" parameter at shutdown in order to flag terminationtradke2001-05-03
* T3E compiler refuses to implicitly cast 'const <something> *' pointerstradke2001-04-22
* Changed '#ifdef PTHREADS' into '#ifdef CCTK_PTHREADS'.tradke2001-04-05
* Fixed most of the compiler warnings.tradke2001-04-03
* Added -D_LIBC to the CFLAGS to avoid warnings when compiling base64.c.tradke2001-04-03
* No longer abort run if there's an error in connect, just don't create a newgoodale2001-03-17
* Fixing a few warnings (lots left) and the FILE_VERSIONsallen2001-02-24
* Add in inclusion of util_Network.h for Util_GetHostName .goodale2001-01-19
* GetHostName() went into the flesh.tradke2001-01-19
* Removing C++ comments.goodale2000-12-17
* More prototypes to reduce number of warnings.goodale2000-12-15
* Removing C++ comment.goodale2000-12-15
* Adding missing header file.goodale2000-12-12
* Missed changing an int to a SOCKET a while back.goodale2000-12-12
* Fixed logicallen2000-12-07
* Including crypt.h to get prototype for crypt function.goodale2000-11-13
* Send size of buffer bigendian buffer of eight bytes rather than an int sogoodale2000-11-13