25 years agoDisable Nagle algorithm for TCP based connections because
roberts [Wed, 9 Dec 1998 05:41:38 +0000]
Disable Nagle algorithm for TCP based connections because
we don't expect any data in response to our write()s.  The
module and cgi-fcgi should also do this.

Modified Files: libfcgi/os_unix.c

25 years agoRemove unneccesary cast to caddr_t.
roberts [Wed, 9 Dec 1998 03:25:43 +0000]
Remove unneccesary cast to caddr_t.

Modified Files: libfcgi/os_unix.c

25 years agoUpdate IsFcgi() so that it detects the CGI envrionment
roberts [Fri, 4 Dec 1998 02:57:35 +0000]
Update IsFcgi() so that it detects the CGI envrionment
properly on Solaris 2.5.1 (Netscape Server).  Hopefully
it won't break other platforms.

Modified Files: libfcgi/os_unix.c

25 years agoImportant IsFcgi() and Accept() fixes
roberts [Wed, 9 Sep 1998 00:57:15 +0000]
Important IsFcgi() and Accept() fixes

26 years agoCorrect for loop syntax for Bourne shell. Rob Saccoccio <robs@InfiniteTechnology...
roberts [Mon, 9 Mar 1998 18:59:51 +0000]
Correct for loop syntax for Bourne shell.  Rob Saccoccio <robs@InfiniteTechnology.com>

26 years agoAdd tmpfile() support. Contributed by Michael Driscoll (fenris@frob.ml.org).
roberts [Mon, 9 Mar 1998 16:38:13 +0000]
Add tmpfile() support.  Contributed by Michael Driscoll (fenris@frob.ml.org).

26 years agoHandle fflush(NULL). Contributed by Michael Driscoll (fenris@frob.ml.org).
roberts [Mon, 9 Mar 1998 15:47:09 +0000]
Handle fflush(NULL).  Contributed by Michael Driscoll (fenris@frob.ml.org).

26 years agoInitial revision
stanleyg [Tue, 16 Sep 1997 15:36:24 +0000]
Initial revision