Don't remove SHUTDOWN_EVENT from initial env.
[catagits/fcgi2.git] / libfcgi / os_unix.c
2001-06-18 robs Remove FALSE/TRUE defines - they're picked up in fcgimi...
2001-04-30 skimo bind to non-INADDR_ANY for TCP/IP
2001-03-27 robs Remove page breaks.
2001-03-27 robs no message
2001-03-27 robs Clear errno before calling getpeername() to determine...
2000-11-05 robs Provide FCGX_Free().
2000-09-20 robs Fix a problem with ClientAddressList handling - jakub...
2000-08-26 robs *** empty log message ***
2000-08-26 robs Fix bug in OS_Close() (when accept returns fds >8)...
2000-08-02 robs assert -> ASSERT
2000-02-03 skimo move <sys/types.h> include in os_unix.c
1999-08-15 roberts Recover from header juggling - (Solaris)
1999-08-12 roberts Fix OS_Accept arg on Win32.
1999-08-10 roberts Remove a couple of warnings
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-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
1997-09-16 stanleyg Initial revision