Changelog and bump versions for 0.70
[catagits/fcgi2.git] / libfcgi /
2000-08-26 robs *** empty log message ***
2000-08-26 robs Note potential bug when accept returns fds >32. ernst...
2000-08-26 robs Fix bug in OS_Close() (when accept returns fds >8)...
2000-08-02 robs Reset in,parmsPtr to NULL when reading the request...
2000-08-02 robs assert -> ASSERT
2000-08-02 robs Set in,out,err,parmsPtr to NULL in FCGX_FClose(FCGX_Str...
2000-07-27 robs fix the #include fcgio.h
2000-07-21 robs Hi folks,
2000-02-03 skimo move <sys/types.h> include in os_unix.c
1999-08-27 roberts Couple of minor WIN32 tweaks suggested by
1999-08-15 roberts Recover from header juggling - (Solaris)
1999-08-15 roberts Remove unnecessary .dfc files.
1999-08-15 roberts C++ support - provided by Michael Richards <mimiker...
1999-08-14 roberts Fix a silly change I made back w/ the multi-thread...
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