aboutsummaryrefslogtreecommitdiff
path: root/src/Sockets.c
Commit message (Expand)AuthorAge
* look at env(HOSTPORT) and announce this if it is thereknarf2009-06-19
* use env(HOSTNAME) if setknarf2009-06-18
* Send Twitter message on startup containing URL when Twitter is availableknarf2009-06-18
* Clean up warning messagesschnetter2005-03-01
* Add missing #include <stdio.h> statement.schnetter2004-12-30
* Concerning bug 1699:swhite2004-06-01
* See bug 1715swhite2004-06-01
* Pursuant to bug 1715swhite2004-06-01
* Addresses Cactus bug 923swhite2004-04-19
* Made HTTPD to correctly describe interface by INCLUDE HEADER mechanism.swhite2004-04-13
* Regarding Cactus bug report 1632 "HTTPD contains buffer overflows"swhite2004-04-06
* Eliminate "signed and unsigned type in conditional expression" warning.rideout2003-12-05
* Fixed a debug message.tradke2002-07-05
* 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
* Print HTTP connect messages only if 'HTTPD::verbose' is set to "yes".tradke2002-03-07
* Minor mods to announce selected http port number whenjshalf2002-01-30
* Callback functions, which serve registered pages, take a 'const cGH *'tradke2002-01-04
* 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
* 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
* 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
* Adding missing header file.goodale2000-12-12
* Missed changing an int to a SOCKET a while back.goodale2000-12-12
* Checking for HAVE_SOCKET_TYPE rather than SOCKET to decide if need to definegoodale2000-10-31
* Using a signal handler to ignore SIGPIPE as not all architecturesgoodale2000-10-31
* Use gethostbyname if necessary and available to get fully qualified name of thegoodale2000-10-20
* Added function HTTP_Port(void) to get the port the webserver is running on.goodale2000-10-03
* Logic for printing port number to stdout wrong way roundallen2000-09-22
* Sorting out things noticed by switching loads of warnings on.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
* 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
* 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 socket reuse if the appropriate things are defined.goodale2000-09-17
* Added ability to pause and terminate the simulation.goodale2000-09-16
* Some more headers.goodale2000-09-16
* Rationalising headers and checking #ifdefs for their presence.goodale2000-09-15