25 years agoMisc. updates to get a clean make on Linux. A bit of
roberts [Sat, 30 Jan 1999 22:33:23 +0000]
Misc. updates to get a clean make on Linux.  A bit of
hack - I didn't bother figuring out autoconf.

Modified Files: cgi-fcgi/cgi-fcgi.c include/fcgios.h

25 years agoMisc. updates to get a clean make on Linux. A bit of
roberts [Sat, 30 Jan 1999 22:27:31 +0000]
Misc. updates to get a clean make on Linux.  A bit of
hack - I didn't bother figuring out autoconf.

Modified Files: echo.c echo2.c log-dump.c sample-store.c tclHash.c tiny-fcgi.c tiny-fcgi2.c

25 years agoMisc. updates to get a clean make on Linux. A bit of
roberts [Sat, 30 Jan 1999 22:24:09 +0000]
Misc. updates to get a clean make on Linux.  A bit of
hack - I didn't bother figuring out autoconf.

Modified Files: fcgi_stdio.c os_unix.c

25 years agoAdd $Id$ string and beautify.
roberts [Sat, 12 Dec 1998 04:42:16 +0000]
Add $Id$ string and beautify.

Modified Files: FCGIGlobalDefs.java FCGIInputStream.java FCGIInterface.java
FCGIMessage.java FCGIOutputStream.java FCGIRequest.java

25 years agoCorrect converting from bytes which are unsigned to int
roberts [Sat, 12 Dec 1998 04:11:02 +0000]
Correct converting from bytes which are unsigned to int
(left shift is sign extended during promition).
Based on a patch submitted by Bill Burke.

25 years agoA patch for 1.1 support provided by Bill Burke.
roberts [Sat, 12 Dec 1998 04:07:46 +0000]
A patch for 1.1 support provided by Bill Burke.

Modified Files: FCGIInterface.java

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