bump version to 0.82 and prepare for release
[catagits/fcgi2.git] / libfcgi / os_unix.c
2019-12-14 Petr Písař Check socket path length in OS_CreateLocalIpcFd() and...
2016-03-07 Karen Etheridge fix copyright information in these files
2010-01-10 Tomas Doran Force signal handler installation so we can catch SIGPI...
2003-06-22 robs add attach()/detach() support
2002-03-05 robs same change as in os_win.c - on connection close, shutd...
2002-02-19 robs Fix a bug that caused an assert to pop when an async...
2002-01-03 robs remove <CR>
2001-09-25 robs initialize port in OS_FcgiConnect to prevent compiler...
2001-09-24 robs initialize tcp_ia and port to prevent compile warning.
2001-09-14 robs Remove FCGX_Shutdown and OS_Shutdown() - there is no...
2001-09-06 robs Only expose the shutdown functions.
2001-09-06 robs If shutdownPending is set, fail out of AquireLock().
2001-09-06 robs Add shutdown flags and install signal handlers at lib...
2001-06-22 robs Remove unneeded header includes.
2001-06-22 robs Make str_dup static.
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