Fix OS_Accept arg on Win32.
[catagits/fcgi2.git] / libfcgi /
1999-08-12 roberts Fix OS_Accept arg on Win32.
1999-08-10 roberts Remove a couple of warnings
1999-08-10 roberts Fix FCGX_Accept()
1999-08-10 skimo handle NULLs in VFPrintf
1999-08-05 roberts Initial shot at supporting initializing FastCGI socket...
1999-08-02 skimo and actually use the HAVE_SOCKLEN define
1999-07-28 roberts some more #include juggling
1999-07-27 roberts eliminate C++ void* implicit cast warnings
1999-07-27 roberts use ANSI style function definitions
1999-07-27 roberts Use FCGX_InitRequest() to initialize the static FCGX_Re...
1999-07-26 roberts *) Add multithread support to the fcgiapp lib and...
1999-06-07 roberts Remove the static initialization of _fcgi_sF[] because...
1999-06-07 roberts Flush FastCGI buffers at application exit. <eichin...
1999-02-12 roberts Wrap write()s in a loop to make sure the entire buffer...
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-30 roberts Misc. updates to get a clean make on Linux. A bit of
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 Add tmpfile() support. Contributed by Michael Driscoll...
1998-03-09 roberts Handle fflush(NULL). Contributed by Michael Driscoll...
1997-09-16 stanleyg Initial revision