Don't remove SHUTDOWN_EVENT from initial env.
[catagits/fcgi2.git] / libfcgi /
2001-06-22 robs Don't remove SHUTDOWN_EVENT from initial env.
2001-06-20 robs type changes, casts, and arg touching to prevent warnings.
2001-06-20 robs casts and initializers to prevent warnings.
2001-06-20 robs Touch args to avoid compiler warnings.
2001-06-20 robs A little header juggling.
2001-06-20 robs Revert isFCGI() to its original form - ignoring the...
2001-06-20 robs Remove page breaks.
2001-06-19 robs Remove a bogus check in last commit.
2001-06-19 robs Fix includes.
2001-06-19 robs Add fcgiappmisc.h back in.
2001-06-19 robs Add editor backup files.
2001-06-19 robs no message
2001-06-18 robs Add WIN32_LEAN_AND_MEAN to WIN defines
2001-06-18 robs Need <limits.h>
2001-06-18 robs Remove FALSE/TRUE defines - they're picked up in fcgimi...
2001-06-18 robs Header file juggling.
2001-06-06 robs Try and find an open slot in the fdTable if the fd...
2001-06-03 robs Check for NULL args. Eric Sit [esit@MIT.EDU]
2001-04-30 skimo bind to non-INADDR_ANY for TCP/IP
2001-03-31 robs Clean up and remove some useless code.
2001-03-30 robs Protect write access to the fdTable. Wolfgang Meisl...
2001-03-27 robs Remove page breaks.
2001-03-27 robs no message
2001-03-27 robs Clear errno before calling getpeername() to determine...
2001-03-27 robs Cleaned up OS_CreateLocalIpcFd() and OS_FcgiConnect().
2001-03-26 robs Add support the shutdown Event.
2000-11-05 robs set ipcFd = -1 in FCGX_InitRequest()
2000-11-05 robs Set ipcFd = -1 when an error occurs and ipcFd is closed
2000-11-05 robs Provide FCGX_Free().
2000-10-30 robs Handle malloc failures in FCGI_OpenFromFILE() properly...
2000-10-02 robs tweak for gcc 2.96 (RH7) [techprod@emumail.com]
2000-09-20 robs Fix a problem with ClientAddressList handling - jakub...
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