catagits/fcgi2.git
1999-07-28 roberts header juggling
1999-07-28 roberts header juggling & print thread id
1999-07-28 roberts ANSI function definitions
1999-07-28 roberts header juggling & C++ warnings
1999-07-28 roberts more header juggling
1999-07-28 roberts prevent a C++ compiler error
1999-07-28 roberts some more #include juggling
1999-07-28 roberts This should be replaced with Tom Poindexter's TCL lib...
1999-07-27 roberts don't need this - it doesn't work
1999-07-27 roberts get the power of fcgi_config.h
1999-07-27 roberts Remove Open Market's sample config file.
1999-07-27 roberts eliminate C++ void* implicit cast warnings
1999-07-27 roberts use ANSI style function definitions
1999-07-27 roberts put back <sys/time.h> for Unix
1999-07-27 roberts put back environ declaration for Unix
1999-07-27 roberts Use FCGX_InitRequest() to initialize the static FCGX_Re...
1999-07-26 roberts exit() -> return() to eliminate a warning on win32
1999-07-26 roberts #include <stdio.h> - for environ
1999-07-26 roberts Remove unneeded include file <sys/time.h>
1999-07-26 roberts Fix warnigs - mostly main() complaints.
1999-07-26 roberts Removed examples/tiny-cgi.c (it wasn't a FastCGI applic...
1999-07-26 roberts A little more tweeking to eliminate warnings..
1999-07-26 roberts Remove some debugging code and clean up some gcc warnin...
1999-07-26 roberts *) Add multithread support to the fcgiapp lib and...
1999-06-10 roberts Remove the printf() and #include of stdio.h from exampl...
1999-06-09 roberts Remove them dang DOS CRs.
1999-06-07 roberts Remove the static initialization of _fcgi_sF[] because...
1999-06-07 roberts Flush FastCGI buffers at application exit. <eichin...
1999-05-28 roberts - Remove the parenthesis in the ASSERT macro definition.
1999-03-08 skimo ActivePerl compatibility
1999-02-28 skimo Change reference to INSTALL to configure.readme
1999-02-13 roberts Rename Perl -> perl (gotta move all the files).
1999-02-12 roberts Wrap write()s in a loop to make sure the entire buffer...
1999-02-10 roberts Removed a handful of wild (DOS) carriage returns.
1999-02-06 roberts Update mailing list links -> idle.com.
1999-02-06 roberts Don't need these..
1999-02-06 roberts Moved the workaround from the last patch out from under the
1999-02-05 roberts A workaround for a problem on (at least) Linux 2.0...
1999-01-31 roberts Files moved up from the old src directory.
1999-01-31 roberts Moved the source files up a directory.
1999-01-31 roberts There's no reason we need to maintain compiled classes...
1999-01-30 roberts Misc. updates to get a clean make on Linux. A bit of
1999-01-30 roberts Misc. updates to get a clean make on Linux. A bit of
1999-01-30 roberts Misc. updates to get a clean make on Linux. A bit of
1998-12-12 roberts Add $Id$ string and beautify.
1998-12-12 roberts Correct converting from bytes which are unsigned to int
1998-12-12 roberts A patch for 1.1 support provided by Bill Burke.
1998-12-09 roberts Disable Nagle algorithm for TCP based connections because
1998-12-09 roberts Remove unneccesary cast to caddr_t.
1998-12-04 roberts Update IsFcgi() so that it detects the CGI envrionment
1998-09-09 roberts Important IsFcgi() and Accept() fixes
1998-03-09 roberts Correct for loop syntax for Bourne shell. Rob Saccocci...
1998-03-09 roberts Add tmpfile() support. Contributed by Michael Driscoll...
1998-03-09 roberts Handle fflush(NULL). Contributed by Michael Driscoll...
1997-09-16 stanleyg Initial revision