24 years agoRemove unnecessary .dfc files.
roberts [Sun, 15 Aug 1999 03:44:33 +0000]
Remove unnecessary .dfc files.

24 years agoC++ support - provided by Michael Richards <mimiker@scifair.acadiau.ca>n(Apollo Softw...
roberts [Sun, 15 Aug 1999 03:37:59 +0000]
C++ support - provided by Michael Richards <mimiker@scifair.acadiau.ca>n(Apollo Software) and George Feinberg

24 years agoEliminate a warning
roberts [Sat, 14 Aug 1999 21:36:58 +0000]
Eliminate a warning

24 years agoFix a silly change I made back w/ the multi-thread changes
roberts [Sat, 14 Aug 1999 21:20:56 +0000]
Fix a silly change I made back w/ the multi-thread changes
that broke WinNT.

Eliminate the global reqDataPtr to eliminate hiding it and confusing me.

24 years agoFix OS_Accept arg on Win32.
roberts [Thu, 12 Aug 1999 23:56:11 +0000]
Fix OS_Accept arg on Win32.
Use consistent name for webServerAddrs arg.

24 years agoRemove a couple of warnings
roberts [Tue, 10 Aug 1999 22:27:12 +0000]
Remove a couple of warnings

24 years agoUpdate based on the FCGX_Accept_r() API change
roberts [Tue, 10 Aug 1999 14:40:32 +0000]
Update based on the FCGX_Accept_r() API change

24 years agoFix FCGX_Accept()
roberts [Tue, 10 Aug 1999 14:19:29 +0000]
Fix FCGX_Accept()

24 years agonew API changes
skimo [Tue, 10 Aug 1999 11:06:37 +0000]
new API changes

24 years agohandle NULLs in VFPrintf
skimo [Tue, 10 Aug 1999 10:05:01 +0000]
handle NULLs in VFPrintf

24 years agoInitial shot at supporting initializing FastCGI socket on our own.
roberts [Thu, 5 Aug 1999 21:25:51 +0000]
Initial shot at supporting initializing FastCGI socket on our own.

It builds on a Sun, buts untested.

There may be some issues with WinNT.

24 years agoLinux needs <sys/types.h>
roberts [Thu, 5 Aug 1999 14:18:35 +0000]
Linux needs <sys/types.h>

24 years agoSmall clean ups
skimo [Tue, 3 Aug 1999 15:52:53 +0000]
Small clean ups
Lock ifdef USE_LOCKING
perl5.00560 compatibility

24 years agoRemove an OM Secure Server specific comment.
roberts [Tue, 3 Aug 1999 13:34:36 +0000]
Remove an OM Secure Server specific comment.

24 years agoand actually use the HAVE_SOCKLEN define
skimo [Mon, 2 Aug 1999 19:22:00 +0000]
and actually use the HAVE_SOCKLEN define

24 years agoComment about accept serialization
roberts [Mon, 2 Aug 1999 18:11:50 +0000]
Comment about accept serialization

Add pid to output

sleep(2).

24 years agoCheck for socklen_t
skimo [Mon, 2 Aug 1999 15:51:05 +0000]
Check for socklen_t

24 years agomove PRINTF into correct package
skimo [Sat, 31 Jul 1999 21:54:45 +0000]
move PRINTF into correct package
deprecated set_exit_status
general cleanup, moving old non thread safe interface from xs to perl

24 years agoUse pthread_mutexes for locking the accept() and data.
roberts [Fri, 30 Jul 1999 19:09:46 +0000]
Use pthread_mutexes for locking the accept() and data.

Still need to fix the fcgiapp & os_ for accept locking.

24 years agosome cleanups
skimo [Fri, 30 Jul 1999 08:22:31 +0000]
some cleanups
0.46 release

24 years ago *) Fixed an unintentional sign extension during promotion in Java's
roberts [Thu, 29 Jul 1999 13:37:06 +0000]
 *) Fixed an unintentional sign extension during promotion  in Java's
    FCGIInputStream.read(). Takayuki Tachikawa <tachi@po.ntts.co.jp>

24 years agoFix a bug in "int read()"
roberts [Thu, 29 Jul 1999 13:35:50 +0000]
Fix a bug in "int read()"

previously the byte was being sign extended

Takayuki Tachikawa [tachi@po.ntts.co.jp]

24 years agoFix sfio support
skimo [Thu, 29 Jul 1999 12:01:00 +0000]
Fix sfio support

24 years agoFinish off thread support (fingers crossed)
skimo [Wed, 28 Jul 1999 23:09:56 +0000]
Finish off thread support (fingers crossed)
Add threading example

24 years agoFurther threadification
skimo [Wed, 28 Jul 1999 19:23:08 +0000]
Further threadification

24 years agoPartial threadification.
skimo [Wed, 28 Jul 1999 16:15:40 +0000]
Partial threadification.
Still incomplete !

24 years agoMove sample-store to SampleStore
roberts [Wed, 28 Jul 1999 02:25:32 +0000]
Move sample-store to SampleStore

24 years agoMove sample-store to SampleStore
roberts [Wed, 28 Jul 1999 02:16:15 +0000]
Move sample-store to SampleStore

24 years agoMove sample-store to SampleStore
roberts [Wed, 28 Jul 1999 01:11:45 +0000]
Move sample-store to SampleStore

24 years agoMove sample-store to SampleStore
roberts [Wed, 28 Jul 1999 01:08:15 +0000]
Move sample-store to SampleStore
Don't create perl & tclsh links

24 years agoenv bug, header juggling, C++ warnings
roberts [Wed, 28 Jul 1999 00:38:34 +0000]
env bug, header juggling, C++ warnings

24 years agoAdd $(LIBS) to threaded.c
roberts [Wed, 28 Jul 1999 00:37:03 +0000]
Add $(LIBS) to threaded.c

24 years agoheader juggling
roberts [Wed, 28 Jul 1999 00:35:28 +0000]
header juggling

24 years agoheader juggling & print thread id
roberts [Wed, 28 Jul 1999 00:34:49 +0000]
header juggling & print thread id

24 years agoANSI function definitions
roberts [Wed, 28 Jul 1999 00:33:01 +0000]
ANSI function definitions

24 years agoheader juggling & C++ warnings
roberts [Wed, 28 Jul 1999 00:31:56 +0000]
header juggling & C++ warnings

24 years agomore header juggling
roberts [Wed, 28 Jul 1999 00:27:03 +0000]
more header juggling

24 years agoprevent a C++ compiler error
roberts [Wed, 28 Jul 1999 00:25:18 +0000]
prevent a C++ compiler error

24 years agosome more #include juggling
roberts [Wed, 28 Jul 1999 00:18:31 +0000]
some more #include juggling

24 years agoThis should be replaced with Tom Poindexter's TCL lib or a
roberts [Wed, 28 Jul 1999 00:13:08 +0000]
This should be replaced with Tom Poindexter's TCL lib or a
reference to it

24 years agodon't need this - it doesn't work
roberts [Tue, 27 Jul 1999 20:24:49 +0000]
don't need this - it doesn't work

24 years agoget the power of fcgi_config.h
roberts [Tue, 27 Jul 1999 19:01:38 +0000]
get the power of fcgi_config.h

24 years agoRemove Open Market's sample config file.
roberts [Tue, 27 Jul 1999 18:51:40 +0000]
Remove Open Market's sample config file.

There shouldn't be anything server specific in here and besides
the OM Server is no longer available.

24 years agoeliminate C++ void* implicit cast warnings
roberts [Tue, 27 Jul 1999 15:00:16 +0000]
eliminate C++ void* implicit cast warnings

24 years agouse ANSI style function definitions
roberts [Tue, 27 Jul 1999 14:59:09 +0000]
use ANSI style function definitions

24 years agoput back <sys/time.h> for Unix
roberts [Tue, 27 Jul 1999 13:57:45 +0000]
put back <sys/time.h>  for Unix

24 years agoput back environ declaration for Unix
roberts [Tue, 27 Jul 1999 13:56:59 +0000]
put back environ declaration for Unix

24 years agoUse FCGX_InitRequest() to initialize the static FCGX_Request
roberts [Tue, 27 Jul 1999 02:17:05 +0000]
Use FCGX_InitRequest() to initialize the static FCGX_Request
structure instead of memcpy.

24 years agoexit() -> return() to eliminate a warning on win32
roberts [Mon, 26 Jul 1999 22:07:19 +0000]
exit() -> return() to eliminate a warning on win32

24 years ago#include <stdio.h> - for environ
roberts [Mon, 26 Jul 1999 22:03:07 +0000]
#include <stdio.h>  -  for environ

24 years agoRemove unneeded include file <sys/time.h>
roberts [Mon, 26 Jul 1999 21:35:13 +0000]
Remove unneeded include file <sys/time.h>

24 years agoFix warnigs - mostly main() complaints.
roberts [Mon, 26 Jul 1999 05:32:57 +0000]
Fix warnigs - mostly main() complaints.

Modified Files: README examples/tiny-fcgi.c examples/tiny-fcgi2.c
examples/tiny-authorizer.c examples/echo.c examples/sample-store.c
examples/echo2.c examples/log-dump.c

24 years agoRemoved examples/tiny-cgi.c (it wasn't a FastCGI application?!).
roberts [Mon, 26 Jul 1999 05:06:09 +0000]
Removed examples/tiny-cgi.c (it wasn't a FastCGI application?!).

Modified Files: README examples/Makefile.in
Removed Files: examples/tiny-cgi.c

24 years agoA little more tweeking to eliminate warnings..
roberts [Mon, 26 Jul 1999 04:55:14 +0000]
A little more tweeking to eliminate warnings..

Modified Files: cgi-fcgi.c

24 years agoRemove some debugging code and clean up some gcc warnings in cgi-fcgi.c.
roberts [Mon, 26 Jul 1999 04:45:52 +0000]
Remove some debugging code and clean up some gcc warnings in cgi-fcgi.c.

Modified Files: README cgi-fcgi/cgi-fcgi.c

24 years ago *) Add multithread support to the fcgiapp lib and an example multithreaded
roberts [Mon, 26 Jul 1999 04:28:07 +0000]
 *) Add multithread support to the fcgiapp lib and an example multithreaded
    application, threaded.c.  Based on work by Dennis Payne
    <dpayne@softscape.com> and Gene Sokolov <hook@aktrad.ru>.

Modified Files: README examples/Makefile.in libfcgi/fcgiapp.c include/fcgiapp.h
Added Files: examples/threaded.c

24 years agoRemove the printf() and #include of stdio.h from examples/echo2.c.
roberts [Thu, 10 Jun 1999 21:20:33 +0000]
Remove the printf() and #include of stdio.h from examples/echo2.c.

25 years agoRemove them dang DOS CRs.
roberts [Wed, 9 Jun 1999 03:27:25 +0000]
Remove them dang DOS CRs.

Modified Files: fcgi_stdio.h

25 years agoRemove the static initialization of _fcgi_sF[] because on glibc 2.x based
roberts [Mon, 7 Jun 1999 05:39:02 +0000]
Remove the static initialization of _fcgi_sF[] because on glibc 2.x based
systems stdin/stdout/stderr are no longer static.

Modified Files: README libfcgi/fcgi_stdio.c

25 years agoFlush FastCGI buffers at application exit. <eichin@fastengines.com>
roberts [Mon, 7 Jun 1999 05:03:47 +0000]
Flush FastCGI buffers at application exit.  <eichin@fastengines.com>

Modified Files: README libfcgi/fcgi_stdio.c

25 years ago- Remove the parenthesis in the ASSERT macro definition.
roberts [Fri, 28 May 1999 02:19:58 +0000]
- Remove the parenthesis in the ASSERT macro definition.
  [Quentin Bennett <quentin.bennett@trilogy.co.nz>]

Modified Files: include/fcgimisc.h

25 years agoActivePerl compatibility
skimo [Mon, 8 Mar 1999 16:26:03 +0000]
ActivePerl compatibility

25 years agoChange reference to INSTALL to configure.readme
skimo [Sun, 28 Feb 1999 17:46:29 +0000]
Change reference to INSTALL to configure.readme
Allow bypassing the installation of die and warn handler.

25 years agoRename Perl -> perl (gotta move all the files).
roberts [Sat, 13 Feb 1999 05:26:41 +0000]
Rename Perl -> perl (gotta move all the files).

Added Files:
perl/ChangeLog perl/FCGI.PL perl/FCGI.pm perl/MANIFEST
perl/Makefile.PL perl/README perl/configure perl/configure.in
perl/configure.readme perl/echo.PL perl/typemap

25 years agoWrap write()s in a loop to make sure the entire buffer is written.
roberts [Fri, 12 Feb 1999 00:46:41 +0000]
Wrap write()s in a loop to make sure the entire buffer is written.

Modified Files: fcgiapp.c

25 years agoRemoved a handful of wild (DOS) carriage returns.
roberts [Wed, 10 Feb 1999 12:26:33 +0000]
Removed a handful of wild (DOS) carriage returns.

Modified Files: fcgi_stdio.h

25 years agoUpdate mailing list links -> idle.com.
roberts [Sat, 6 Feb 1999 06:15:11 +0000]
Update mailing list links -> idle.com.

Modified Files: fcgi-devel-kit.htm

25 years agoDon't need these..
roberts [Sat, 6 Feb 1999 06:01:33 +0000]
Don't need these..

Removed Files: fcgi-devel-kit.gut fcgi-java.gut
fcgi-perf.gut fcgi-perl.gut FCGI-TCL.GUT

25 years agoMoved the workaround from the last patch out from under the
roberts [Sat, 6 Feb 1999 05:08:33 +0000]
Moved the workaround from the last patch out from under the
serialize accept lock - no point to holding the lock while
we sit and wait.

Reorganized OS_FcgiIpcAccept().

Modified Files: os_unix.c

25 years agoA workaround for a problem on (at least) Linux 2.0.x and UnixWare.
roberts [Fri, 5 Feb 1999 04:08:55 +0000]
A workaround for a problem on (at least) Linux 2.0.x and UnixWare.
When using Unix Domain sockets, if the web server close()ed the
connection before the accept() a valid file descriptor is returned
by accept() but there's no data to be read and thus the first
read() would block forever.

Modified Files: include/fcgios.h libfcgi/os_unix.c

25 years agoFiles moved up from the old src directory.
roberts [Sun, 31 Jan 1999 02:45:49 +0000]
Files moved up from the old src directory.

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

25 years agoMoved the source files up a directory.
roberts [Sun, 31 Jan 1999 02:43:02 +0000]
Moved the source files up a directory.

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

25 years agoThere's no reason we need to maintain compiled classes in a devkit.
roberts [Sun, 31 Jan 1999 02:26:31 +0000]
There's no reason we need to maintain compiled classes in a devkit.

Removed Files:
  FCGIGlobalDefs.class FCGIInputStream.class FCGIInterface.class
  FCGIMessage.class FCGIOutputStream.class FCGIRequest.class

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